<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><pre>Hi,<br><br>I am trying to achieve 3-way conferencing taking hint from wiki link <br><a href="http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO">http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO</a><br><br>Here is the scenario: <br>1. user "user1" calls user "user2" <br>2. "user1" then presses the feature code "*0" to redirect "user2" to <br>conference room 300 <br>3. "user1" then dials the user "user3" <br>4. user "user1" and "user3" are connected <br><br>My problem is: when i want to add user2 to conference room 300(I press *0), Asterisk don't see nothing and don't do nothing.<br>I can't add the user3 after that.<br><br>Any body have some idea for my problem??<br>Here my dial plan:<br><br><br>////////////////////////////////extensions.conf///////////////////////////////<br><br>[manu]<br><br>exten
 =&gt;100,1,Dial(SIP/user1,,tT)<br><br>exten =&gt;200,1,Dial(SIP/user3,,tT)<br><br><br><br>[nway-conf]<br><br>exten =&gt;_X,1,Answer<br><br>exten =&gt;_X,n,Set(CONFNO=${EXTEN})<br><br>exten =&gt;_X,n,Set(MEETME_EXIT_CONTEXT=nway-conf-invite)<br><br>exten =&gt;_X,n,Set(DYNAMIC_FEATURES=)<br><br>;exten =&gt;_XXX,n,AGI(conf.agi,adduser)<br><br>exten =&gt;_X,n,MeetMe(${CONFNO},pdMX)<br><br>;exten =&gt;h,1,DeadAGI(conf.agi,deluser)<br><br>exten =&gt;_X,n,Hangup<br><br><br><br>[nway-conf-invite]<br><br>exten =&gt;0,1,Read(DEST,dial,,i)<br><br>exten =&gt;0,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv)<br><br>exten =&gt;0,n,Dial(local/${DEST}@nway-conf-dest,,g)<br><br>exten =&gt;0,n,Set(DYNAMIC_FEATURES=)<br><br>exten =&gt;0,n,Goto(nway-conf,${CONFNO},1)<br><br>exten =&gt;i,1,Goto(nway-conf,${CONFNO},1)<br><br>[nway-conf-dest]<br><br>exten =&gt;_XXX,1,Dial(SIP/${EXTEN})<br><br><br><br>[macro-nway-conf-start]<br><br>exten
 =&gt;s,1,Set(CONFNO=300)<br><br>exten =&gt;s,n,ChannelRedirect(${BRIDGEPEER},nway-conf,${CONFNO},1)<br><br>exten =&gt;s,n,Read(DEST,dial,,i)<br><br>exten =&gt;s,n,Set(DYNAMIC_FEATURES=nway-conf-inv#nway-conf-noinv)<br><br>exten =&gt;s,n,Dial(local/${DEST}@nway-conf-dest,,g)<br><br>exten =&gt;s,n,Set(DYNAMIC_FEATURES=)<br><br>exten =&gt;s,n,Goto(nway-conf,${CONFNO},1)<br><br><br><br>[macro-nway-conf-ok]<br><br>exten =&gt;s,1,ChannelRedirect(${BRIDGEPEER},nway-conf,${CONFNO},1)<br><br><br><br>[macro-nway-notok]<br><br>exten
 =&gt;s,1,SoftHangup(${BRIDGEPEER})<br><br><br><br>////////////////////////////////sip.conf/////////////////////////////////////////////<br><br>[general]<br><br>context=default<br><br>bindport=5060<br><br>bindaddr=0.0.0.0<br><br>allowoverlap=no<br><br>srvlookup=yes<br><br><br><br>[user1]<br><br>type=friend<br><br>username=user1<br><br>secret=salutt<br><br>quality=yes<br><br>host=dynamic<br><br>canreinvite=no<br><br>context=manu<br><br><br><br>[user2]<br><br>type=friend<br><br>username=user2<br><br>secret=welcome<br><br>quality=yes<br><br>host=dynamic<br><br>canreinvite=no<br><br>context=tutorial<br><br><br><br>[operateur3]<br><br>type=friend<br><br>username=user3<br><br>secret=secret<br><br>quality=yes<br><br>host=dynamic<br><br>canreinvite=no<br><br>context=tutorial<br><br><br><br>////////////////////////////////features.conf//////////////////////////////////////<br><br>[applicationmap]<br><br><br><br>nway-conf-start =&gt;
 *0,self/callee,Macro,nway-conf-start<br><br>nway-conf-inv =&gt; **,self/callee,Macro,nway-conf-ok<br><br>nway-conf-noinv =&gt; *9,self/callee,Macro,nway-conf-notok<br><br><br>Thank you for help<br></pre></td></tr></table><br>


      <hr size="1"> 
Envoyé avec <a href="http://us.rd.yahoo.com/mailuk/taglines/isp/control/*http://us.rd.yahoo.com/evt=52423/*http://fr.docs.yahoo.com/mail/overview/index.html">Yahoo! Mail</a>.<br>Une boite mail plus intelligente. </a>