Hi all, I&#39;m having a problem, with the h extension.<br><br>I have an application, when I call it check for the line requested and then direct the call to a predefined context.<br>In this context I play a message (the message according to the line called) and then park the call.
<br>The dialplan does some other things, but my problem is that if I hung the phone the h extension don&#39;t run, this is my dial plan<br><br>office]<br>include =&gt; check_voicemail<br>include =&gt; parking_lot<br>include =&gt; record_msgs
<br><br>exten =&gt; fax,1,macro(RecibirFax)<br><br>exten =&gt; h,1,DeadAGI(end_logger.agi)<br><br>exten =&gt; s,1,answer()<br><br>;; pregunte por el caller id<br>exten =&gt; s,2,GotoIf($[${CALLERID(num)}]?4:3)<br><br>;; si no lo tiene entonces que lo cambie por &#39;Numero Privado&#39;
<br>exten =&gt; s,3,Set(CALLERID(all)=&quot;Numero Privado&quot;)<br>exten =&gt; s,n,SET(ARG1=&#39;2&#39;)<br>exten =&gt; s,n,AGI(logger.agi)<br>exten =&gt; s,n,hangup()<br><br>exten =&gt; ACC-4,1,playback(${SOUNDS}welcome-4)
<br>exten =&gt; ACC-4,n,park(704)<br>exten =&gt; ACC-4,n,hangup<br><br><br>But the h extension is never called?<br>ideas?<br clear="all"><br>-- <br><br>==<br>Jonathan S.