[Freeswitch-users] call somebody into conference after conferenceestablished

fieldpeak fieldpeak at gmail.com
Sat May 14 11:54:42 MSD 2011


Hi Michael,

Thanks for your detailed suggestion.

i test it as below steps, it works fine, however, there is a limiation that
i have to fill fixed callee number in conference.conf.xml
(data="execute_extension 5001"), while actually i what to dial arbitrary
number after "*" dynamically(e.g *1234, *2345), i can think out it could
realize by a IVR script like "data="execute_extension IVR_scripts" and after
IVR give some voice prompt (pls input the callee number) then ... however,
considering simplicity, can i convey the DTMF into the dialplan (just
directly press *1234, and then 1234 ring...)? could you please provide any
hints or any suggestion... Thanks a lot!

1. in conference.conf.xml, set as below,
<control action="execute_application" digits="*" data="execute_extension
5001"/>

2. in dial plan,

<!-- for confernce named conf100 -->
<extension name="conf100" >
   <condition field="destination_number" expression="^666$">
       <action application="answer"/>
       <action application="set" data="conference_user_list=|"/>
       <action application="conference" data="conf100 at default"/>
   </condition>
</extension>

and

<!-- for dial out 5001 from the conference conf100 -->

<extension name="5_to_conf_out" >
   <condition field="destination_number" expression="^(5\d+)$">
       <!-- <action application="conference" data="conf100 dial
sofia/internal/5001 at 192.168.200.201 100 Conference_Caller_Name"/> -->
     <!-- <action application="bridge" data="sofia/internal/$
1 at 192.168.200.201"/> -->
     <action application="set" data="api_result=${conference(conf100 dial
sofia/internal/$1 at 192.168.200.201 100 Conference_Caller_Name)}"/>
   </condition>
</extension>

3. register a extension 3001, call 666 and join a conference, and then press
"*", the FS will call 5001 on a IAD.
then 5001 and 3001 join the same conference.


2011/5/12 liuyp2 <liuyp2 at asiainfo-linkage.com>

>  conference Your-Conf-Name dial user/1002
>
>  ------------------------------
>  liuyp2
> 2011-05-12
>  ------------------------------
>  *发件人:* fieldpeak
> *发送时间:* 2011-05-12 11:11:41
> *收件人:* FreeSWITCH-users
> *抄送:*
> *主题:* [Freeswitch-users] call somebody into conference after
> conferenceestablished
>
> Hi Gurus,
>
> i dial 666 and enter a conference, then i need call some body's phone
> number to join him into this conference...
> is there anyone can advise how can realize this scenario?
>
> thanks.
>
> Regards,
> Charles
>
> _______________________________________________
> 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/20110514/4dcd11a5/attachment.html 


More information about the FreeSWITCH-users mailing list