Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opening sip uri with custom call #6

Open
marcheschi opened this issue Mar 19, 2013 · 1 comment
Open

opening sip uri with custom call #6

marcheschi opened this issue Mar 19, 2013 · 1 comment

Comments

@marcheschi
Copy link

Hi
First of all thank you for this Awesome Thunderbird add-on.
I would like to ask how is possible to call numbers written as sip uri, like this:
wbdemo@conf.zipdx.com

I use a yealink t20P and this works well with a uri like this:
https://ip.number.it/cgi-bin/ConfigManApp.com?number=

But I'm not able to use the sip uri syntax through TBDialout, in order to form a http uri like this:
https://ip.number.it/cgi-bin/ConfigManApp.com?number=wbdemo@conf.zipdx.com

That works from a browser with yealink Phone.

Is it possible ?

Thank you

Paolo

@tipichris
Copy link
Owner

At present, no. TBDialOut was designed for use with telephone numbers and only checks fields in the address book in which it expects to find (voice) telephone numbers. Because there are a multitude of different ways in which people punctuate and format telephone numbers in address books (0123456789, 01-234-56789, 0123 456 789, +44.123.456.789 etc) TBDialOut cleans these numbers up before passing them on by removing everything that isn't a number. So a SIP URI such as you give will be an empty string by the time it has been cleaned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants