[Asterisk-video] Fix for dtmf inside h234m_call
Klaus Darilion
klaus.mailinglists at pernau.at
Thu Sep 20 03:59:00 CDT 2007
fixed.
thanks
klaus
Reza Fatahillah schrieb:
> 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
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-video
More information about the asterisk-video
mailing list