[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, ___

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

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? I’ve

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 to launch

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 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

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

2009-12-07 Thread Nik Middleton
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 and interprets them aka calls your callback etc. On Mon, Dec 7, 2009

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

2009-12-07 Thread Lars Zeb
: [Freeswitch-users] Trapping dtmf on bridged call 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

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

2009-12-07 Thread Anthony Minessale
-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 On Mon, Dec 7, 2009 at 2:02 PM, Nik Middleton nik.middle...@noblesolutions.co.uk wrote

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

2009-12-07 Thread Nik Middleton
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 nik.middle...@noblesolutions.co.uk wrote: Can this be done in an lua script? Regards, From: freeswitch-users