[asterisk-users] How to handle "+" prefix
Adrian Marsh
Adrian.Marsh at ubiquisys.com
Fri Aug 31 03:55:51 CDT 2007
Hi Dovid,
Because there may be complex logic in other parts of the context for
handling different countries in a different way, so I wouldn't want to
duplicate that Dial logic. Easier to jump back to the beginning of the
context and have the digits replaced.
I original spoke to the nice folks at Zoiper about this, and they told
me that they intentionally do pass the + Mostly I expect because the
client may not know the international prefix (011 inside the US, 00
inside the uk, etc). + is the international standard for exactly this
reason, and therefore as "N." says the A*k server should deal with this.
Adrian Marsh
Why not just use Exten => _+.,1,Goto(011${EXTEN:1})
Exten => _011.,1,Dial(......
More information about the asterisk-users
mailing list