<div>Hi,</div>
<div>&nbsp;</div>
<div>I think the important error message is &quot;jumping out of macro &#39;nway-conf-start&#39; &quot; not ast_bridge_call.</div>
<div>It is because it is not allow to jump to another context when you use macro.</div>
<div>&nbsp;</div>
<div>Best regards,</div>
<div>Charles</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">2007/4/23 Manu Mehta &lt;<a href="mailto:manu.mehta@aricent.com">manu.mehta@aricent.com</a>&gt;:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><font face="sans-serif" size="2">Hi,</font> <br><br><font face="sans-serif" size="2">I am trying to achieve 3-way conferencing taking hint from wiki link <a href="http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO</a></font> <br>
<br><font face="sans-serif" size="2">Here is the scenario: </font><br><font face="sans-serif" size="2">1. user &quot;ua1&quot; calls user &quot;ca1&quot; </font><br><font face="sans-serif" size="2">2. &quot;ua1&quot; then presses the feature code &quot;*0&quot; to redirect &quot;ca1&quot; to conference room 300 </font><br>
<font face="sans-serif" size="2">3. &quot;ua1&quot; then dials the user &quot;33&quot; </font><br><font face="sans-serif" size="2">4. user &quot;ua1&quot; and &quot;33&quot; are connected </font><br><font face="sans-serif" size="2">5. Now when &quot;ua1&quot; presses the feature code &quot;**&quot; to redirect user &quot;33&quot; to same conference room 300, there is error thrown on Asterisk console that &quot;res_features.c:1415 ast_bridge_call: Bridge failed on channels SIP/ua1-ac750040 and AsyncGoto/Local/33@nway-conf-dest-7ecf,1&lt;ZOMBIE&gt;&quot; </font><br>
<br><font face="sans-serif" size="2">Here is my dial plan: </font><br><br><font face="sans-serif" size="2"><b>[manu]</b> </font><br><font face="sans-serif" size="2">exten =&gt; ca1,1,Dial(SIP/ca1,,wWtTkKrR) </font><br><br>
<font face="sans-serif" size="2"><b>[nway-conf]</b> </font><br><font face="sans-serif" size="2">exten =&gt; _.,1,Answer </font><br><font face="sans-serif" size="2">exten =&gt; _.,n,Set(CONFNO=${EXTEN}) </font><br><font face="sans-serif" size="2">exten =&gt; _.,n,Set(MEETME_EXIT_CONTEXT=nway-conf-invite) </font><br>
<font face="sans-serif" size="2">exten =&gt; _.,n,Set(DYNAMIC_FEATURES=) </font><br><font face="sans-serif" size="2">exten =&gt; _.,n,MeetMe(${CONFNO},pdMX) </font><br><font face="sans-serif" size="2">exten =&gt; _.,n,Hangup </font><br>
<br><font face="sans-serif" size="2"><b>[nway-conf-invite]</b> </font><br><font face="sans-serif" size="2">exten =&gt; 0,1,Read(DEST,dial,,i) </font><br><font face="sans-serif" size="2">exten =&gt; 0,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv) </font><br>
<font face="sans-serif" size="2">exten =&gt; 0,n,Dial(Local/${DEST}@nway-conf-dest,,g) </font><br><font face="sans-serif" size="2">exten =&gt; 0,n,Set(DYNAMIC_FEATURES=) </font><br><font face="sans-serif" size="2">exten =&gt; 0,n,Goto(nway-conf,${CONFNO},1) </font><br>
<font face="sans-serif" size="2">exten =&gt; i,1,Goto(nway-conf,${CONFNO},1) </font><br><br><font face="sans-serif" size="2"><b>[nway-conf-dest] </b></font><br><font face="sans-serif" size="2">exten =&gt; _.,1,Dial(SIP/${EXTEN}) </font><br>
<br><font face="sans-serif" size="2"><b>[macro-nway-conf-start] </b></font><br><font face="sans-serif" size="2">exten =&gt; s,1,Set(CONFNO=300) </font><br><font face="sans-serif" size="2">exten =&gt; s,n,ChannelRedirect(${BRIDGEPEER},nway-conf,${CONFNO},1) </font><br>
<font face="sans-serif" size="2">exten =&gt; s,n,Read(DEST,dial,,i) </font><br><font face="sans-serif" size="2">exten =&gt; s,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv) </font><br><font face="sans-serif" size="2">exten =&gt; s,n,Dial(Local/${DEST}@nway-conf-dest,,g) </font><br>
<font face="sans-serif" size="2">exten =&gt; s,n,Set(DYNAMIC_FEATURES=) </font><br><font face="sans-serif" size="2">exten =&gt; s,n,Goto(nway-conf,${CONFNO},1) </font><br><br><font face="sans-serif" size="2"><b>[macro-nway-conf-ok] </b></font><br>
<font face="sans-serif" size="2">exten =&gt; s,1,ChannelRedirect(${BRIDGEPEER},nway-conf,${CONFNO},1) </font><br><br><font face="sans-serif" size="2">The application map defined in features.conf is: </font><br><font face="sans-serif" size="2"><b>[applicationmap] </b></font><br>
<font face="sans-serif" size="2">nway-conf-start =&gt; *0,self/caller,Macro,nway-conf-start </font><br><font face="sans-serif" size="2">nway-conf-inv =&gt; **,self/caller,Macro,nway-conf-ok </font><br><font face="sans-serif" size="2">nway-conf-noinv =&gt; *9,self/caller,Macro,nway-conf-notok </font><br>
<br><font face="sans-serif" size="2"><b>The output logs on Asterisk console:</b> </font><br><br><font face="sans-serif" size="2">localhost*CLI&gt; </font><br><font face="sans-serif" size="2">localhost*CLI&gt; </font><br><font face="sans-serif" size="2">-- Executing [ca1@manu:1] Dial(&quot;SIP/ua1-ac750040&quot;, &quot;SIP/ca1||wWtTkKr&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Called ca1 </font><br><font face="sans-serif" size="2">-- SIP/ca1-ab110040 is ringing </font><br><font face="sans-serif" size="2">-- SIP/ca1-ab110040 answered SIP/ua1-ac750040 </font><br>
<font face="sans-serif" size="2">[Apr 19 16:14:12] WARNING[22989]: rtp.c:874 ast_rtcp_read: RTCP Read too short </font><br><font face="sans-serif" size="2">-- Feature Found: nway-conf-start exten: nway-conf-start </font><br>
<font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:1] Set(&quot;SIP/ua1-ac750040&quot;, &quot;CONFNO=300&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:2] ChannelRedirect(&quot;SIP/ua1-ac750040&quot;, &quot;SIP/ca1-ab110040|nway-conf|300|1&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:3] Read(&quot;SIP/ua1-ac750040&quot;, &quot;DEST|dial||i&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [300@nway-conf:1] Answer(&quot;SIP/ca1-ab110040&quot;, &quot;&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [300@nway-conf:2] Set(&quot;SIP/ca1-ab110040&quot;, &quot;CONFNO=300&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [300@nway-conf:3] Set(&quot;SIP/ca1-ab110040&quot;, &quot;MEETME_EXIT_CONTEXT=nway-conf-invite&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [300@nway-conf:4] Set(&quot;SIP/ca1-ab110040&quot;, &quot;DYNAMIC_FEATURES=&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [300@nway-conf:5] MeetMe(&quot;SIP/ca1-ab110040&quot;, &quot;300|pdMX&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Created MeetMe conference 1023 for conference &#39;300&#39; </font><br><font face="sans-serif" size="2">-- Playing &#39;conf-onlyperson&#39; (language &#39;en&#39;) </font><br><font face="sans-serif" size="2">[Apr 19 16:14:15] WARNING[22995]: rtp.c:874 ast_rtcp_read: RTCP Read too short </font><br>
<font face="sans-serif" size="2">-- Started music on hold, class &#39;default&#39;, on SIP/ca1-ab110040 </font><br><font face="sans-serif" size="2">-- User entered &#39;33&#39; </font><br><font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:4] Set(&quot;SIP/ua1-ac750040&quot;, &quot;DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:5] Dial(&quot;SIP/ua1-ac750040&quot;, &quot;Local/33@nway-conf-dest||g&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Called 33@nway-conf-dest </font><br>
<font face="sans-serif" size="2">-- Executing [33@nway-conf-dest:1] Dial(&quot;Local/33@nway-conf-dest-7ecf,2&quot;, &quot;SIP/33&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Called 33 </font><br><font face="sans-serif" size="2">[Apr 19 16:14:18] WARNING[22995]: rtp.c:874 ast_rtcp_read: RTCP Read too short </font><br>
<font face="sans-serif" size="2">-- SIP/33-a8ff0040 is ringing </font><br><font face="sans-serif" size="2">-- Local/33@nway-conf-dest-7ecf,1 is ringing </font><br><font face="sans-serif" size="2">-- SIP/33-a8ff0040 is ringing </font><br>
<font face="sans-serif" size="2">-- SIP/33-a8ff0040 is ringing </font><br><font face="sans-serif" size="2">-- SIP/33-a8ff0040 answered Local/33@nway-conf-dest-7ecf,2 </font><br><font face="sans-serif" size="2">-- Local/33@nway-conf-dest-7ecf,1 stopped sounds </font><br>
<font face="sans-serif" size="2">-- Local/33@nway-conf-dest-7ecf,1 answered SIP/ua1-ac750040 </font><br><font face="sans-serif" size="2">[Apr 19 16:14:21] WARNING[22995]: rtp.c:874 ast_rtcp_read: RTCP Read too short </font><br>
<font face="sans-serif" size="2">[Apr 19 16:14:24] WARNING[22995]: rtp.c:874 ast_rtcp_read: RTCP Read too short </font><br><font face="sans-serif" size="2">-- Feature Found: nway-conf-inv exten: nway-conf-inv </font><br><font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-ok:1] Set(&quot;SIP/ua1-ac750040&quot;, &quot;CONFNO=300&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- <b>Executing [s@macro-nway-conf-ok:2] ChannelRedirect(&quot;SIP/ua1-ac750040&quot;, &quot;Local/33@nway-conf-dest-7ecf,1|nway-conf|300|1&quot;) in new stack </b></font><br><font face="sans-serif" size="2"><b>[Apr 19 16:14:25] WARNING[22989]: res_features.c:1415 ast_bridge_call: Bridge failed on channels SIP/ua1-ac750040 and AsyncGoto/Local/33@nway-conf-dest-7ecf,1&lt;ZOMBIE&gt; </b></font><br>
<font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:6] Set(&quot;SIP/ua1-ac750040&quot;, &quot;DYNAMIC_FEATURES=&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [s@macro-nway-conf-start:7] Goto(&quot;SIP/ua1-ac750040&quot;, &quot;nway-conf|300|1&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Goto (nway-conf,300,1) </font><br><font face="sans-serif" size="2">== Channel &#39;SIP/ua1-ac750040&#39; jumping out of macro &#39;nway-conf-start&#39; </font><br><font face="sans-serif" size="2">[Apr 19 16:14:25] WARNING[22989]: res_features.c:1415 ast_bridge_call: Bridge failed on channels SIP/ua1-ac750040 and AsyncGoto/SIP/ca1-ab110040&lt;ZOMBIE&gt; </font><br>
<font face="sans-serif" size="2">== Spawn extension (nway-conf, 300, 0) exited non-zero on &#39;SIP/ua1-ac750040&#39; </font><br><font face="sans-serif" size="2">-- Executing [h@nway-conf:1] Answer(&quot;SIP/ua1-ac750040&quot;, &quot;&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [h@nway-conf:2] Set(&quot;SIP/ua1-ac750040&quot;, &quot;CONFNO=h&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [h@nway-conf:3] Set(&quot;SIP/ua1-ac750040&quot;, &quot;MEETME_EXIT_CONTEXT=nway-conf-invite&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [h@nway-conf:4] Set(&quot;SIP/ua1-ac750040&quot;, &quot;DYNAMIC_FEATURES=&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [h@nway-conf:5] MeetMe(&quot;SIP/ua1-ac750040&quot;, &quot;h|pdMX&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Created MeetMe conference 1022 for conference &#39;h&#39; </font><br><font face="sans-serif" size="2">-- Playing &#39;conf-onlyperson&#39; (language &#39;en&#39;) </font><br><font face="sans-serif" size="2">-- Executing [300@nway-conf:1] Answer(&quot;Local/33@nway-conf-dest-7ecf,1&quot;, &quot;&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [300@nway-conf:2] Set(&quot;Local/33@nway-conf-dest-7ecf,1&quot;, &quot;CONFNO=300&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [300@nway-conf:3] Set(&quot;Local/33@nway-conf-dest-7ecf,1&quot;, &quot;MEETME_EXIT_CONTEXT=nway-conf-invite&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Executing [300@nway-conf:4] Set(&quot;Local/33@nway-conf-dest-7ecf,1&quot;, &quot;DYNAMIC_FEATURES=&quot;) in new stack </font><br><font face="sans-serif" size="2">-- Executing [300@nway-conf:5] MeetMe(&quot;Local/33@nway-conf-dest-7ecf,1&quot;, &quot;300|pdMX&quot;) in new stack </font><br>
<font face="sans-serif" size="2">-- Stopped music on hold on SIP/ca1-ab110040 </font><br><font face="sans-serif" size="2">[Apr 19 16:14:27] WARNING[22995]: rtp.c:874 ast_rtcp_read: RTCP Read too short </font><br><br><font face="sans-serif" size="2">The Asterisk version that i am using is 1.4.0</font> <br>
<br><font face="sans-serif" size="2">TIA</font> <br><br><font face="sans-serif" size="2">regards,<br></font>
<table width="100%">
<tbody>
<tr>
<td width="100%"><font face="Arial" color="#5f5f5f" size="1"><b>Manu Mehta</b></font> 
<tr valign="top">
<td><font face="Arial" color="red" size="1"><b>&nbsp;</b></font> 
<tr valign="top">
<td><font face="Arial" color="red" size="1"><b>A R I C E N T</b></font> 
<tr valign="top">
<td><font face="Arial" color="#5f5f5f" size="1">&nbsp;</font> 
<tr valign="top">
<td><font face="Arial" color="#5f5f5f" size="1">Plot-17, Sector 18, Gurgaon 122015,</font> 
<tr valign="top">
<td><font face="Arial" color="#5f5f5f" size="1">Haryana, India</font> 
<tr valign="top">
<td><font face="Arial" color="#5f5f5f" size="1">&nbsp;</font> 
<tr valign="top">
<td><font face="Arial" color="#5f5f5f" size="1">Main&nbsp;&nbsp;&nbsp;&nbsp; </font><font face="Arial" color="#606060" size="1">+91.124.4095888 x3274</font> 
<tr valign="top">
<td><font face="Arial" color="#5f5f5f" size="1">Fax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font><font face="Arial" color="#606060" size="1">+91.124.4095912</font></td></tr></td></tr></td></tr></td></tr></td></tr></td></tr></td></tr></td></tr></td></tr>
</tbody></table><br>
<p><font size="3">&nbsp;<br><br>*********************** &nbsp;Aricent-Unclassified &nbsp; ***********************</font> 
<table>
<tbody>
<tr>
<td bgcolor="#ffffff"><font color="#000000"><pre>&quot;DISCLAIMER: This message is proprietary to Aricent  and is intended solely for the use of 
the individual to whom it is addressed. It may contain privileged or confidential information and should not be 
circulated or used for any purpose other than for what it is intended. If you have received this message in error, 
please notify the originator immediately. If you are not the intended recipient, you are notified that you are strictly
prohibited from using, copying, altering, or disclosing the contents of this message. Aricent accepts no responsibility for 
loss or damage arising from the use of the information transmitted by this email including damage from virus.&quot;
</pre></font></td></tr></tbody></table></p><br>_______________________________________________<br>--Bandwidth and Colocation provided by Easynews.com --<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><br></blockquote></div><br><br clear="all"><br>-- <br>Best Regards<br>Charles<br>