[Freeswitch-users] dialplan condition regex question

2009-02-26 Thread Alexander de Greiff
hi all, i am dialing the number 123456789 (example) reaching fs via inbound sip gateway and hitting following dialplan: condition field=${sip_to_user} expression=^123456(\d+)$ action application=set data=my_dialed_extension=$1/ /condition condition field=${my_dialed_extension}

[Freeswitch-users] switch voices in ivr menus

2009-02-26 Thread Alexander de Greiff
another question: - in the ivr application i have cepstral voice matthias read the main menu ok. - i select submenu1 and cepstral voice katrin reads the submenu1 correctly. - i go back to the main menu and the voice is not switched back to the specified voice matthias. each voice is explicitly

Re: [Freeswitch-users] switch voices in ivr menus

2009-02-26 Thread Alexander de Greiff
brian, demo3 is the main menu. all submenus change voices correctly. when i go to the main menu via menu-sub (7) then the voice is changes correctly. only when i menu-top (9) to main menu the voice is not changed. how do i produce the debug log? in the cli? this i a remote terminal. f8 is not

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

[Freeswitch-users] problem speaking with cepstral voice in xml ivr menu

2009-02-25 Thread Alexander de Greiff
hi all, here is my second problem trying to migrate from * to fs: i can speak with cepstral voices from my dialplan, but when i implement an ivr menu with cepstral voices like this: menu name=demo3 greet-long=say:text to speak greet-short=say:main menu

Re: [Freeswitch-users] problem speaking with cepstral voice in xml ivr menu

2009-02-25 Thread Alexander de Greiff
and it will work with the code you already have. I highly recommend a make curret ;) Committed revision 12278. /b On Feb 25, 2009, at 4:35 AM, Alexander de Greiff wrote: hi all, here is my second problem trying to migrate from * to fs: i can speak with cepstral voices from my dialplan, but when

Re: [Freeswitch-users] problem speaking with cepstral voice in xml ivr menu

2009-02-25 Thread Alexander de Greiff
michael, i googled for asterisk alternative and voila... the trigger was that every now and then i renew servers in the infrastructure and the one with asterisk was overdue. i wasn't really unhappy with asterisk, but these things bothered me (maybe i am not up to date): - dialplan gets messy -

[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