[svn-commits] mmichelson: branch group/CCSS r248091 - in /team/group/CCSS: channels/ includ...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Feb 19 13:59:25 CST 2010


Author: mmichelson
Date: Fri Feb 19 13:59:21 2010
New Revision: 248091

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=248091
Log:
More cleanup.


Modified:
    team/group/CCSS/channels/chan_sip.c
    team/group/CCSS/include/asterisk/ccss.h
    team/group/CCSS/main/ccss.c

Modified: team/group/CCSS/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/channels/chan_sip.c?view=diff&rev=248091&r1=248090&r2=248091
==============================================================================
--- team/group/CCSS/channels/chan_sip.c (original)
+++ team/group/CCSS/channels/chan_sip.c Fri Feb 19 13:59:21 2010
@@ -860,7 +860,8 @@
 static const int HASH_DIALOG_SIZE = 563;
 #endif
 
-/* SIP PUBLISH support!
+/*!
+ * SIP PUBLISH support!
  * PUBLISH support was added to chan_sip due to its use in the call-completion
  * event package. In order to suspend and unsuspend monitoring of a called party,
  * a PUBLISH message must be sent. Rather than try to hack in PUBLISH transmission

Modified: team/group/CCSS/include/asterisk/ccss.h
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/include/asterisk/ccss.h?view=diff&rev=248091&r1=248090&r2=248091
==============================================================================
--- team/group/CCSS/include/asterisk/ccss.h (original)
+++ team/group/CCSS/include/asterisk/ccss.h Fri Feb 19 13:59:21 2010
@@ -491,7 +491,7 @@
 	 * top of the tree, then his parent will be 0.
 	 */
 	unsigned int parent_id;
-	/*! 
+	/*!
 	 * The instance of the CC core to which this monitor belongs
 	 */
 	int core_id;

Modified: team/group/CCSS/main/ccss.c
URL: http://svnview.digium.com/svn/asterisk/team/group/CCSS/main/ccss.c?view=diff&rev=248091&r1=248090&r2=248091
==============================================================================
--- team/group/CCSS/main/ccss.c (original)
+++ team/group/CCSS/main/ccss.c Fri Feb 19 13:59:21 2010
@@ -161,7 +161,7 @@
 
 /*!
  * \brief The payload for an AST_CONTROL_CC frame
- * 
+ *
  * \details
  * This contains all the necessary data regarding
  * a called device so that the CC core will be able
@@ -4144,7 +4144,7 @@
 	} else {
 		return CLI_SHOWUSAGE;
 	}
-	
+
 	return CLI_SUCCESS;
 }
 




More information about the svn-commits mailing list