[Freeswitch-users] call barging

mazilo Nabble at slickdeals.endjunk.com
Thu Jan 20 16:49:23 MSK 2011



Steven Ayre wrote:
> 
> Yes, that will work. You can set the group either within the extension or
> in
> the user config.
> 
> For example:
> 
>  <extension name="bridge">
>      <condition field="destination_number" expression="^9(\d+)$">
>        <action application="set" data="eavesdrop_group=spy1"/>
>        <action application="bridge" data="sofia/gateway/gw1/$1"/>
>      </condition>
>    </extension>
>   <extension name="eavesdrop">
>      <condition field="destination_number" expression="^666$">
>        <action application="answer"/>
>        <action application="set" data="eavesdrop_require_group=spy1"/>
>        <action application="eavesdrop" data="all"/>
>      </condition>
>    </extension>
> 
> 
> -Steve
Steve, I tried your above suggestion on my FreeSWITCH Version 1.0.head
(git-cf253c3 2011-01-11 15-31-40 -0600) with mod_spy loaded and the barge in
works, but only void (no conversation captured).

-----
don't and stop are the ONLY two 4-letter words considered offensive to men,
but not when used together.
-- 
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/call-barging-tp5943099p5943853.html
Sent from the freeswitch-users mailing list archive at Nabble.com.



More information about the FreeSWITCH-users mailing list