Merged revisions 186899 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
  r186899 | tilghman | 2009-04-08 00:06:22 -0500 (Wed, 08 Apr 2009) | 2 lines
  
  Add lastms to the require API call.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@186901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 17 years ago
parent 26e3f8856e
commit f0ee6eca57

@ -24518,6 +24518,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;

Loading…
Cancel
Save