[asterisk-commits] kharwell: branch kharwell/pimp_my_sip r387571 - /team/kharwell/pimp_my_sip/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri May 3 09:31:45 CDT 2013


Author: kharwell
Date: Fri May  3 09:31:43 2013
New Revision: 387571

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=387571
Log:
added internals to comments

Modified:
    team/kharwell/pimp_my_sip/res/res_sip_messaging.c

Modified: team/kharwell/pimp_my_sip/res/res_sip_messaging.c
URL: http://svnview.digium.com/svn/asterisk/team/kharwell/pimp_my_sip/res/res_sip_messaging.c?view=diff&rev=387571&r1=387570&r2=387571
==============================================================================
--- team/kharwell/pimp_my_sip/res/res_sip_messaging.c (original)
+++ team/kharwell/pimp_my_sip/res/res_sip_messaging.c Fri May  3 09:31:43 2013
@@ -41,6 +41,7 @@
 #define MAX_USER_SIZE 128
 
 /*!
+ * \internal
  * \brief Determine where in the dialplan a call should go
  *
  * \details This uses the username in the request URI to try to match
@@ -69,6 +70,7 @@
 }
 
 /*!
+ * \internal
  * \brief Checks to make sure the request has the correct content type.
  *
  * \details This module supports the following media types: "text/plain".
@@ -86,6 +88,7 @@
 }
 
 /*!
+ * \internal
  * \brief Puts pointer past 'sip[s]:' string that should be at the
  * front of the given 'fromto' parameter
  *
@@ -108,6 +111,7 @@
 }
 
 /*!
+ * \internal
  * \brief Retrieves an endpoint if specified in the given 'fromto'
  *
  * Expects the given 'fromto' to be in one of the following formats:
@@ -149,6 +153,7 @@
 }
 
 /*!
+ * \internal
  * \brief Updates fields in an outgoing 'From' header.
  *
  * \param tdata The outgoing message data structure
@@ -244,6 +249,7 @@
 }
 
 /*!
+ * \internal
  * \brief Copies any other msg vars over to the request headers.
  *
  * \param msg The msg structure to copy headers from
@@ -275,6 +281,7 @@
 }
 
 /*!
+ * \internal  
  * \brief Copies any other request header data over to ast_msg structure.
  *
  * \param rdata The SIP request
@@ -305,6 +312,7 @@
 }
 
 /*!
+ * \internal
  * \brief Prints the message body into the given char buffer.
  *
  * \details Copies body content from the received data into the given
@@ -332,6 +340,7 @@
 }
 
 /*!
+ * \internal
  * \brief Converts a pjsip_rx_data structure to an ast_msg structure.
  *
  * \details Attempts to fill in as much information as possible into the given




More information about the asterisk-commits mailing list