Displaying 2 results from an estimated 2 matches for "initialcontext".
2006 Apr 18
5
Remember the incoming context?
...risk system, a calls come in in a certain
context, for example, from-sip or from-pstn.
Then the calls gets routed through the dialplan, and a macro gets
called, and another one and then the call needs to be redirected
to another number in the same initial context. And you can use
Dial(Local/number/initialcontext) for that.
Oops, this initial context is lost somewhere on the line.
Unless I'm very mistaken, there is no way to find out what the
original context was, is there?
Edwin
--
Edwin Groothuis | Personal website: http://www.mavetju.org
edwin@mavetju.org | Weblog: ht...
2007 Apr 02
1
SIP 484 (Early Dial) and International Dialing
...90119" could potentially match a longer
extension and not match immediately. No luck though - dialing still starts
immediately when one digit past 011 is received.
Any thoughts on how to get around this? Right now the best I have (and
that's not saying much) is to have something like:
[initialcontext]
exten => _9011,1,DISA(no-password|somecontext)
[somecontext]
exten => _X.,1,Dial(Zap/R1/011${EXTEN})
But that's ugly, not to mention confusing to the users because the amplitude
of the dialtone generated by the GXP is lower than the dialtone generated by
*, so they notice the bump when...