From b312192e56b11d35132d8602afee067004f2a045 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 19 Oct 2007 20:48:10 +0000 Subject: [PATCH] correct documentation to 503 from 486 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6002 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c b/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c index 91ee4b9455..7b46e68ae3 100644 --- a/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c +++ b/libs/sofia-sip/libsofia-sip-ua/nta/nta_tag.c @@ -405,8 +405,8 @@ tag_typedef_t ntatag_maxsize = USIZETAG_TYPEDEF(maxsize); * Maximum size of proceeding queue. * * If the size of the proceedng message queue would exceed the - * given limit, the stack will automatically respond with 486 - * Server Busy. + * given limit, the stack will automatically respond with 503 + * Service Unavailable. * * @par Used with * nua_create(), nua_set_params(),