have you tried looking at the CLI to double check on the call flow? do make sure that you &#39;set verbose 10&#39; or something like that.<br><br><div><span class="gmail_quote">On 2/24/07, <b class="gmail_sendername">Jonathan Solano
</b> &lt;<a href="mailto:jonsol@gmail.com">jonsol@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">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"><span class="sg"><br>-- <br><br>==<br>Jonathan S.
</span><br>_______________________________________________<br>--Bandwidth and Colocation provided by <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://Easynews.com" target="_blank">Easynews.com</a> --
<br><br>asterisk-users mailing list<br>To UNSUBSCRIBE or update options visit:<br> &nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br><br></blockquote></div><br>