summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-07-04 16:41:03 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-07-04 16:41:03 +0000
commit1d0637521ac4630b10aa2d005e7a233861fae861 (patch)
tree72d651aae32707599cccb99b090ff337d21f2aa7 /channels
parent4b4421192bfacf662d2b4238b359504b0e3db58c (diff)
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
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 655b9de80..280e128e3 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);