Displaying 1 result from an estimated 1 matches for "did_exten".
Did you mean:
dialexten
2009 Sep 15
0
1.6.2.0-rc1 intermittent voicemail problem ?
...'. If you wait 5 minutes it always seems to work on
that first time after an idle duration. It's as though something
hasn't timed out from the first call.
What can I do to try and debug this? Here's the relevant dialplan section:
[sip-inbound-context]
exten => 1651xxxxxxx,1,Set(DID_EXTEN=${SIP_HEADER(To):5})
exten => 1651xxxxxxx,n,Set(DID_EXTEN=${CUT(DID_EXTEN,@,1)})
exten => 1651xxxxxxx,n,GotoIf($[${CALLERID(num)} = 651xxxxxxx]?:enda)
.. <snipped irrelevant stuff> ..
exten => 1651xxxxxxx,n(enda),Goto(mydids,${DID_EXTEN},1)
exten => 1651xxxxxxx,n,Hangup
[mydids...