hi all,

i come from asterisk an i am new to freeswitch. after my with days with 
freeswitch i am very excited!

but trying to migrate our deployment i have three challenges. one of them is:

i need to call freeswitch from a webapp (e.g. python) and pass number1 and 
number2. i then need freeswitch to call number1. as soon as it is picked up say 
a short confirmaton text, call number2 and bridge the two.

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

_______________________________________________
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