[Freeswitch-users] Configuring FreeSwitch

Alexandru Nedelcu alex at sinapticode.ro
Fri Dec 12 12:27:25 PST 2008


On Thu, 2008-12-11 at 09:55 -0500, Raymond Chandler wrote:
> 
> i think i answered all of this for you on irc yesterday....
> 

Yes you did, thanks for your help.
I'm a total newbie, but the good news is that I'm almost finished with
my setup. FS is great :)

> use the bridge dialplan app to dial by ip similar to the following:
>     <action application="bridge" 
> data="sofia/${use_profile}/number at ip.address"/>

I'm using "originate" initially. And I think I did something stupid. Is
there anything wrong with the following code ...

var new_session = new Session();
new_session.originate(session, URL);
bridge(session, new_session);

> http://wiki.freeswitch.org/wiki/Sofia#Syntax might also help you out
> a 
> little

It worked great. Thanks.





More information about the FreeSWITCH-users mailing list