Sipwise Jenkins Builder
f5529fe7bd
Release new version 6.5.12.1+0~mr6.5.12.1
5 years ago
Sipwise Jenkins Builder
d7116428e5
Release new version 6.5.12.0+0~mr6.5.12.0
5 years ago
Sipwise Jenkins Builder
61d7aecc5b
Release new version 6.5.11.0+0~mr6.5.11.0
5 years ago
Sipwise Jenkins Builder
1aadb2bd59
Release new version 6.5.10.0+0~mr6.5.10.0
5 years ago
Sipwise Jenkins Builder
1a609489e8
Release new version 6.5.9.0+0~mr6.5.9.0
6 years ago
Sipwise Jenkins Builder
ca64f16fa8
Release new version 6.5.8.0+0~mr6.5.8.0
6 years ago
Marco Capetta
324fc8d3e5
TT#68058 Improve ngcp-dlgcnt-check script in case of high traffic
...
The script collects all the callID from redis, then, one by one
it checks if callID exist in kamailo. At this time a call existing
in redis before may be destroyed in kamailio dlg.list. And so
script believe it's a stuck call.
Solution: collect CallID from REDIS and kamailio.dlg at the same
time, and compare afterwards.
Change-Id: I233a498e42bf5113b5b11ea688487e1840cd84a6
(cherry picked from commit 771ed33b07
)
6 years ago
Sipwise Jenkins Builder
e39599d4fd
Release new version 6.5.7.0+0~mr6.5.7.0
6 years ago
Sipwise Jenkins Builder
4a92f0aad1
Release new version 6.5.6.0+0~mr6.5.6.0
6 years ago
Alexander Lutay
4e328d8779
TT#45377 Make 'lua-ngcp-kamailio-tap-test' happy (test_dlgcnt.py comment without space)
...
> message source/tests/test_dlgcnt.py:23:5: E265 block comment should start with '# '
> severity error
> code E265 block comment should start with '# '
> source #print(stdoutdata, file=sys.stdout)
> ^
> file source/tests/test_dlgcnt.py
Change-Id: I6cc40f6e8102cbf49995e22a18dfd905a1249480
(cherry picked from commit ce2d462b33
)
7 years ago
Sipwise Jenkins Builder
6f2dd6125d
Release new version 6.5.5.0+0~mr6.5.5.0
7 years ago
Sipwise Jenkins Builder
c87bb0a2a8
Release new version 6.5.4.0+0~mr6.5.4.0
7 years ago
Sipwise Jenkins Builder
7381ee3af9
Release new version 6.5.3.0+0~mr6.5.3.0
7 years ago
Sipwise Jenkins Builder
44d9340637
Release new version 6.5.2.0+0~mr6.5.2.0
7 years ago
Juergen Fortin
6c9c45d123
TT#44453 fix 'ngcp-dlgcnt-check -r' problem when callID starting with minus(-)
...
Change-Id: I453c9bd1515ec24ae404f4b280a23a58cb23c296
(cherry picked from commit 2573825216
)
7 years ago
Sipwise Jenkins Builder
6891ceca8d
Release new version 6.5.1.0+0~mr6.5.1.0
7 years ago
Sipwise Jenkins Builder
c7b7f7ed02
Release new version 6.5.0.0+0~mr6.5.0.0
7 years ago
Sipwise Jenkins Builder
2304b897bd
Release new version 6.4.0.0+0~mr6.4.0.0
7 years ago
Guillem Jover
0c91fa268b
TT#36351 Use modern ngcp-check-active
...
Change-Id: If16bd7a2e393829c9a9b69d5fb1d4193fad608b2
8 years ago
Marco Capetta
4dfbd209a4
TT#36218 Verify that kam proxy is active before restart app_lua
...
Change-Id: Iccbd34a7fd77766705777dc3f3e56d3b384875d4
8 years ago
Sipwise Jenkins Builder
5acab4ddf3
Release new version 6.3.0.0+0~mr6.3.0.0
8 years ago
Andrew Pogrebennyk
ebeb5d4ca0
TT#34600 Fix warnings about redis counters in Call Forwarding scenarios
...
Change-Id: Ie01b24406ceca92b8eb378aac10a560b5eb28816
8 years ago
Sipwise Jenkins Builder
3570ee6bd2
Release new version 6.2.0.0+0~mr6.2.0.0
8 years ago
Sergii Kipot
dd72f2c798
TT#29456 Add luacheck to lua-ngcp-kamailio-stretch:latest docker
...
This docker will be re-used for lua-ngcp-kamailio-luacheck-test test
Change-Id: I43ba109f8615a55f3573d26dd5c36f30d40fad68
8 years ago
Sergii Kipot
67f12b0ed4
TT#29456 Fix errors generated by newer luacheck (0.17)
...
ngcp/xavp.lua:101:1: inconsistent indentation (SPACE followed by TAB)
Change-Id: I4d107289679191524d9a7f83e961ee052bc6f318
8 years ago
Sergii Kipot
6f00c8eec1
TT#29456 Add luacheck to lua-ngcp-kamailio-jessie:latest docker
...
This docker will be re-used for lua-ngcp-kamailio-luacheck-test test
Change-Id: I61bf9ea2a47b420e81d038134275c3c99c4820f5
8 years ago
Sipwise Jenkins Builder
6f9e883150
Release new version 6.1.0.0+0~mr6.1.0.0
8 years ago
Daniel Grotti
749fa93a50
TT#26114 fix problem with callID starting with minus(-)
...
Change-Id: I96f86f3b03046140145989cd530dc90ee38f9baf
8 years ago
Guillem Jover
ae01a3c655
TT#22072 Update packaging
...
- Bump Standards-Version to 3.9.8.
- Bump debhelper compatibility version 10.
- Switch from Priority extra to optional.
- Canonicalize Homepage URL.
- Remove redundant Section fields.
- Change from Section libs to interpreters.
- New debian/.gitignore file.
Change-Id: I6ee03dcc3588cffb56ab48cd3003a17dfabad171
8 years ago
Alexander Lutay
606362f1e8
TT#21905 Switch lua-ngcp-kamailio Dockerfile to Debian stretch
...
+ TT#22410 Fix typo in Dockerfile 'Instructions for usage'
In jessie based docker we used lua-unit 3.0-1 while in stretch it is
3.2-1. Newer lua-unit doesn't have setFname and setVerbosity functions.
Instead of setFname we can use --name parameter. setVerbosity(1) is set
by default so we can simply omit it.
Change-Id: Icd01c7b997d8b8567ab43d2bd1220d1824024287
8 years ago
Sipwise Jenkins Builder
f7b57ad0aa
Release new version 6.0.0.0+0~mr6.0.0.0
8 years ago
Kirill Solomko
9489838a5f
TT#18850 add lua ngcp.api_client
...
* enables internal provisioning requests to the NGCP API
Change-Id: I84cff201d573d5a2ce65c56b4ceb8657aded4769
8 years ago
Sipwise Jenkins Builder
c71a2df31c
Release new version 5.5.0.0+0~mr5.5.0.0
8 years ago
Victor Seva
a5cd687e68
TT#17642 docker: follow policy to include NGCP repository
...
Change-Id: I974ed71b380aa85ef8a1008acaa34493d255ed29
8 years ago
Victor Seva
4723e57a96
TT#16518 debian: lua-argparse as dependency for scripts
...
Change-Id: I6dd4f9e10790f7ab0ab3e777100cd4f65c4068ad
8 years ago
Victor Seva
e6a3a1bdc6
TT#16518 ngcp-dlg(cnt|list)-clean: improve arg parse
...
* use lua-argparse to improve argument parsing
Change-Id: I25b1a216294f77849101e58eae8fe9daa8da67b7
8 years ago
Victor Seva
751c1e7ef9
TT#16507 ngcp-dlgcnt-check: add missing host parameter
...
* on [CARRIER] ngcp-redis-helper default db is the central node
Change-Id: Ice8ab43a3a006798372a19ebf3dddbf313398374
8 years ago
Sipwise Jenkins Builder
c2d4a2eaeb
Release new version 5.4.0.0+0~mr5.4.0.0
9 years ago
Kirill Solomko
efab0961ea
TT#12593 add fax_prefs xavp load for caller callee
...
* xavp caller_fax_prefs and callee_fax_prefs is
added and automatically fetched as a part of
caller_usr_load and callee_usr_load
* fax_prefs are load all related subscriber's
NOT NULL fax preferences from
provisioning.voip_fax_preferences
Change-Id: I2dcedf30433b3d5b94efa9292437a4e7501588a3
9 years ago
Sipwise Jenkins Builder
ce0a9fd104
Release new version 5.3.0.0+0~mr5.3.0.0
9 years ago
Sipwise Jenkins Builder
eec3e05b45
Release new version 5.2.0.0+0~mr5.2.0.0
9 years ago
Sergii Kipot
321f8e9ca2
Revert "TT#8635 set umask for files created by docker"
...
This reverts commit 9815c1ecff
.
Change-Id: I223009d3ab96537e54d618e350f856b531c75b33
9 years ago
Victor Seva
f6a1b5dcf5
TT#8678 dlglist: add unit tests
...
* fix is_in_set() thanks to them
Change-Id: I865a1fbd6892419a8eb3d1e071da28e98bca6a3e
9 years ago
Sergii Kipot
9815c1ecff
TT#8635 set umask for files created by docker
...
tests made in 'docker run' create files with 'root' owner and ws-cleanup
plugin can't delete them after. Fixing umask here to allow files
deletion.
Change-Id: If15ffec65c680c6c01c91327a511cdde2614ff18
9 years ago
Andrew Pogrebennyk
0263636a94
TT#5500 proper removal of list: keys from pair db
...
Change-Id: Ie8d90ff8a3e65beb5cff79e31879823dbe44713d
9 years ago
Victor Seva
dff76b7ba1
TT#8007 ngcp-dlgcnt-check: use dlg.dlg_list with callid
...
* dlg.list will fail if the number of dialogs is big
* dlg.dlg_list need from-tag optional
https://github.com/kamailio/kamailio/pull/889
Change-Id: I2531ee7ab8a40b7547e943206e4a57c1f1f9dd63
9 years ago
Victor Seva
2a9dd10eed
TT#7190 ngcp-dlg(cnt|list)-clean: fix sr.log error
...
* define missing sr.log() function from kamailio
Change-Id: Ie455bfdf4d29318a0c518292a52087c721d97983
9 years ago
Victor Seva
d80e64fd29
TT#7190 ngcp-dlgcnt-check
...
* fix default redis db when no config file
* fix call-id list from kamailio
* refesh Docker due to TT#5032
Change-Id: Ie8847b238e5a24b22baa48fc8c9b41e39397d84e
9 years ago
Victor Seva
ab391d0405
TT#7190 refresh Dockerfile
...
* actual docker image in the registry is not what
we have in master
Change-Id: I1f5ac6d2ecda9aab080ce8f2385763773c97559b
9 years ago
Victor Seva
a86f08672b
TT#7190 ngcp-dlgcnt-check
...
* wrap-and-sort -sat
* ngcp-dlg[cnt|list]-clean
both use /etc/kamailio/proxy/dlgcnt.lua.cfg
Change-Id: Ib89d75c389b9357c4754e59af4727ee3803009ce
9 years ago