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
1.6.1
Tilghman Lesher 17 years ago
parent 4b4421192b
commit 1d0637521a

@ -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);

Loading…
Cancel
Save