Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-24 Thread Scott Torr
Hi Anthony, Yes, The start_dtmf application is in the dialplan. One question I still have is will the Goertzel algorithm in libteletone_detect.c be able to detect and decode the DTMF tones once they have past through the PSTN and Skype network traversing various codecs? 1) They sound audible

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-23 Thread Scott Torr
Yes, I noticed the Jira for the situation where the where the fs controlled skype client generates both an In Band audible DTMF tone and an API signal causing potential confusion for devices down the line. If only the skype client had an option not the generate the tone in the first place that

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-23 Thread Giovanni Maruzzelli
Scott, do as tony wrote, = add start_dtmf app to your dialplan before bridge to start the inband dtmf detector. = -giovanni On Wed, Dec 23, 2009 at 7:00 PM, Scott Torr scott.torr...@letterboxes.org wrote: Yes, I noticed the Jira for the situation where the where the fs controlled

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-23 Thread Giovanni Maruzzelli
Ooops, Had not seen you got it in the dialplan... try to move it after the answer and test again. Other than this, only thing that comes in my mind is that the conversion from the pstn to sip (skype partner that gives pstn access) to skype is ruining the dtmfs beyond recognition... but you said

[Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-22 Thread Scott Torr
ubuntu-8.04.3-server-amd64.iso (update/upgrade) FreeSWITCH Version 1.0.trunk (15787) skype-ubuntu-intrepid_2.1.0.47-1_amd64.deb mod_skypiax (POTS)--(PSTN)--(skypeIN)--(skype_client)--(skypiax)--(fs) extension name=Indial_to_fs_via_skypeIN condition field=destination_number expression=^501$

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-22 Thread Anthony Minessale
add start_dtmf app to your dialplan before bridge to start the inband dtmf detector. On Tue, Dec 22, 2009 at 8:57 AM, Scott Torr scott.torr...@letterboxes.orgwrote: ubuntu-8.04.3-server-amd64.iso (update/upgrade) FreeSWITCH Version 1.0.trunk (15787) skype-ubuntu-intrepid_2.1.0.47-1_amd64.deb

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-22 Thread Giovanni Maruzzelli
do as anthm say :-) On Tue, Dec 22, 2009 at 4:21 PM, Anthony Minessale anthony.miness...@gmail.com wrote: add start_dtmf app to your dialplan before bridge to start the inband dtmf detector. On Tue, Dec 22, 2009 at 8:57 AM, Scott Torr scott.torr...@letterboxes.org wrote:

Re: [Freeswitch-users] Skypiax: not able to detect Inband dtmf tones from pstn call?

2009-12-22 Thread Giovanni Maruzzelli
It is probably because mod_skypiax does not analize incoming audio looking for dtmf, because the normal call from a Skype client peer sends *both* inband and out of band (signaling) dtmf. So, I choose to only detect out of band (signaling) dtmfs, and ignore possible inband dtmfs (in the audio