[Asterisk-video] Fix for dtmf inside h234m_call

Reza Fatahillah ezhot_95 at yahoo.com
Wed Sep 19 21:18:55 CDT 2007


Hi Sergio,

I tried DTMF when making callout, but it didn't work.

Then did this to make it works.
Inside app_h324m_call change these lines
from:
ast_senddigit_begin(pseudo,input[0]);
ast_senddigit_end(pseudo,input[0],100);

to:                                       
ast_senddigit_begin(chan,input[0]);
ast_senddigit_end(chan,input[0],100);



Regards,
Reza


      ____________________________________________________________________________________
Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more!
http://tv.yahoo.com/collections/3658 



More information about the asterisk-video mailing list