<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'll be routed to another call flow as you can see in the context below:<br>
<br><br>[a2billing]<br>exten => _X.,1,Gotoif($[${EXTEN} = 111] ? custom-recordme,111,1)<br>exten => _X.,2,DeadAGI,a2billing.php<br>exten => _X.,3,Wait,2<br>exten => _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
'SIP/michofr-093833e0' sent into invalid extension '111' in context '
custom-recordme', but no invalid handler<br><br>Any help?<br><br>Regards<br></div>