Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Tel links with extensions #92

Closed
pierrerocket opened this issue Nov 11, 2020 · 3 comments
Closed

Tel links with extensions #92

pierrerocket opened this issue Nov 11, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@pierrerocket
Copy link

Hello, I was wondering if your script does anything with tel links featuring extension numbers.

Some phones will take a comma followed by number to indicate a pause to answer before dialing the extension. Some want a p like <a href="tel:123-456-7890p123">CLICK TO CALL</a> for the pause. Some phones will attempt to dial the p as its alphanumeric equivalent. It's all a big mess. If your plugin took care of this it would be amazing.

@manzinello
Copy link
Owner

Oh! Thank you so much for your suggestion! I will surely work on it, at the moment the RegEx that finds if a phone number will fail with tel:123-456-7890p123, I will add it. Thank you!

@manzinello
Copy link
Owner

Added the "p" parameter in validateTel, maybe I will work for a better displaying of the numbers after the "p".
Here the new Regexr: https://regexr.com/5h958

@manzinello
Copy link
Owner

Released mailgo 0.11.2 with this enhancement!
I close this issue, if there is something else please open a new issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants