[Freeswitch-users] Gateway issue!! ----- need help
Brian West
brian at freeswitch.org
Thu Sep 11 06:32:14 PDT 2008
Your originate syntax is invalid.
Try this:
originate sofia/internal/1001 &bridge(sofia/gateway/net4india/
13024301635)
If by change you don't want the bridge to execute till 1001 is
answered you do this:
originate {ignore_early_media=true}sofia/internal/1001
&bridge(sofia/gateway/net4india/13024301635)
Otherwise it's going into the dialplan looking for 13024301635 and not
finding it.
/b
On Sep 11, 2008, at 3:19 AM, Gayatri Kulkarni wrote:
> but if I do originate sofia/internal/1001 sofia/gateway/net4india/
> 13024301635 on FS the call fails, say
Brian West
sip:brian at freeswitch.org
More information about the FreeSWITCH-users
mailing list