It's also simple enough to write a plugin in one of the scripting languages to 
add an app to do exactly what you want...

-----Original Message-----
From: freeswitch-users-boun...@lists.freeswitch.org 
[mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of David Knell
Sent: Tuesday, August 11, 2009 1:55 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] Loopback and bypass_media

Just to add my $0.02-worth (if you're feeling generous..) - I don't
think that the dialplan is expressive enough to do what's needed here,
and that's where the trouble's coming from.  It's not enormously tricky
to build a generic "dial this set of numbers according to these rules"
service using something hanging off the event socket - there's a writeup
here: http://www.softivr.com/wiki/index.php/Find_me showing how it could
be done on SoftIVR.

To roll something similar yourself using the event socket, you'd need to
map the dial function to 'originate', bridge to (IIRC) 'uuid_bridge',
and have some way of passing messages around between the threads
handling the different call legs, assuming that you're using one thread
per leg.

--Dave


_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@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@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to