Add lastms to the require API call.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186899 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher 2009-04-08 05:06:22 +00:00
parent 89050de146
commit b289374dfe
1 changed files with 1 additions and 0 deletions

View File

@ -25180,6 +25180,7 @@ static int load_module(void)
"fullcontact", RQ_CHAR, 35,
"regserver", RQ_CHAR, 20,
"useragent", RQ_CHAR, 20,
"lastms", RQ_INTEGER4, 11,
SENTINEL);
return AST_MODULE_LOAD_SUCCESS;