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
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.c
om--
asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-video
a>
|