[Freeswitch-svn] [commit] r11825 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta

FreeSWITCH SVN mikej at freeswitch.org
Wed Feb 11 09:01:43 PST 2009


Author: mikej
Date: Wed Feb 11 11:01:43 2009
New Revision: 11825

Log:
Wed Jan 14 06:35:56 CST 2009  Pekka Pessi <first.last at nokia.com>
  * nta_tag.c: updated tag documentation
  
  NTATAG_GRAYLIST added in 1.12,8, NTATAG_MAX_PROCEEDING() in 1.12.9,
  NTATAG_TLS_RPORT() in 1.12.10



Modified:
   freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c

Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c	(original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c	Wed Feb 11 11:01:43 2009
@@ -418,6 +418,7 @@
  * @par Values
  *    - Maximum acceptable size of a queue (size_t).
  *
+ * @NEW_1_12_9
  */
 tag_typedef_t ntatag_max_proceeding = USIZETAG_TYPEDEF(max_proceeding);
 
@@ -665,6 +666,8 @@
  *    - 600 (graylist server for 10 minutes)
  *
  * @sa NTATAG_BLACKLIST(), NTATAG_TIMEOUT_408()
+ *
+ * @NEW_1_12_8
  */
 tag_typedef_t ntatag_graylist = UINTTAG_TYPEDEF(graylist);
 
@@ -1334,6 +1337,8 @@
  *    - 0 - do not use "rport" parameter
  *
  * @sa @RFC3581, NTATAG_CLIENT_RPORT(), NTATAG_TCP_RPORT(), NTATAG_TLS_RPORT(), @Via
+ *
+ * @since Tag type and NTATAG_SERVER_RPORT(2) was added in @VERSION_1_12_9.
  */
 tag_typedef_t ntatag_server_rport = INTTAG_TYPEDEF(server_rport);
 
@@ -1376,6 +1381,8 @@
  *      on client side
  *
  * @sa @RFC3581, NTATAG_CLIENT_RPORT(), NTATAG_SERVER_RPORT(), @Via
+ *
+ * @NEW_1_12_10
  */
 tag_typedef_t ntatag_tls_rport = BOOLTAG_TYPEDEF(tls_rport);
 



More information about the Freeswitch-svn mailing list