[Freeswitch-users] What are <> in bridge as opposed to {} []

Mario mario_fs at mgtech.com
Wed Oct 6 11:34:14 PDT 2010


FYI, I looked up enterprise in the wiki but it makes no mention of <>
which is why it's impossible to find: Thanks again!

  Enterprise originate

The so called 'enterprise originate' syntax is a way to simultaneously
originate multiple calls in several threads (regular simultaneous
originate is single threaded). To use it simply separate valid dial
strings by :_: . Each dial string can have its own {} and [] blocks and
can themselves be simultaneous or sequential (containing ',' or '|') as
above.

This can be helpful, for example, when dealing with call forwarding.
Without it, FreeSWITCH™ would drop the simultaneous dial and transfer to
the forwarded extension.


On 10/06/10 11:26, Mario wrote:
> Ahhhh. thank you! I need to use :_: because there are multiple
> registrations to the same user.
> 
> On 10/06/10 11:15, Tim St. Pierre wrote:
>> The syntax you have below is the "enterprise bridge" method, using :_: instead of ,.  It spawns a
>> separate thread for each leg.
>>
>> In this case, the <> are global options, {} are options for each leg.
>>
>>
>>
>> Mario wrote:
>>> The wiki explains what {} and [] are used for in the line below, but I
>>> was provided <> from this list that fixed a problem and I can't find how
>>> <> is different from the others. Anyone?
>>>
>>> <action application="bridge"
>>> data="<originate_timeout=15>group/MGT@${domain_name}:_:sofia/gate...
>>>
>>> _______________________________________________
>>> 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



More information about the FreeSWITCH-users mailing list