[Freeswitch-users] GotoIf
Brian West
brian at freeswitch.org
Sat Oct 4 13:52:30 PDT 2008
Now if you really wanna get fancy and you're running SVN trunk you can
do this:
<extension name="ext1">
<condition field="destination_number" expression="2020"/>
<condition field="caller_id_number" expression="2000">
<action application="bridge" data="loopback/9999"/>
</condition>
</extension>
Now if loopback is used and you come to a point where the underlying
channels bridge to each other the loopback channel will bow out and
leave the two channels bridged.
/b
PS: everyone PLEASE test SVN trunk! ;)
On Oct 4, 2008, at 3:36 PM, henkoegema wrote:
> Sorry for the confusion.
> You were so right Brian. :clap:
More information about the FreeSWITCH-users
mailing list