[svn-commits] oej: branch 1.2 r46258 - /branches/1.2/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Oct 25 12:28:48 MST 2006


Author: oej
Date: Wed Oct 25 14:28:48 2006
New Revision: 46258

URL: http://svn.digium.com/view/asterisk?rev=46258&view=rev
Log:
Working to resolve #7608 - adding debug output

Modified:
    branches/1.2/channels/chan_sip.c

Modified: branches/1.2/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/channels/chan_sip.c?rev=46258&r1=46257&r2=46258&view=diff
==============================================================================
--- branches/1.2/channels/chan_sip.c (original)
+++ branches/1.2/channels/chan_sip.c Wed Oct 25 14:28:48 2006
@@ -11028,6 +11028,8 @@
  					ast_set_flag(p, SIP_NEEDDESTROY);	
  					return 0;
  				}
+				if (option_debug > 2)
+					ast_log(LOG_DEBUG, "Subscription type: Event: %s Format: %s\n",  subscription_types[p->subscribed].event, subscription_types[p->subscribed].mediatype);
  			} else if (!strcmp(event, "message-summary") && !strcmp(accept, "application/simple-message-summary")) {
 				/* Looks like they actually want a mailbox status */
 



More information about the svn-commits mailing list