Mon May 19 13:29:14 EDT 2008 Pekka Pessi <first.last@nokia.com>

* nta_tag.c: updated NTATAG_BLACKLIST() documentation



git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-05-25 03:21:13 +00:00
parent 7b54f7eb01
commit 7ad8e6dd23
1 changed files with 2 additions and 2 deletions

View File

@ -685,10 +685,10 @@ tag_typedef_t ntatag_graylist = UINTTAG_TYPEDEF(graylist);
* unsigned int
*
* @par Values
* - Value of @i delta-seconds in @RetryAfter header, from 0 to 86400
* - Value of @a delta-seconds in @RetryAfter header, from 0 to 86400
*
* @par Default Value
* - 0 (no Retry-After is included)
* - 0 (no @RetryAfter header is included)
*
* @sa NTATAG_TIMEOUT_408()
*/