What command are you using to try to transfer it to your conference?<div><br><br><div class="gmail_quote">On Mon, May 3, 2010 at 9:33 AM, Joe Crivello <span dir="ltr">&lt;<a href="mailto:josephcrivello@gmail.com">josephcrivello@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><span style="font-family:arial, sans-serif;font-size:13px;border-collapse:collapse">Hello All,<br><br>I am currently working on a conference bridge based on FreeSWITCH that<br>
allows some conference members to dial out to a prompted number.<br>
<br>Currently my implementation binds * in conference.xml to the &quot;transfer&quot;<br>action, leading to a dial plan extension that runs an async full outgoing<br>event socket. My application serving the event socket does the following:<br>

<br>1) Verifies the user is allowed to dial out, and writes a record to the<br>database.<br>2) Retrieves the number to be dialed with &#39;play_and_get_digits&#39;<br>3) Bridges the call to the dialed number<br>4) Waits for the a-leg to press star<br>

5) Uses &#39;transfer&#39; to transfer both legs back to the conference<br><br>Everything works up to step #5, which does nothing.<br><br>There is no NOTICE outputted to the console indicating that a transfer is<br>taking place and neither leg is rejoined to the conference.<br>

<br>I get a normal event back after the transfer sendmsg:<br><br>Event-Name: SOCKET_DATA<br>Content-Type: command/reply<br>Reply-Text: %2BOK<br><br>If I subscribe to all events before running the transfer and receive events<br>

in a loop, I receive nothing but routine RE_SCHEDULE and CALL_UPDATE events<br>after the transfer.<br><br>I am using ESL to communicate with FreeSWITCH, and prior to running any of<br>steps #1-5 I set the event lock to true. The line from the dial plan<br>

extension that calls my application follows:<br><br>&lt;action application=&quot;socket&quot; data=&quot;<a href="http://172.18.11.1:8001/" style="color:rgb(6, 88, 181)" target="_blank">172.18.11.1:8001</a> async full&quot; /&gt;<br>

<br>Any ideas? Perhaps I&#39;m &quot;doing it wrong&quot;? I am very new to FS.<br><br>Thanks!<br><font color="#888888">Joe Crivello</font></span>
<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>
<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>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</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="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br>
</div>