VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
frank at impactfax.com Guest
|
|
Back to top |
|
|
dule.maillist at gmail... Guest
|
Posted: Mon Dec 08, 2008 12:53 pm Post subject: [Freeswitch-users] key tone trigger event during call |
|
|
From my understanding, I didn't think tone_detect detects DTMF since it's dual frequencies, rather tone_detect detects single frequencies like fax tones.
I would just run an IVR with a session.read or session.getDigits to collect DTMF.
Dan
On Sat, Dec 6, 2008 at 1:19 PM, Frank @ Impact <frank@impactfax.com (frank@impactfax.com)> wrote:
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Mon Dec 08, 2008 12:58 pm Post subject: [Freeswitch-users] key tone trigger event during call |
|
|
Are you really trying to detect a tone, or are you trying to detect dtmf (could be delivered via rfc2833, info, etc) ?
Mike
On Dec 8, 2008, at 12:51 PM, Dan Le wrote:
Quote: |
From my understanding, I didn't think tone_detect detects DTMF since it's dual frequencies, rather tone_detect detects single frequencies like fax tones.
I would just run an IVR with a session.read or session.getDigits to collect DTMF.
Dan
On Sat, Dec 6, 2008 at 1:19 PM, Frank @ Impact <frank@impactfax.com (frank@impactfax.com)> wrote:
|
|
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Mon Dec 08, 2008 1:00 pm Post subject: [Freeswitch-users] key tone trigger event during call |
|
|
tone_detect can detect an MF tone up to 6 at once. (in practice)
On Mon, Dec 8, 2008 at 11:51 AM, Dan Le <dule.maillist@gmail.com (dule.maillist@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
frank at impactfax.com Guest
|
Posted: Tue Dec 09, 2008 8:39 am Post subject: [Freeswitch-users] key tone trigger event during call |
|
|
We are actually trying to detect the called party pressing a key – dtmf. In band for ulaw. Rfc2833 for 729.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] On Behalf Of Michael Jerris
Sent: Monday, December 08, 2008 12:57 PM
To: freeswitch-users@lists.freeswitch.org
Subject: Re: [Freeswitch-users] key tone trigger event during call
Are you really trying to detect a tone, or are you trying to detect dtmf (could be delivered via rfc2833, info, etc) ?
Mike
On Dec 8, 2008, at 12:51 PM, Dan Le wrote:
<![if !supportLineBreakNewLine]> <![endif]>
From my understanding, I didn't think tone_detect detects DTMF since it's dual frequencies, rather tone_detect detects single frequencies like fax tones.
I would just run an IVR with a session.read or session.getDigits to collect DTMF.
Dan
On Sat, Dec 6, 2008 at 1:19 PM, Frank @ Impact <frank@impactfax.com (frank@impactfax.com)> wrote:
Same thing with version 10640 build.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)
[mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of
Brian West
Sent: Saturday, December 06, 2008 1:01 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] key tone trigger event during call
make current or install current svn on a different box.
/b
On Dec 5, 2008, at 7:09 PM, Frank @ Impact wrote:
Quote: |
Ideas? Am I doing something stupid or is tone_detect not just right
here?
|
|
|
Back to top |
|
|
mike at jerris.com Guest
|
Posted: Tue Dec 09, 2008 11:13 am Post subject: [Freeswitch-users] key tone trigger event during call |
|
|
you don't want to be using the tone detect here, you want to be using bind_meta, but without the meta key, which I don't think it can actually do currently.
Mike
On Dec 9, 2008, at 8:31 AM, Frank @ Impact wrote:
Quote: | We are actually trying to detect the called party pressing a key – dtmf. In band for ulaw. Rfc2833 for 729.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org) [mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of Michael Jerris
Sent: Monday, December 08, 2008 12:57 PM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] key tone trigger event during call
Are you really trying to detect a tone, or are you trying to detect dtmf (could be delivered via rfc2833, info, etc) ?
Mike
On Dec 8, 2008, at 12:51 PM, Dan Le wrote:
From my understanding, I didn't think tone_detect detects DTMF since it's dual frequencies, rather tone_detect detects single frequencies like fax tones.
I would just run an IVR with a session.read or session.getDigits to collect DTMF.
Dan
On Sat, Dec 6, 2008 at 1:19 PM, Frank @ Impact <frank@impactfax.com (frank@impactfax.com)> wrote:
Same thing with version 10640 build.
-----Original Message-----
From: freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)
[mailto:freeswitch-users-bounces@lists.freeswitch.org (freeswitch-users-bounces@lists.freeswitch.org)] On Behalf Of
Brian West
Sent: Saturday, December 06, 2008 1:01 AM
To: freeswitch-users@lists.freeswitch.org (freeswitch-users@lists.freeswitch.org)
Subject: Re: [Freeswitch-users] key tone trigger event during call
make current or install current svn on a different box.
/b
On Dec 5, 2008, at 7:09 PM, Frank @ Impact wrote:
Quote: |
Ideas? Am I doing something stupid or is tone_detect not just right
here?
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (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
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|