X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=mISDN.cpp;h=8ae58556e4142b956771aa7ffdfe4169945eae34;hp=cdc24efccc2e04254d4fb26e2aecb5a9b134683a;hb=e9b162540529e627c12573ffb4eff47c3273d756;hpb=acaf278f7f616d264afe480e4f9c64768540941b;ds=sidebyside diff --git a/mISDN.cpp b/mISDN.cpp index cdc24ef..8ae5855 100644 --- a/mISDN.cpp +++ b/mISDN.cpp @@ -1060,7 +1060,7 @@ void PmISDN::bchannel_receive(struct mISDNhead *hh, unsigned char *data, int len if (p_type == PORT_TYPE_POTS_FXS_IN && p_state == PORT_STATE_IN_OVERLAP) { class Pfxs *pfxs = (class Pfxs *)this; if (!pfxs->p_m_fxs_allow_dtmf) { - PDEBUG(DEBUG_PORT, "PmISDN(%s) DTMF for FXS not yet allowed\n", p_name); + PDEBUG(DEBUG_PORT, "PmISDN(%s) DTMF for FXS currently disabled\n", p_name); return; } SCCAT(p_dialinginfo.id, cont & DTMF_TONE_MASK);