[Freeswitch-users] conference pin
Sam
u2nsam at gmail.com
Tue Jan 11 07:56:12 MSK 2011
In features.xml you will see a dialplan you can use it and modify as per
your requirement.
<extension name="att_xfer">
<condition field="destination_number" expression="^att_xfer$">
<action application="read" data="3 4
'tone_stream://%(5000,0,350,440)' digits 30000 #"/>
<action application="set" data="origination_cancel_key=#"/>
<action application="att_xfer" data="user/${digits}@$${domain}"/>
</condition>
</extension>
here ${digits} refers to the dtmf you punch in and you can create such
variable where ever you require.
Regds
Sam
On Tue, Jan 11, 2011 at 5:39 AM, deniro <ayhkor at gmail.com> wrote:
> Hi
> any expamples of how to store asked pin (phone call) by channel var and
> re-use it in conferencing to go to that conference?
> thx
>
>
> On Mon, Jan 10, 2011 at 2:09 AM, Sam <u2nsam at gmail.com> wrote:
>
>> use channels variables in freeswitch.
>>
>>
>> http://wiki.freeswitch.org/wiki/Channel_Variables#Channel_Variable_Manipulation
>>
>> Regds
>> Sam
>>
>>
>>
>> On Mon, Jan 10, 2011 at 9:35 AM, deniro <ayhkor at gmail.com> wrote:
>>
>>> Hi
>>> using conferencing software and with the phone dialing,
>>> entering pin number it will go to a conference identified by pin
>>> in its default format it is "conference at profile+pin"
>>> in my case it will be "pin at profile+pin" since conference=pin.
>>> how do I do that? how do I provide a pin that takes me to conference
>>> which is
>>> identified by pin?
>>> thx
>>> deniro--
>>>
>>>
>>>
>>> _______________________________________________
>>> 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
>>>
>>>
>>
>> _______________________________________________
>> 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
>>
>>
>
> _______________________________________________
> 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/20110111/377247a5/attachment.html
More information about the FreeSWITCH-users
mailing list