Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Pete Mueller
worked for my immediate need. -pete From: freeswitch-users-boun...@lists.freeswitch.org [mailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Nik Middleton Sent: Monday, December 07, 2009 4:32 PM To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Trapping dtmf

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Nik Middleton
half Of Anthony Minessale Sent: 07 December 2009 23:21 To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Trapping dtmf on bridged call did you set the inputcallback too? On Mon, Dec 7, 2009 at 4:59 PM, Nik Middleton wrote: Can this be done in an lua script?

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Anthony Minessale
boun...@lists.freeswitch.org [mailto: > freeswitch-users-boun...@lists.freeswitch.org] *On Behalf Of *Michael > Collins > *Sent:* 07 December 2009 22:18 > > *To:* freeswitch-users@lists.freeswitch.org > *Subject:* Re: [Freeswitch-users] Trapping dtmf on bridged call > > > >

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Lars Zeb
ecember 2009 22:18 To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Trapping dtmf on bridged call On Mon, Dec 7, 2009 at 2:02 PM, Nik Middleton wrote: Hi Is it possible to trap on DTMF on a bridged call within an LUA script? I've tried setting the gateway

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Nik Middleton
ailto:freeswitch-users-boun...@lists.freeswitch.org] On Behalf Of Anthony Minessale Sent: 07 December 2009 22:15 To: freeswitch-users@lists.freeswitch.org Subject: Re: [Freeswitch-users] Trapping dtmf on bridged call session:execute("start_dtmf"); this app captures inband audio tone dtmf

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Nik Middleton
Subject: Re: [Freeswitch-users] Trapping dtmf on bridged call On Mon, Dec 7, 2009 at 2:02 PM, Nik Middleton wrote: Hi Is it possible to trap on DTMF on a bridged call within an LUA script? I've tried setting the gateway to use inband, but no joy. It looks like I could use start_dtmf,

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Michael Collins
On Mon, Dec 7, 2009 at 2:02 PM, Nik Middleton < nik.middle...@noblesolutions.co.uk> wrote: > Hi > > > > Is it possible to trap on DTMF on a bridged call within an LUA script? > I’ve tried setting the gateway to use inband, but no joy. It looks like I > could use start_dtmf, but I can’t see how t

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Anthony Minessale
session:execute("start_dtmf"); this app captures inband audio tone dtmf and interprets them aka calls your callback etc. On Mon, Dec 7, 2009 at 4:02 PM, Nik Middleton < nik.middle...@noblesolutions.co.uk> wrote: > Hi > > > > Is it possible to trap on DTMF on a bridged call within an LUA script

Re: [Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Brian West
session:execute("start_dtmf"); /b On Dec 7, 2009, at 4:02 PM, Nik Middleton wrote: Hi Is it possible to trap on DTMF on a bridged call within an LUA script? I’ve tried setting the gateway to use inband, but no joy. It looks like I could use start_dtmf, but I can’t see how to launch th

[Freeswitch-users] Trapping dtmf on bridged call

2009-12-07 Thread Nik Middleton
Hi Is it possible to trap on DTMF on a bridged call within an LUA script? I've tried setting the gateway to use inband, but no joy. It looks like I could use start_dtmf, but I can't see how to launch this within LUA Regards, ___ FreeSWITCH-users