Hi,<br>Thanks for your reply.<br>I have already used this<br>exten=&gt; 1002,1,Dial(SIP/1002|30|rg)<br>exten=&gt; 1002,2,ExecIf($[&#39;${DIALSTATUS}&#39;!=&#39;ANSWER&#39;]|Macro|voicedid|1002)<br><br>but my incoming call is getting hangup, it is not going to second priority.<br>
So is there any configuration we have to do in local channel.<br><br clear="all">Thanks,<br>Max Alex<br>Voip Developer<br><br>
<br><br><div class="gmail_quote">On Mon, Jan 12, 2009 at 6:45 PM, Philipp Kempgen <span dir="ltr">&lt;<a href="mailto:philipp.kempgen@amooma.de">philipp.kempgen@amooma.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Philipp Kempgen schrieb:<br>
<div class="Ih2E3d">&gt; Max Alex schrieb:<br>
&gt;<br>
&gt;&gt; If i got the NOANSWER then the channel is not passing to next priority.<br>
&gt;&gt; I need to pass that channel to the next priority of the context<br>
&gt;&gt; [macro-mypbx] so i can set voicemail there.<br>
&gt;&gt;<br>
&gt;&gt; I want to know how can we set the local channel to go in next priority in<br>
&gt;&gt; case of NO ANSWER.<br>
&gt;<br>
&gt; core show application Dial<br>
&gt; ---cut---<br>
&gt; &nbsp; &nbsp; g &nbsp; &nbsp;- Proceed with dialplan execution at the current extension if the<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;destination channel hangs up.<br>
&gt; ---cut---<br>
<br>
</div>No, wait, you don&#39;t need the g option here. Sorry.<br>
<br>
Dial() continues after ${DIALSTATUS} = NOANSWER anyway.<br>
<br>
Dial(SIP/${EXTEN});<br>
if (&quot;${DIALSTATUS}&quot; = &quot;NOANSWER&quot;) {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;// go to voicemail<br>
<div><div></div><div class="Wj3C7c">}<br>
<br>
<br>
 &nbsp; Philipp Kempgen<br>
<br>
--<br>
AMOOCON 2009, May 4-5, Rostock / Germany &nbsp; -&gt; &nbsp;<a href="http://www.amoocon.de" target="_blank">http://www.amoocon.de</a><br>
Asterisk: <a href="http://the-asterisk-book.com" target="_blank">http://the-asterisk-book.com</a> - <a href="http://das-asterisk-buch.de" target="_blank">http://das-asterisk-buch.de</a><br>
AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied &nbsp;-&gt; &nbsp;<a href="http://www.amooma.de" target="_blank">http://www.amooma.de</a><br>
Geschäftsführer: Stefan Wintermeyer, Handelsregister: Neuwied B14998<br>
--<br>
<br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
 &nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>