<div dir="ltr">Hi all,<br><br>I have the following context in extensions.conf:<br><br>[a2billing]<br>exten =&gt; _X.,1,Gotoif($[${EXTEN} = 111] ? 21)<br>exten =&gt; _X.,2,DeadAGI,a2billing.php<br>exten =&gt; _X.,3,Wait,2<br>
exten =&gt; _X.,4,Hangup<br>exten =&gt; _X.,21,Playback(AR_GetGiveToID)<br>exten =&gt; _X.,22,Wait(2)<br>exten =&gt; _X.,23,Record(/tmp/asterisk-recording:ulaw,,5)<br>exten =&gt; _X.,24,Wait(2)<br>exten =&gt; _X.,25,Playback(/tmp/asterisk-recording)<br>
exten =&gt; _X.,26,Wait(2)<br>exten =&gt; _X.,27,Hangup<br><br>If the customer dial 111, it&#39;ll be router to the entry with priority 21, else it&#39;ll go to priority 2...I would like to add a third condition that if the user dial let&#39;s say 112 it&#39;ll go to the priority 28 let&#39;s say<br>
<br>Regards<br></div>