[Asterisk-video] DTMF Bug in mp4play and rtsp
Klaus Darilion
klaus.mailinglists at pernau.at
Wed Mar 26 06:21:00 CDT 2008
Hi Sergio!
Changeset 197 breaks DTMF handling.
As you see in pbx.c the DTMF is handled as ASCII, not as integer:
> if ((res = ast_spawn_extension(c, c->context, c->exten, c->priority,
> c->cid.cid_num))) {
> /* Something bad happened, or a hangup has been requested. */
> if (strchr("0123456789ABCDEF*#", res)) {
> if (option_debug)
> ast_log(LOG_DEBUG, "Oooh, got something to jump out with ('%c')!\n", res);
You should undo the changeset
regards
klaus
More information about the asterisk-video
mailing list