From: Tilghman Lesher Date: Wed, 8 Apr 2009 05:06:22 +0000 (+0000) Subject: Add lastms to the require API call. X-Git-Tag: 11.0.0-beta1~5108 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b289374dfe7a7d9a2fdf655f3c070c548e7b1e94;p=thirdparty%2Fasterisk.git Add lastms to the require API call. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186899 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e4eda2828c..b73d9138d8 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -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;