[asterisk-commits] qwell: branch qwell/fun_with_transports r385112 - /team/qwell/fun_with_transp...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Apr 9 10:55:21 CDT 2013


Author: qwell
Date: Tue Apr  9 10:55:17 2013
New Revision: 385112

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385112
Log:
Accuratify docs.

Modified:
    team/qwell/fun_with_transports/include/asterisk/res_sip.h

Modified: team/qwell/fun_with_transports/include/asterisk/res_sip.h
URL: http://svnview.digium.com/svn/asterisk/team/qwell/fun_with_transports/include/asterisk/res_sip.h?view=diff&rev=385112&r1=385111&r2=385112
==============================================================================
--- team/qwell/fun_with_transports/include/asterisk/res_sip.h (original)
+++ team/qwell/fun_with_transports/include/asterisk/res_sip.h Tue Apr  9 10:55:17 2013
@@ -592,9 +592,10 @@
 struct ao2_container *ast_sip_location_retrieve_aor_contacts(const struct ast_sip_aor *aor);
 
 /*!
- * \brief Retrieve the first bound contact from a list of AORs
+ * \brief Retrieve a bound contact from a list of AORs
  *
  * \param aor_list A comma-separated list of AOR names
+ * \param contact_uri Optional contact URI to search for
  * \retval NULL if no contacts available
  * \retval non-NULL if contacts available
  */




More information about the asterisk-commits mailing list