in which Dial originally occurred, but for an unknown reason, it can't find the appropriate hook to keep on. Do you have any working sample ? Regards --0016e646050485a6cf0474456758 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello,<br><br>I'm using AEL2 (in Asterisk 1.6.1.6) and I can't find a way to successfully come back into my dialplan.<br><br>I've tried things like this (in features.conf) :<br>toto =3D> #9,peer,Goto,mylocal2,s,1<br> <br>But typing #9 (from channel SIP/7275, in example bellow) I've got:<br>=A0=A0=A0 --=A0 Feature Found: toto exten: toto<br>=A0=A0=A0 -- Started music on hold, class 'default', on SIP/7275-08b7fbe0<br>=A0=A0=A0 -- Goto (dial-with-user-events,s,64)<br> =A0=A0=A0 -- Stopped music on hold on SIP/7275-08b7fbe0<br><br>In extensions.ael, I've got:<br>macro dial-with-user-events (caller,callee,dst,fwdcount) {<br>=A0=A0=A0=A0=A0=A0 ...<br>=A0=A0=A0=A0=A0=A0 Dial (...)<br>=A0=A0=A0=A0=A0=A0 ...<br>=A0=A0=A0=A0=A0=A0 return;<br> <br>mylocal2:<br>=A0=A0=A0=A0=A0=A0=A0 NoOp(Before starting anything);<br>=A0=A0=A0=A0=A0=A0=A0 DumpChan();<br>=A0=A0=A0=A0=A0=A0=A0 return;<br>};<br><br><br>From my point of view, it seems Asterisk is looking for something in context in which Dial originally occurred, but for an unknown reason, it can't find the appropriate hook to keep on.<br> <br>Do you have any working sample ?<br> <br> Regards<br> --0016e646050485a6cf0474456758--