mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
regseconds is actually stored as the epoch time, not registration length
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@138086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
+1
-1
@@ -22584,7 +22584,7 @@ static int load_module(void)
|
||||
"name", RQ_CHAR, 10,
|
||||
"ipaddr", RQ_CHAR, 15,
|
||||
"port", RQ_UINTEGER2, 5,
|
||||
"regseconds", RQ_UINTEGER2, 5, /* Max of 18 hours */
|
||||
"regseconds", RQ_INTEGER4, 11,
|
||||
"defaultuser", RQ_CHAR, 10,
|
||||
"fullcontact", RQ_CHAR, 35,
|
||||
"regserver", RQ_CHAR, 20,
|
||||
|
||||
Reference in New Issue
Block a user