[asterisk-commits] file: branch file/pimp_sip_location r382616 - /team/file/pimp_sip_location/in...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Mar 7 11:51:31 CST 2013


Author: file
Date: Thu Mar  7 11:51:27 2013
New Revision: 382616

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382616
Log:
Bit of clean up.

Modified:
    team/file/pimp_sip_location/include/asterisk/res_sip.h
    team/file/pimp_sip_location/include/asterisk/res_sip_session.h

Modified: team/file/pimp_sip_location/include/asterisk/res_sip.h
URL: http://svnview.digium.com/svn/asterisk/team/file/pimp_sip_location/include/asterisk/res_sip.h?view=diff&rev=382616&r1=382615&r2=382616
==============================================================================
--- team/file/pimp_sip_location/include/asterisk/res_sip.h (original)
+++ team/file/pimp_sip_location/include/asterisk/res_sip.h Thu Mar  7 11:51:27 2013
@@ -598,21 +598,6 @@
  * SIP creates serializers so that tasks operating on similar data will run
  * in sequence.
  *
- * \retval -1 failure
- * \retval 0 success
- */
-int ast_sip_initialize_sorcery_auth(struct ast_sorcery *sorcery);
-
-/*!
- * \brief Create a new SIP work structure
- *
- * A SIP work is a means of grouping together SIP tasks. For instance, one
- * might create a SIP work so that all tasks for a given SIP dialog will
- * be grouped together. Grouping the work together ensures that the
- * servants will execute the tasks in such a way so that grouped work
- * will execute sequentially. Executing grouped tasks sequentially means
- * less contention for shared resources.
- *
  * \retval NULL Failure
  * \retval non-NULL Newly-created serializer
  */

Modified: team/file/pimp_sip_location/include/asterisk/res_sip_session.h
URL: http://svnview.digium.com/svn/asterisk/team/file/pimp_sip_location/include/asterisk/res_sip_session.h?view=diff&rev=382616&r1=382615&r2=382616
==============================================================================
--- team/file/pimp_sip_location/include/asterisk/res_sip_session.h (original)
+++ team/file/pimp_sip_location/include/asterisk/res_sip_session.h Thu Mar  7 11:51:27 2013
@@ -185,7 +185,6 @@
 	/*!
 	 * \brief Create an SDP media stream and add it to the outgoing SDP offer or answer
 	 * \param session The session for which media is being added
-	 * \param inv_session The invite session that structures should be allocated from
 	 * \param sdp The entire SDP as currently built
 	 * \retval 0 This handler has no stream to add. If there are other registered handlers for this stream type, they will be called.
 	 * \retval <0 There was an error encountered. No further operation will take place and the current SDP negotiation will be abandoned.




More information about the asterisk-commits mailing list