[asterisk-commits] mmichelson: branch mmichelson/direct_media r382817 - /team/mmichelson/direct_...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 11 15:56:40 CDT 2013
Author: mmichelson
Date: Mon Mar 11 15:56:37 2013
New Revision: 382817
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=382817
Log:
Correct doxygen to document all parameters for ast_sip_session_refresh().
Modified:
team/mmichelson/direct_media/include/asterisk/res_sip_session.h
Modified: team/mmichelson/direct_media/include/asterisk/res_sip_session.h
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/direct_media/include/asterisk/res_sip_session.h?view=diff&rev=382817&r1=382816&r2=382817
==============================================================================
--- team/mmichelson/direct_media/include/asterisk/res_sip_session.h (original)
+++ team/mmichelson/direct_media/include/asterisk/res_sip_session.h Mon Mar 11 15:56:37 2013
@@ -377,8 +377,14 @@
* This method will inspect the session in order to construct an appropriate
* session refresh request. As with any outgoing request in res_sip_session,
* this will call into registered supplements in case they wish to add anything.
+ *
+ * Note: The on_request_creation callback may or may not be called in the same
+ * thread where this function is called. Request creation may need to be delayed
+ * due to the current INVITE transaction state.
*
* \param session The session on which the reinvite will be sent
+ * \param on_request_creation Callback called when request is created
+ * \param on_response Callback called when response for request is received
* \param method The method that should be used when constructing the session refresh
* \retval 0 Successfully sent refresh
* \retval -1 Failure to send refresh
More information about the asterisk-commits
mailing list