summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);