Thanks for your help. <br><br>I'm building a IVRS. I want to make the outbound call act just like a inbound call which terminated at a specified extension, so the dialplan for that extension will be executed, which will play message, get dtmf, data logging and things like that. <br>
<br>Is there another way to connect 2 channels except bridge, so 2 callers can talk to each other no matter it is a inbound or outboud call (example usage - one to one chat service).<br><br>Regards,<br>Tony<br><br><br><div class="gmail_quote">
On Tue, Jul 6, 2010 at 6:15 AM, Anthony Minessale <span dir="ltr"><<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">transfer is a final action, the script must exit once it's been transferred.<div>i think you need to explain what you really want to do.</div>
<div>if it's just play a file use session:execute("playback", "file.wav")</div>
<div><br></div><div><br><div class="gmail_quote"><div><div></div><div>On Mon, Jul 5, 2010 at 2:06 PM, Tony Tin <span dir="ltr"><<a href="mailto:tony.tin@noahmedia.com.hk" target="_blank">tony.tin@noahmedia.com.hk</a>></span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div>
Hi,<br><br>I'm trying to bridge 2 openzap channels, one is inbound call, another is outbound call. <br><br>Below is the Lua script which originates the outbound call in the inbound call dialplan.<br><br>If the "transfer" line is commented out, bridge is working fine. I suspect it is about call legs, but I can find the proper way to set then up. Could anyone please help, thanks.<br>
<br>-------------------------------------------------------------------------------------<br><br>session_orig = freeswitch.Session("OpenZAP/2/a/98877666")<br><br>while session:getState()~="CS_HANGUP" do<br>
os.execute("usleep 500000")<br> if session_orig:answered() then<br> break<br> end<br>end<br><br>-- need to play message to called party before bridge<br>-- comment out the below line, then bridge is working<br>
session_orig:transfer("orig_ext", "xml", "default")<br><br>freeswitch.bridge(session, session_orig)<br><br>-------------------------------------------------------------------------------------<br>
<br>Regards,<br><font color="#888888">Tony<br><br>
</font><br></div></div><div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br></div></blockquote></div><div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div></div>
<br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<br></blockquote></div><br>