[asterisk-users] IF else
michel freiha
michofr at gmail.com
Wed Nov 19 07:13:10 CST 2008
Hi all,
I have the following context in extensions.conf:
[a2billing]
exten => _X.,1,Gotoif($[${EXTEN} = 111] ? 21)
exten => _X.,2,DeadAGI,a2billing.php
exten => _X.,3,Wait,2
exten => _X.,4,Hangup
exten => _X.,21,Playback(AR_GetGiveToID)
exten => _X.,22,Wait(2)
exten => _X.,23,Record(/tmp/asterisk-recording:ulaw,,5)
exten => _X.,24,Wait(2)
exten => _X.,25,Playback(/tmp/asterisk-recording)
exten => _X.,26,Wait(2)
exten => _X.,27,Hangup
If the customer dial 111, it'll be router to the entry with priority 21,
else it'll go to priority 2...I would like to add a third condition that if
the user dial let's say 112 it'll go to the priority 28 let's say
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081119/771867e3/attachment.htm
More information about the asterisk-users
mailing list