From 1d0637521ac4630b10aa2d005e7a233861fae861 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 4 Jul 2008 16:41:03 +0000 Subject: [PATCH] Fullcontact needs more than 20 characters, even for the simplest case git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@128082 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 655b9de804..280e128e36 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -23111,7 +23111,7 @@ static int load_module(void) "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);