View Single Post
Posts: 352 | Thanked: 231 times | Joined on Jul 2008 @ Vancouver
#31
Originally Posted by viraptor View Post
You're making a mistake here. You're assuming that "p" means something other than "p". That was true (kind of) when you're connected to POTS. It does not mean anything in SIP/skype world. "+16045555555p333" is an identifier. If I want to call "+16045555555p333@my.domain", I want to call exactly that address. There is no pause, because p is just a normal character.

These uri-s are completely legal and completely different:

"sip:+16045555555p333@my.domain"
"sip:+16045555555@my.domain"
"sip:some_string_with_letter_p_and_others@my.domai n"

The same thing is probably acceptable in skype. What you're asking to implement would break existing, correct functionality. That's why it cannot be "fixed".
I agree with you as to what is happening, but the problem is not the dial string but the function of the phone.
as described in this bug https://bugs.maemo.org/show_bug.cgi?id=8344 the dial string for a address book entry +16045555555p333

should look like this:
"sip:+16045555555@my.domain" "DTMF333" after dialling teh phone should just send the DTMF of the numbers after the "p" this is how my previous palm phone and my Panasonic land line works.
__________________
the bugs below are important to the overall success of the n900 so please vote.
https://bugs.maemo.org/show_bug.cgi?id=6892
https://bugs.maemo.org/show_bug.cgi?id=8343