projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89050de
)
Add lastms to the require API call.
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 8 Apr 2009 05:06:22 +0000
(
05:06
+0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Wed, 8 Apr 2009 05:06:22 +0000
(
05:06
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@186899
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
e4eda28
..
b73d913
100644
(file)
--- 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;