]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 186899 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 8 Apr 2009 05:07:58 +0000 (05:07 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 8 Apr 2009 05:07:58 +0000 (05:07 +0000)
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.1@186900 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index b6be9bfb6c3e7b708d698268aaf910702278c7d8..0fa6326955095f77a372f94a890cf22591b93fd3 100644 (file)
@@ -23458,6 +23458,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;