This worked for me...<br><br><span style="font-family: courier new,monospace;">  &lt;extension name=&quot;simple socket test&quot;&gt;                                                                                                                         </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    &lt;condition field=&quot;destination_number&quot; expression=&quot;^(10002)$&quot;&gt;                                                                                               </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">      &lt;action application=&quot;socket&quot; data=&quot;<a href="http://127.0.0.1:8084">127.0.0.1:8084</a> full async&quot;/&gt;                                                                                           </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    &lt;/condition&gt;                                                                                                                                                </span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  &lt;/extension&gt;  </span><br style="font-family: courier new,monospace;"><br>Then I used nc (netcat) per the wiki (<a href="http://wiki.freeswitch.org/wiki/Event_Socket_Outbound#Using_Netcat">http://wiki.freeswitch.org/wiki/Event_Socket_Outbound#Using_Netcat</a>):<br>
<span style="font-family: courier new,monospace;">nc -v -l 127.0.0.1 8084</span><br style="font-family: courier new,monospace;"><br>Then I called 10002 from a phone and got connected:<br><span style="font-family: courier new,monospace;">Connection from 127.0.0.1 port 8084 [tcp/*] accepted</span><br>
<br>Then:<br><span style="font-family: courier new,monospace;">connect\n\n</span><br><br>(system spits out lots of info)<br><br>Then:<br><span style="font-family: courier new,monospace;">sendmsg\n</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">call-command: execute\n</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">execute-app-name: transfer\n</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">execute-app-arg: 3000\n\n</span><br><br>Blammo! A call in conf:<br><span style="font-family: courier new,monospace;">reeswitch@internal&gt;conference list</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Conference 3000-10.15.0.91 (1 member rate: 8000)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">2;sofia/internal/<a href="mailto:1001@10.15.0.91">1001@10.15.0.91</a>;3d6c16d8-73bc-4548-9df1-56cb6a63e6d0;1001;1001;hear|speak|floor;0;0;300</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">freeswitch@internal&gt;</span><br style="font-family: courier new,monospace;"><br>You can transfer to an existing conference or a new one or whatever you want...<br>
<br>-MC<br><br><div class="gmail_quote">On Thu, Jun 24, 2010 at 3:10 PM, Samuel Macedo <span dir="ltr">&lt;<a href="mailto:macedoslm@gmail.com">macedoslm@gmail.com</a>&gt;</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;">
Hi,<div><br></div><div>I&#39;m using an Outbound ESL connection. In this scenario, how can I send a call into a conference room?</div><div><br></div><div>Thanks,</div><div>--</div><div>Samuel Macedo</div><font color="#888888"><span style="font-size: small;"><font color="#000080" face="Arial, Helvetica" size="3"><span style="font-size: 11px;"><br>

</span></font><font style="font-size: 8pt;" color="#000080" face="Arial,Helvetica" size="1"></font></span>
</font><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>