Kamailio Dev [Thu, 23 Feb 2017 16:46:15 +0000 (17:46 +0100)]
modules: readme files regenerated - siptrace ... [skip ci]
Giacomo Vacca [Thu, 23 Feb 2017 16:40:12 +0000 (17:40 +0100)]
Merge pull request #1006 from giavac/master
Add HEPv3 support to siptrace
Giacomo Vacca [Thu, 23 Feb 2017 10:50:35 +0000 (11:50 +0100)]
siptrace: update doc with editor
Giacomo Vacca [Thu, 23 Feb 2017 10:49:55 +0000 (11:49 +0100)]
siptrace: update doc with support for HEPv3
Giacomo Vacca [Thu, 23 Feb 2017 10:48:43 +0000 (11:48 +0100)]
siptrace: add support for HEPv3
Giacomo Vacca [Thu, 23 Feb 2017 10:46:45 +0000 (11:46 +0100)]
sipcapture: add macros to pack HEPv3 chunks
Daniel-Constantin Mierla [Thu, 23 Feb 2017 06:52:38 +0000 (07:52 +0100)]
topos: export intermodule api to set storage functions
Daniel-Constantin Mierla [Wed, 22 Feb 2017 21:16:55 +0000 (22:16 +0100)]
rtpproxy: allow 0 as value for ice candidate avp
- reported by GH #1003
Victor Seva [Wed, 22 Feb 2017 14:15:29 +0000 (15:15 +0100)]
pkg/kamailio/deb: strip default -02 from CC_EXTRA_OPTS
Fix #1004
Richard Fuchs [Wed, 22 Feb 2017 13:39:02 +0000 (08:39 -0500)]
Merge pull request #999 from zxcpoiu/rtpengine-unsigned-setid
rtpengine: really do allow unsigned setid
Victor Seva [Fri, 17 Feb 2017 12:25:31 +0000 (13:25 +0100)]
usrloc: fix ucontact shared leak
keep a copy of urecord if mode is DB_ONLY as it is static
preventing leaking ucontact to shared memory
Fix #1000
See #997 for details
Victor Seva [Thu, 16 Feb 2017 11:19:41 +0000 (12:19 +0100)]
pua_reginfo: fix memory leak when usrloc is DB_ONLY
As release_urecord() clearly says:
/*!
* \brief Release urecord previously obtained through get_urecord
* \warning Failing to calls this function after get_urecord will
* result in a memory leak when the DB_ONLY mode is used. When
* the records is later deleted, e.g. with delete_urecord, then
* its not necessary, as this function already releases the record.
* \param _r released record
*/
Daniel-Constantin Mierla [Wed, 22 Feb 2017 06:36:36 +0000 (07:36 +0100)]
topos: group storage function in an api structure
zxcpoiu [Fri, 17 Feb 2017 10:50:57 +0000 (18:50 +0800)]
rtpengine: really do allow unsigned setid
Kamailio Dev [Tue, 21 Feb 2017 14:46:22 +0000 (15:46 +0100)]
modules: readme files regenerated - pua ... [skip ci]
Victor Seva [Tue, 21 Feb 2017 14:19:02 +0000 (15:19 +0100)]
pua: update documentation, replace pua_mi reference with pua_rpc
Daniel-Constantin Mierla [Mon, 20 Feb 2017 18:24:36 +0000 (19:24 +0100)]
pua_usrloc: free memory in case of failire in pua send_publish()
- related to GH #1001
Daniel-Constantin Mierla [Mon, 20 Feb 2017 15:47:11 +0000 (16:47 +0100)]
pua_usrloc: removed old svn ids
Daniel-Constantin Mierla [Mon, 20 Feb 2017 14:34:44 +0000 (15:34 +0100)]
ndb_redis: export functions via inter-module api
- allow other modules to work with same pool of connections managed by
this module
Daniel-Constantin Mierla [Mon, 20 Feb 2017 13:26:43 +0000 (14:26 +0100)]
ndb_redis: removed svn ids
- some bits of formatting
Daniel-Constantin Mierla [Mon, 20 Feb 2017 12:13:03 +0000 (13:13 +0100)]
tm: funcs - updated log messages to new macros
Daniel-Constantin Mierla [Mon, 20 Feb 2017 11:50:35 +0000 (12:50 +0100)]
kamctl: regenerated the dbschema scripts
Juha Heinanen [Thu, 16 Feb 2017 08:25:30 +0000 (10:25 +0200)]
lib/srdb1: increased size of dialplan table repl_exp field to 256 chars
Alexandr Dubovikov [Wed, 15 Feb 2017 21:21:44 +0000 (22:21 +0100)]
Merge pull request #995 from davidcsi/sipcapture_dst_ip
sipcapture: Added exported pseudo-variable $hep(dst_ip) and updated README
David Villasmil [Wed, 15 Feb 2017 20:32:50 +0000 (20:32 +0000)]
sipcapture: Fixed missing 'break' after case-switch.
- Added 'break' missing from a case/switch
David Villasmil [Wed, 15 Feb 2017 17:43:00 +0000 (17:43 +0000)]
sipcapture: updated README to document exported variables
- Added an "Exported pseudo-variabled" to the README file to document
$hep(src_ip) and $hep(dst_ip)
David Villasmil [Wed, 15 Feb 2017 16:42:03 +0000 (16:42 +0000)]
sipcapture: added $hep(dst_ip) variable
- expose hep(dst_ip) to get hep's message destination IP
Daniel-Constantin Mierla [Wed, 15 Feb 2017 11:53:59 +0000 (12:53 +0100)]
sanity: reset proxy_require hdr parsed field after freeing
Daniel-Constantin Mierla [Wed, 15 Feb 2017 11:48:59 +0000 (12:48 +0100)]
core: free parsed Required header structure
Kamailio Dev [Wed, 15 Feb 2017 08:46:23 +0000 (09:46 +0100)]
modules: readme files regenerated - dialog ... [skip ci]
Daniel-Constantin Mierla [Wed, 15 Feb 2017 08:37:10 +0000 (09:37 +0100)]
dialog: small update to doc example using $dlg_ctx(timeout_route)
Daniel-Constantin Mierla [Wed, 15 Feb 2017 08:34:57 +0000 (09:34 +0100)]
dialog: return string route name for $dlg_ctx(timeout_route)
- $dlg_ctx(timeout_route_id) returns now the corresponding internal integer id
Daniel-Constantin Mierla [Wed, 15 Feb 2017 06:27:07 +0000 (07:27 +0100)]
Merge pull request #988 from sergey-safarov/spec_update6
pkg/kamailio/centos: Set of improvements
Daniel-Constantin Mierla [Wed, 15 Feb 2017 06:24:02 +0000 (07:24 +0100)]
Merge pull request #990 from ffontaine/master
Add kjansson_basic group
Kamailio Dev [Wed, 15 Feb 2017 02:46:19 +0000 (03:46 +0100)]
modules: readme files regenerated - mohqueue ... [skip ci]
Robert Boisvert [Wed, 15 Feb 2017 02:37:41 +0000 (21:37 -0500)]
mohqueue: updated copyright
Kamailio Dev [Wed, 15 Feb 2017 01:31:23 +0000 (02:31 +0100)]
modules: readme files regenerated - mohqueue ... [skip ci]
Robert Boisvert [Wed, 15 Feb 2017 01:22:52 +0000 (20:22 -0500)]
mohqueue: updated documentation
- explicitly state default values for parameters
- fix description of moh_maxcalls
Daniel-Constantin Mierla [Tue, 14 Feb 2017 19:07:29 +0000 (20:07 +0100)]
Merge pull request #993 from phil-lavin/bugfix-pua-dialoginfo-request
pua_dialoginfo: request does not exist when a dialog is expiring - check to make sure it does
Phil Lavin [Tue, 14 Feb 2017 18:45:44 +0000 (18:45 +0000)]
pua_dialoginfo: request does not exist when a dialog is expiring - check to make sure it does
Victor Seva [Tue, 14 Feb 2017 13:53:42 +0000 (14:53 +0100)]
pkg/kamailio/deb: version set to 5.1.0-dev1
Daniel-Constantin Mierla [Tue, 14 Feb 2017 13:35:45 +0000 (14:35 +0100)]
Makefile.defs: version set to 5.1.0-dev1
Kamailio Dev [Tue, 14 Feb 2017 13:31:23 +0000 (14:31 +0100)]
modules: readme files regenerated - pua_dialoginfo ... [skip ci]
Victor Seva [Mon, 6 Feb 2017 13:40:57 +0000 (14:40 +0100)]
tm: deep cloning of the request for fake environment
Daniel-Constantin Mierla [Tue, 14 Feb 2017 13:25:26 +0000 (14:25 +0100)]
Merge pull request #979 from phil-lavin/feature-pua-dialoginfo-disable-caller-callee-publish-master
pua_dialoginfo: Add flags to disable caller and/or callee PUBLISH when required
Kamailio Dev [Tue, 14 Feb 2017 10:16:26 +0000 (11:16 +0100)]
modules: readme files regenerated - app_lua ... [skip ci]
Daniel-Constantin Mierla [Tue, 14 Feb 2017 10:03:10 +0000 (11:03 +0100)]
app_lua: documented rpc app_lua.api_list command
Daniel-Constantin Mierla [Tue, 14 Feb 2017 10:01:13 +0000 (11:01 +0100)]
app_lua: fixed typo in rpc list command example
Kamailio Dev [Mon, 13 Feb 2017 19:46:16 +0000 (20:46 +0100)]
modules: readme files regenerated - db_mysql ... [skip ci]
Daniel-Constantin Mierla [Mon, 13 Feb 2017 19:33:56 +0000 (20:33 +0100)]
Merge pull request #957 from zecke/db-mysql-datetime
db_mysql: Let the database convert the timestamp
Fabrice Fontaine [Mon, 13 Feb 2017 17:22:12 +0000 (18:22 +0100)]
Add kjansson_basic group
This group could be used to compile kjansson module when libevent is not
available
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Victor Seva [Mon, 13 Feb 2017 14:44:20 +0000 (15:44 +0100)]
ims_usrloc_scscf: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:42:54 +0000 (15:42 +0100)]
ims_usrloc_pcscf: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:40:12 +0000 (15:40 +0100)]
ims_registrar_scscf: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:37:51 +0000 (15:37 +0100)]
ims_registrar_pcscf: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:35:55 +0000 (15:35 +0100)]
ims_qos: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:34:23 +0000 (15:34 +0100)]
ims_ocs: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:32:38 +0000 (15:32 +0100)]
ims_isc: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:29:35 +0000 (15:29 +0100)]
ims_icscf: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:27:40 +0000 (15:27 +0100)]
ims_charging: Rename module interface file #82
Victor Seva [Mon, 13 Feb 2017 14:22:19 +0000 (15:22 +0100)]
ims_auth: Rename module interface file #82
Fabrice Fontaine [Sun, 12 Feb 2017 14:18:21 +0000 (15:18 +0100)]
Add kjson_basic group
This group could be used to compile kjson module when libevent is not
available
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Sergey Safarov [Mon, 13 Feb 2017 14:23:54 +0000 (09:23 -0500)]
pkg/kamailio/centos: Fixed requirements of root permission to start daemon
Sergey Safarov [Mon, 13 Feb 2017 14:21:40 +0000 (09:21 -0500)]
pkg/kamailio/centos: Added tmpfiles initialization
Sergey Safarov [Mon, 13 Feb 2017 14:16:05 +0000 (09:16 -0500)]
pkg/kamailio/centos: Updated kazoo dependency
Alexandr Dubovikov [Mon, 13 Feb 2017 13:56:12 +0000 (14:56 +0100)]
Merge pull request #986 from davidcsi/sipcapture_bugfix
sipcapture: Fixed missing 'break' in pv_parse_hep_name switch
David Villasmil [Mon, 13 Feb 2017 13:03:37 +0000 (13:03 +0000)]
sipcapture: Fixed missing 'break' in pv_parse_hep_name switch
- Added missing 'break;' in sipcapture.c's pv_parse_hep_name function's switch
statement.
Kamailio Dev [Fri, 10 Feb 2017 11:16:12 +0000 (12:16 +0100)]
modules: readme files regenerated - app_python ... [skip ci]
Daniel-Constantin Mierla [Fri, 10 Feb 2017 11:02:47 +0000 (12:02 +0100)]
aap_python: note about use of pvs in docs
Daniel-Constantin Mierla [Fri, 10 Feb 2017 10:59:36 +0000 (11:59 +0100)]
app_python: proper usage of pv in cfg function parameters
Victor Seva [Fri, 10 Feb 2017 09:32:46 +0000 (10:32 +0100)]
pkg/kamailio/deb: remove squeeze support [skip ci]
Emmanuel Schmidbauer [Thu, 9 Feb 2017 21:06:40 +0000 (16:06 -0500)]
Merge pull request #982 from kamailio/NSQ-child-process-rank
nsq: do not use PROC_SIPINIT rank for consumer workers
Ovidiu Sas [Thu, 9 Feb 2017 20:33:26 +0000 (15:33 -0500)]
ims_registrar_scscf: initialize notification workers with rank PROC_XWORKER
Emmanuel Schmidbauer [Thu, 9 Feb 2017 20:28:42 +0000 (15:28 -0500)]
nsq: change child process rank and remove unused pipes
Ovidiu Sas [Thu, 9 Feb 2017 20:24:07 +0000 (15:24 -0500)]
nsq: initialize all workers with rank PROC_XWORKER
- closes GH #975
Ovidiu Sas [Thu, 9 Feb 2017 20:20:24 +0000 (15:20 -0500)]
kazoo: initialize all workers with rank PROC_XWORKER
- closes GH #972
Ovidiu Sas [Thu, 9 Feb 2017 20:18:13 +0000 (15:18 -0500)]
core: added PROC_XWORKER as an alias to PROC_RANK127
Kamailio Dev [Thu, 9 Feb 2017 14:31:15 +0000 (15:31 +0100)]
modules: readme files regenerated - auth_db ... [skip ci]
Camille Oudot [Thu, 9 Feb 2017 14:24:37 +0000 (15:24 +0100)]
pv: add the $env() PV class to read env vars (#978)
* pv: add the $env() PV class to read env vars
* pv: $env() code style improvements
Daniel-Constantin Mierla [Thu, 9 Feb 2017 14:22:23 +0000 (15:22 +0100)]
Merge pull request #981 from ycaner06/patch-9
auth_db : more explanation for generic error
Victor Seva [Thu, 9 Feb 2017 12:14:09 +0000 (13:14 +0100)]
pkg/kamailio/deb: version set to 5.1.0-dev0
Daniel-Constantin Mierla [Thu, 9 Feb 2017 11:29:10 +0000 (12:29 +0100)]
Makefile.defs: version set to 5.1.0-dev0
- development for future release series 5.1.x is open
Daniel-Constantin Mierla [Thu, 9 Feb 2017 10:46:53 +0000 (11:46 +0100)]
core: added PROC_SIPROUTER to be able to test if is no longer a special sip worker
- related to GH #972
Kamailio Dev [Thu, 9 Feb 2017 10:46:13 +0000 (11:46 +0100)]
modules: readme files regenerated - path ... [skip ci]
Daniel-Constantin Mierla [Thu, 9 Feb 2017 10:32:23 +0000 (11:32 +0100)]
path: note in docs that some registrars check for supported header
Yasin CANER [Thu, 9 Feb 2017 09:16:02 +0000 (12:16 +0300)]
auth_db : more explanation for auth results
added more explanation instead of some generic error.
Victor Seva [Thu, 9 Feb 2017 08:53:43 +0000 (09:53 +0100)]
pkg/kamailio/deb: version set to 5.0.0-pre2
Luis Azedo [Wed, 8 Feb 2017 15:47:53 +0000 (15:47 +0000)]
Revert "kazoo: set proper ranking for consumer workers"
This reverts commit
744e898189fa84b5aa3d19958b348f9b99d48b41.
Daniel-Constantin Mierla [Wed, 8 Feb 2017 07:14:17 +0000 (08:14 +0100)]
Makefile.defs: version set to 5.0.0-pre2
Daniel-Constantin Mierla [Wed, 8 Feb 2017 07:12:17 +0000 (08:12 +0100)]
Makefile.defs: don't enforce yacc on solaris
- it's old and fails to parse the cfg
- reported by GH #963
Phil Lavin [Tue, 7 Feb 2017 21:47:41 +0000 (21:47 +0000)]
pua_dialoginfo: Docs for disable_caller_publish_flag and disable_callee_publish_flag
Phil Lavin [Tue, 7 Feb 2017 21:46:40 +0000 (21:46 +0000)]
pua_dialoginfo: Add flags to disable caller and/or callee PUBLISH when required
- Added 2 new flags, disable_caller_publish_flag and disable_callee_publish_flag
- Wrapped each call to dialog_publish_multi to first check if the flag is set
lazedo [Tue, 7 Feb 2017 15:55:53 +0000 (15:55 +0000)]
kazoo: set proper ranking for consumer workers
Richard Fuchs [Tue, 7 Feb 2017 14:13:23 +0000 (09:13 -0500)]
rtpengine: fix potential segfault when enabling a proxy
Victor Seva [Tue, 7 Feb 2017 08:40:43 +0000 (09:40 +0100)]
pkg/kamailio/deb: fix description
N: The first line of the "Description:" should not start with the package
N: name. For example, the package foo should not have a description like
N: this: "foo is a program that...".
N:
N: Refer to Debian Policy Manual section 3.4.1 (The single line synopsis)
N: for details.
N:
N: Severity: important, Certainty: certain
N:
N: Check: description, Type: binary, udeb
Victor Seva [Mon, 6 Feb 2017 11:36:05 +0000 (12:36 +0100)]
pkg/kamailio/deb: refresh descriptions [skip ci]
Kamailio Dev [Mon, 6 Feb 2017 10:16:13 +0000 (11:16 +0100)]
modules: readme files regenerated - cfgt ... [skip ci]
Victor Seva [Mon, 6 Feb 2017 09:53:54 +0000 (10:53 +0100)]
cfgt: add format documentation
Fix #970
Daniel-Constantin Mierla [Mon, 6 Feb 2017 06:41:01 +0000 (07:41 +0100)]
core: coherent indentation and log messages
Olle E. Johansson [Sun, 5 Feb 2017 13:44:43 +0000 (14:44 +0100)]
packages Updating the descriptions for Kamailio packages in Debian and Centos