[svn-commits] oej: branch oej/earl-grey-sip2cause-configurable-1.8 r392239 - /team/oej/earl...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 19 07:08:19 CDT 2013


Author: oej
Date: Wed Jun 19 07:08:15 2013
New Revision: 392239

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=392239
Log:
Debug output is good 

Modified:
    team/oej/earl-grey-sip2cause-configurable-1.8/channels/chan_sip.c

Modified: team/oej/earl-grey-sip2cause-configurable-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/earl-grey-sip2cause-configurable-1.8/channels/chan_sip.c?view=diff&rev=392239&r1=392238&r2=392239
==============================================================================
--- team/oej/earl-grey-sip2cause-configurable-1.8/channels/chan_sip.c (original)
+++ team/oej/earl-grey-sip2cause-configurable-1.8/channels/chan_sip.c Wed Jun 19 07:08:15 2013
@@ -6586,6 +6586,7 @@
 			} else {	/* Incoming call, not up */
 				const char *res;
 				AST_SCHED_DEL_UNREF(sched, p->provisional_keepalive_sched_id, dialog_unref(p, "when you delete the provisional_keepalive_sched_id, you should dec the refcount for the stored dialog ptr"));
+				ast_debug(2, "==> Incoming Hangup Cause %d \n", p->hangupcause);
 				if (p->hangupcause && (res = hangup_cause2sip(p->hangupcause)))
 					transmit_response_reliable(p, res, &p->initreq);
 				else




More information about the svn-commits mailing list