Displaying 1 result from an estimated 1 matches for "1441793xxxxxx".
Did you mean:
441793xxxxxx
2007 Aug 30
4
How to handle "+" prefix
Hi,
How can I have A*k convert a call from +441793xxxxxx to Dial
00441793xxxxxx instead?
With the "_+." Below I can "catch" the call, but EXTEN doesn't get set
as expected.. and then I need to figure out how to pass the call onto
the outgoing-pstn context. Not sure if a Goto would work here...
[outgoing-pstn-international]
exten => _+.,1,Set(EXTEN=00${EXTEN:+1})
exten