You'll wanna use the event socket in async mode to get the DTMF events. If you watch it you'll get an event for every time someone presses a button then in your script you collect them all up.
/b On Jul 25, 2008, at 12:09 PM, Boris Krivonog wrote: > Hi all! > > I'm using event sockets to remotely drive freeswitch. Is there a > read like functionality for speak that can be used with event > sockets, for example: > > Something like: > > SendMsg <uuid> > call-command: execute > execute-app-name: speak > execute-app-arg: 1 10 'press 1 for option A and 2 for option B' > digits 10000 # > > Thanks in advance, > Boris Brian West sip:[EMAIL PROTECTED] _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
