ast_log(LOG_DTMF,"DTMF end '%c' detected to have actual duration %ld on the wire, emulation will be triggered on %s\n",f->subclass, f->len,chan->name);
ast_log(LOG_DTMF,"DTMF end '%c' detected to have actual duration %ld on the wire, emulation will be triggered on %s\n",f->subclass.integer, f->len,chan->name);
}
}
}elseif(!f->len){
}elseif(!f->len){
ast_log(LOG_DTMF,"DTMF end accepted without begin '%c' on %s\n",f->subclass.integer,chan->name);
ast_log(LOG_DTMF,"DTMF end accepted without begin '%c' on %s\n",f->subclass.integer,chan->name);