[Asterisk-cvs] asterisk/channels chan_sip.c,1.510.2.68,1.510.2.69
russell at lists.digium.com
russell at lists.digium.com
Tue Jun 14 16:56:05 CDT 2005
Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv12899/channels
Modified Files:
Tag: v1-0
chan_sip.c
Log Message:
remove my debug output, d'oh! :)
Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.510.2.68
retrieving revision 1.510.2.69
diff -u -d -r1.510.2.68 -r1.510.2.69
--- chan_sip.c 14 Jun 2005 20:30:47 -0000 1.510.2.68
+++ chan_sip.c 14 Jun 2005 20:57:38 -0000 1.510.2.69
@@ -2234,10 +2234,8 @@
}
if ((p->dtmfmode & SIP_DTMF_INBAND) && p->vad) {
f = ast_dsp_process(p->owner,p->vad,f);
- if (f && (f->frametype == AST_FRAME_DTMF)) {
+ if (f && (f->frametype == AST_FRAME_DTMF))
ast_log(LOG_DEBUG, "Detected DTMF '%c'\n", f->subclass);
- ast_log(LOG_NOTICE, "Detected inband DTMF '%c'\n", f->subclass);
- }
}
}
}
More information about the svn-commits
mailing list