<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">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" target=_blank><FONT color=#003399>http://www.voip-info.org/wiki/view/Asterisk+n-way+call+HOWTO</FONT></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/user2,,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>[user3]<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><BR></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>