<div dir="ltr">I have no idea what you are talking about?<br><br>What exact dialplan are you using to test att_xfer there is a working example in the default config.<br><br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 10:24 PM, Lee JJ <span dir="ltr">&lt;<a href="mailto:jengjr@gmail.com">jengjr@gmail.com</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;">Hello :<br>
<br>
While the att_xfer , I collect show the calls &nbsp;and channels info .<br>
After press &quot;0&quot; , the calls is Zero , and found the last channel using<br>
application &quot;three_way&quot;<br>
<br>
# during att_xfer , press &quot;0&quot;<br>
freeswitch@TTN_Li&gt; show channels<br>
API CALL [show(channels)] output:<br>
uuid,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,write_codec,write_rate<br>
33c232f5-e0ff-446e-ad93-8c2f80d61656,2008-09-05<br>
11:00:40,1220583640,sofia/inter2/<a href="mailto:1529@10.20.1.233">1529@10.20.1.233</a>,CS_EXECUTE,1529,1529,<a href="http://172.16.93.231" target="_blank">172.16.93.231</a>,1526,att_xfer,sofia/inter2/1528,XML,inter2,PCMU,8000,PCMU,8000<br>

0d51ddb6-cac2-428b-a310-d9c54f979efc,2008-09-05<br>
11:00:40,1220583640,sofia/inter2/1526,CS_EXCHANGE_MEDIA,Extension<br>
1529,1529,<a href="http://172.16.93.231" target="_blank">172.16.93.231</a>,1526,playback,local_stream://moh,XML,inter2,PCMU,8000,PCMU,8000<br>
501e6351-6b9f-46a6-81bc-9a2c5a3306fa,2008-09-05<br>
11:00:53,1220583653,sofia/inter2/1528,CS_EXECUTE,Extension<br>
1529,1529,<a href="http://172.16.93.231" target="_blank">172.16.93.231</a>,1528,three_way,33c232f5-e0ff-446e-ad93-8c2f80d61656,XML,inter2,PCMU,8000,PCMU,8000<br>
3 total.<br>
freeswitch@TTN_Li&gt;<br>
freeswitch@TTN_Li&gt; show calls<br>
API CALL [show(calls)] output:<br>
0 total.<br>
<br>
freeswitch@TTN_Li&gt; show calls<br>
API CALL [show(calls)] output:<br>
function,created,created_epoch,caller_cid_name,caller_cid_num,caller_dest_num,caller_chan_name,caller_uuid,callee_cid_name,callee_cid_num,callee_dest_num,callee_chan_name,callee_uuid<br>
2008-09-05 11:00:42,1220583642,switch_ivr_multi_threaded_bridge,1529,1529,1526,sofia/inter2/<a href="mailto:1529@10.20.1.233">1529@10.20.1.233</a>,33c232f5-e0ff-446e-ad93-8c2f80d61656,Extension<br>
1529,1529,1526,sofia/inter2/1526,0d51ddb6-cac2-428b-a310-d9c54f979efc<br>
2008-09-05 11:00:56,1220583656,switch_ivr_multi_threaded_bridge,1529,1529,1526,sofia/inter2/<a href="mailto:1529@10.20.1.233">1529@10.20.1.233</a>,33c232f5-e0ff-446e-ad93-8c2f80d61656,Extension<br>
1529,1529,1528,sofia/inter2/1528,501e6351-6b9f-46a6-81bc-9a2c5a3306fa<br>
2 total.<br>
freeswitch@TTN_Li&gt;<br>
freeswitch@TTN_Li&gt; show channels<br>
API CALL [show(channels)] output:<br>
uuid,created,created_epoch,name,state,cid_name,cid_num,ip_addr,dest,application,application_data,dialplan,context,read_codec,read_rate,write_codec,write_rate<br>
33c232f5-e0ff-446e-ad93-8c2f80d61656,2008-09-05<br>
11:00:40,1220583640,sofia/inter2/<a href="mailto:1529@10.20.1.233">1529@10.20.1.233</a>,CS_EXECUTE,1529,1529,<a href="http://172.16.93.231" target="_blank">172.16.93.231</a>,1526,att_xfer,sofia/inter2/1528,XML,inter2,PCMU,8000,PCMU,8000<br>

0d51ddb6-cac2-428b-a310-d9c54f979efc,2008-09-05<br>
11:00:40,1220583640,sofia/inter2/1526,CS_EXCHANGE_MEDIA,Extension<br>
1529,1529,<a href="http://172.16.93.231" target="_blank">172.16.93.231</a>,1526,playback,local_stream://moh,XML,inter2,PCMU,8000,PCMU,8000<br>
501e6351-6b9f-46a6-81bc-9a2c5a3306fa,2008-09-05<br>
11:00:53,1220583653,sofia/inter2/1528,CS_EXCHANGE_MEDIA,Extension<br>
1529,1529,<a href="http://172.16.93.231" target="_blank">172.16.93.231</a>,1528,,,XML,inter2,PCMU,8000,PCMU,8000<br>
3 total.<br>
<br>
So , what&#39;s the no calls changing meaning ?<br>
<br>
And I &nbsp;simulate the three_way working using scripts, pitty thing is<br>
either hanup immediately or someone in hold music.<br>
PLS give some advice .<br>
<br>
### call test scripts staring<br>
n_sess = new Session() ;<br>
res = n_sess.originate(n_sess, &quot;sofia/inter2/1528%<a href="http://10.20.1.233" target="_blank">10.20.1.233</a>&quot; );<br>
<br>
// wait for it ... answer<br>
n_sess.waitForAnswer(10000);<br>
<br>
if ( &nbsp;n_sess.ready()) { &nbsp;//never go into here<br>
 &nbsp; &nbsp;console_log(&quot;info&quot;, &quot;n_sess uuid: &quot;+ n_sess.uuid + &quot;\n&quot;);<br>
 &nbsp; &nbsp;n_sess.execute(&quot;three_way&quot;, session.uuid ) ;<br>
}<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>
</div>