Displaying 1 result from an estimated 1 matches for "calledto".
Did you mean:
calledton
2005 Jan 20
1
Realtime Engine
...m extconfig.conf.
I also want to play with the extensions.conf, realtime extensions config
using the switch statement as described on the WIKI.
My question on this is if I can use the SWITCH statement in a Wildcard
match context.
like the example below.
[inbound]
exten => _XXXXXXXXXX,1,SetVar(CALLEDTO=${EXTEN})
exten => _XXXXXXXXXX,2,GotoIf($[${CALLERIDNUM} = ${EXTEN}]?3:5)
exten => _XXXXXXXXXX,3,VoiceMailMain,${EXTEN}
exten => _XXXXXXXXXX,4,Hangup
exten => _XXXXXXXXXX,5,Dial,SIP/${EXTEN}|20
exten => _XXXXXXXXXX,6,VoiceMail,u${EXTEN}
exten => _XXXXXXXXXX,7,Hangup
exten => _X...