Re: [Freeswitch-users] howto originate fs call from webapp (python)

2009-02-25 Thread Michael Collins
> enter telephone number in webapp > python script have fs to call number > say "please enter the pin code from the website" > validate dtmf code > pass back to webapp: correct or not correct > > unfortunately just from reading the wiki i don't know how to do it in my > python script. > > can you

Re: [Freeswitch-users] howto originate fs call from webapp (python)

2009-02-25 Thread Anthony Minessale
from the freeswitch build root cd libs/esl if you have python-devel or the equiv make pymod from there if you cd python you will see a python module you can use to control freeswitch. On Wed, Feb 25, 2009 at 2:30 AM, Alexander de Greiff wrote: > hi, > > oops, i must have been very tired when

Re: [Freeswitch-users] howto originate fs call from webapp (python)

2009-02-25 Thread Alexander de Greiff
hi, oops, i must have been very tired when i wrote my first mail to the list... thanks for your replies. {ignore_early_media=true} really worked for me. i try very hard to "unlearn" asterisk. with asterisk i did not do much more with the python script, but i would like the pthon script to inte

Re: [Freeswitch-users] howto originate fs call from webapp (python)

2009-02-24 Thread Michael Collins
On Tue, Feb 24, 2009 at 1:09 PM, Alexander de Greiff wrote: > hi all, > > i come from asterisk an i am new to freeswitch. after my with days with > freeswitch i am very excited! Welcome to FreeSWITCH! > > but trying to migrate our deployment i have three challenges. one of them is: > > i need t

Re: [Freeswitch-users] howto originate fs call from webapp (python)

2009-02-24 Thread Rupa Schomaker (lists)
> 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 pi

[Freeswitch-users] howto originate fs call from webapp (python)

2009-02-24 Thread Alexander de Greiff
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