[Freeswitch-users] Having trouble with capturing key presses from Javascript

2008-12-11 Thread Alexandru Nedelcu
Hi, I've tried a simple example from here: http://wiki.freeswitch.org/wiki/Session_streamFile You can view my code here: http://paste.scsys.co.uk/paste The problem is, streamFile doesn't fire the event on keypress. Is there anything wrong with my code? Thank you, -- Alexandru Nedelcu Software

Re: [Freeswitch-users] Having trouble with capturing key presses from Javascript

2008-12-11 Thread Alexandru Nedelcu
On Thu, 2008-12-11 at 17:25 +0200, Alexandru Nedelcu wrote: > Hi, > > I've tried a simple example from here: > http://wiki.freeswitch.org/wiki/Session_streamFile > You can view my code here: > http://paste.scsys.co.uk/paste Sorry, the correct link was: http://scsys.co.uk:8001/21364 > > The prob

Re: [Freeswitch-users] Having trouble with capturing key presses from Javascript

2008-12-11 Thread Raymond Chandler
use the start_dtmf app to get inband dtmf -Ray Alexandru Nedelcu wrote: On Thu, 2008-12-11 at 17:25 +0200, Alexandru Nedelcu wrote: Hi, I've tried a simple example from here: http://wiki.freeswitch.org/wiki/Session_streamFile You can view my code here: http://paste.scsys.co.uk/paste

Re: [Freeswitch-users] Having trouble with capturing key presses from Javascript

2008-12-11 Thread Alexandru Nedelcu
Can the app be initiated from JS? On Thu, 2008-12-11 at 11:22 -0500, Raymond Chandler wrote: > use the start_dtmf app to get inband dtmf > > -Ray > > Alexandru Nedelcu wrote: > > On Thu, 2008-12-11 at 17:25 +0200, Alexandru Nedelcu wrote: > > > > > Hi, > > > > > > I've tried a simple examp

Re: [Freeswitch-users] Having trouble with capturing key presses from Javascript

2008-12-11 Thread Brian West
session.execute("start_dtmf") /b On Dec 11, 2008, at 10:29 AM, Alexandru Nedelcu wrote: > Can the app be initiated from JS? ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitc