[Freeswitch-users] Bridge in event socket - async mode

2009-10-14 Thread Nagalenoj H.
Hi, I'm using event outboud socket(perl) in async mode. Scenario where I face problem: When a call comes to an extension(1000), my program will play some message to the user, and get some DTMF. I'll get the DTMF event(as I'm in async mode) and store the digits in a variable. When he presses "#",

Re: [Freeswitch-users] Bridge in event socket - async mode

2009-10-14 Thread Anthony Minessale
try putting ESL::eslSetLogLevel(7); at the top so you can get a trace of the esl data on the stdout from your script also put some debug code to confirm you are getting the digit On Wed, Oct 14, 2009 at 9:10 AM, Nagalenoj H. wrote: > Hi, > > I'm using event outboud socket(perl) in async mode. >