> my first approach was to call via xml_rpc like described in the wiki
> but when i call like
> 
> server.freeswitch.api("originate","sofia/gategay/gateway1/{number1}
> &bridge(sofia/gateway/gateway2/{number2})")
> 
> but in this case both numbers are called in parallel and the first
> number to pick up gets a ringback tone until the other number picks
> up. how can i get the sequence described above?
> 
> thanks for your help alex

You are probably getting early media when dialing number 1.  Try :

 
server.freeswitch.api("originate","{ignore_early_media=true}sofia/gategay/gateway1/{number1}
 &bridge(sofia/gateway/gateway2/{number2})")


_______________________________________________
Freeswitch-users mailing list
[email protected]
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