aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2013-02-26 16:46:50 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2013-02-26 16:48:28 +0100
commit5408d96b20eba19c2c8c618ed15693e3ab1a142a (patch)
tree88b3247b35bab7b966e2c3b148c35f6d2345714c
parent969b08a526c24395f103eb0d99012c62c99965c0 (diff)
mgcp: Add a log message about the tones that will be queued
-rw-r--r--src/mgcp_ss7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mgcp_ss7.c b/src/mgcp_ss7.c
index b1089f1..f23dab5 100644
--- a/src/mgcp_ss7.c
+++ b/src/mgcp_ss7.c
@@ -645,6 +645,7 @@ static int mgcp_ss7_policy(struct mgcp_trunk_config *tcfg, int endp_no, int stat
static int mgcp_dtmf_cb(struct mgcp_endpoint *endp, char tone)
{
+ LOGP(DMGCP, LOGL_DEBUG, "DTMF tone %c\n", tone);
mgcp_ss7_exec(endp, MGCP_SS7_DTMF, tone);
return 0;
}