[asterisk-commits] mjordan: branch 12 r419316 - /branches/12/res/res_pjsip_refer.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 23 11:41:31 CDT 2014
Author: mjordan
Date: Wed Jul 23 11:41:27 2014
New Revision: 419316
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=419316
Log:
res_pjsip_refer: remove stray debugging line
How'd those @ symbols get in there...
Modified:
branches/12/res/res_pjsip_refer.c
Modified: branches/12/res/res_pjsip_refer.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip_refer.c?view=diff&rev=419316&r1=419315&r2=419316
==============================================================================
--- branches/12/res/res_pjsip_refer.c (original)
+++ branches/12/res/res_pjsip_refer.c Wed Jul 23 11:41:27 2014
@@ -204,7 +204,6 @@
/* Media is passing without progress, this means the call has been answered */
notification = refer_progress_notification_alloc(progress, 200, PJSIP_EVSUB_STATE_TERMINATED);
} else if (f->frametype == AST_FRAME_CONTROL) {
- ast_debug(5, "@@@@ GOT FRAME TYPE: %d\n", f->subclass.integer);
/* Based on the control frame being written we can send a NOTIFY advising of the progress */
if ((f->subclass.integer == AST_CONTROL_RING) || (f->subclass.integer == AST_CONTROL_RINGING)) {
progress->subclass = f->subclass.integer;
More information about the asterisk-commits
mailing list