[asterisk-commits] kmoore: branch kmoore/pjsip_path_support r405002 - /team/kmoore/pjsip_path_su...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Jan 6 15:41:46 CST 2014


Author: kmoore
Date: Mon Jan  6 15:41:44 2014
New Revision: 405002

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=405002
Log:
Add a comment about contact lifetime

Modified:
    team/kmoore/pjsip_path_support/include/asterisk/res_pjsip.h

Modified: team/kmoore/pjsip_path_support/include/asterisk/res_pjsip.h
URL: http://svnview.digium.com/svn/asterisk/team/kmoore/pjsip_path_support/include/asterisk/res_pjsip.h?view=diff&rev=405002&r1=405001&r2=405002
==============================================================================
--- team/kmoore/pjsip_path_support/include/asterisk/res_pjsip.h (original)
+++ team/kmoore/pjsip_path_support/include/asterisk/res_pjsip.h Mon Jan  6 15:41:44 2014
@@ -1220,6 +1220,11 @@
  * than one configured for the endpoint.
  * \param contact The contact with which this request is associated for out-of-dialog requests.
  * \param[out] tdata The newly-created request
+ *
+ * The provided contact is attached to tdata with its reference bumped, but will
+ * not survive for the entire lifetime of tdata since the contact is cleaned up
+ * when all supplements have completed execution.
+ *
  * \retval 0 Success
  * \retval -1 Failure
  */




More information about the asterisk-commits mailing list