[Freeswitch-users] ESL Conference

Michael Collins msc at freeswitch.org
Thu Jun 24 18:48:44 PDT 2010


This worked for me...

  <extension name="simple socket
test">

    <condition field="destination_number"
expression="^(10002)$">

      <action application="socket" data="127.0.0.1:8084 full
async"/>


</condition>

  </extension>

Then I used nc (netcat) per the wiki (
http://wiki.freeswitch.org/wiki/Event_Socket_Outbound#Using_Netcat):
nc -v -l 127.0.0.1 8084

Then I called 10002 from a phone and got connected:
Connection from 127.0.0.1 port 8084 [tcp/*] accepted

Then:
connect\n\n

(system spits out lots of info)

Then:
sendmsg\n
call-command: execute\n
execute-app-name: transfer\n
execute-app-arg: 3000\n\n

Blammo! A call in conf:
reeswitch at internal>conference list
Conference 3000-10.15.0.91 (1 member rate: 8000)
2;sofia/internal/1001 at 10.15.0.91
;3d6c16d8-73bc-4548-9df1-56cb6a63e6d0;1001;1001;hear|speak|floor;0;0;300

freeswitch at internal>

You can transfer to an existing conference or a new one or whatever you
want...

-MC

On Thu, Jun 24, 2010 at 3:10 PM, Samuel Macedo <macedoslm at gmail.com> wrote:

> Hi,
>
> I'm using an Outbound ESL connection. In this scenario, how can I send a
> call into a conference room?
>
> Thanks,
> --
> Samuel Macedo
>
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100624/d7e035cd/attachment.html 


More information about the FreeSWITCH-users mailing list