[Freeswitch-svn] [commit] r8403 - in freeswitch/trunk/libs/sofia-sip: . libsofia-sip-ua/nua
Freeswitch SVN
mikej at freeswitch.org
Wed May 14 14:21:13 EDT 2008
Author: mikej
Date: Wed May 14 14:21:13 2008
New Revision: 8403
Modified:
freeswitch/trunk/libs/sofia-sip/.update
freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c
Log:
Tue May 13 16:49:57 EDT 2008 Pekka Pessi <first.last at nokia.com>
* nua_tag.c: updated NUTAG_RETRY_COUNT() documentation
Modified: freeswitch/trunk/libs/sofia-sip/.update
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/.update (original)
+++ freeswitch/trunk/libs/sofia-sip/.update Wed May 14 14:21:13 2008
@@ -1 +1 @@
-Wed May 14 14:20:32 EDT 2008
+Wed May 14 14:21:05 EDT 2008
Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c (original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/nua/nua_tag.c Wed May 14 14:21:13 2008
@@ -598,6 +598,8 @@
* Retry count determines how many times stack will automatically retry
* after an recoverable error response, like 302, 401 or 407.
*
+ * Note that the first request does not count as retry.
+ *
* @par Used with
* nua_create(), nua_set_params(), nua_handle(), nua_set_hparams(),
* nua_get_params(), nua_get_hparams(),
@@ -613,7 +615,9 @@
* unsigned
*
* @par Values
- * @c 0 Never retry automatically \n
+ * - 0 - Never retry automatically \n
+ * - Otherwise, number of extra transactions initiated after initial
+ * transaction failed with recoverable error response
*
* @NEW_1_12_4.
*
More information about the Freeswitch-svn
mailing list