<div dir="ltr">Dear All,<br><br>I have the following scenario...When a customer dial 111 number a beep message will iplay in order to record and playback his voice...Else he&#39;ll be routed to another call flow as you can see in the context below:<br>
<br><br>[a2billing]<br>exten =&gt; _X.,1,Gotoif($[${EXTEN} = 111] ? custom-recordme,111,1)<br>exten =&gt; _X.,2,DeadAGI,a2billing.php<br>exten =&gt; _X.,3,Wait,2<br>exten =&gt; _X.,4,Hangup<br><br>But i have the following error when trying to dial 111:<br>
<br>[Sep 12 14:16:32] WARNING[30978]: pbx.c:2483 __ast_pbx_run: Channel
&#39;SIP/michofr-093833e0&#39; sent into invalid extension &#39;111&#39; in context &#39;
custom-recordme&#39;, but no invalid handler<br><br>Any help?<br><br>Regards<br></div>