[svn-commits] tilghman: trunk r128082 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jul 4 11:41:04 CDT 2008


Author: tilghman
Date: Fri Jul  4 11:41:03 2008
New Revision: 128082

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128082
Log:
Fullcontact needs more than 20 characters, even for the simplest case

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=128082&r1=128081&r2=128082
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Fri Jul  4 11:41:03 2008
@@ -23111,7 +23111,7 @@
 		"port", RQ_UINTEGER2, 5,
 		"regseconds", RQ_UINTEGER2, 5,   /* Max of 18 hours */
 		"defaultuser", RQ_CHAR, 10,
-		"fullcontact", RQ_CHAR, 20,
+		"fullcontact", RQ_CHAR, 35,
 		"regserver", RQ_CHAR, 20,
 		"useragent", RQ_CHAR, 20,
 		SENTINEL);




More information about the svn-commits mailing list