Re: [sr-dev] [kamailio/kamailio] Keepalive module - prototype (#1045)

2017-04-03 Thread Guillaume Bour
@gbour pushed 1 commit. 37723c0 keepalive: cleanup unneeded copyrights -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/kamailio/kamailio/pull/1045/files/7db1cbecea15d54dc716ad0dd7a069f8d33a743f..37723c0590566561a3c2094126a499ccc894

Re: [sr-dev] [kamailio/kamailio] Problem parsing content-type with numbers in multipart INVITE (#1053)

2017-04-03 Thread Daniel-Constantin Mierla
Fixed by @camilleoudot and it will be backported. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1053#issuecomment-291246788___ sr-dev m

Re: [sr-dev] [kamailio/kamailio] core: parser - allow more chars in mime type (#1055)

2017-04-03 Thread Daniel-Constantin Mierla
Merged #1055. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1055#event-1027108978___ sr-dev mailing list sr-dev@lists.sip-router.org http

[sr-dev] git:master:5bb4eb4d: core: parser - allow more chars in mime type

2017-04-03 Thread Camille Oudot
Module: kamailio Branch: master Commit: 5bb4eb4d6546e2d0a2d911b09797172a0a2a2b83 URL: https://github.com/kamailio/kamailio/commit/5bb4eb4d6546e2d0a2d911b09797172a0a2a2b83 Author: Camille Oudot Committer: Camille Oudot Date: 2017-04-03T20:49:51+02:00 core: parser - allow more chars in mime type

Re: [sr-dev] [kamailio/kamailio] Problem parsing content-type with numbers in multipart INVITE (#1053)

2017-04-03 Thread Daniel-Constantin Mierla
Closed #1053 via #1055. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1053#event-1027108975___ sr-dev mailing list sr-dev@lists.sip-rou

[sr-dev] git:master:960b761e: Merge pull request #1055 from kamailio/co/more_mime_chars

2017-04-03 Thread GitHub
Module: kamailio Branch: master Commit: 960b761e527b903dc8e53014cc0b08df8b0d81b3 URL: https://github.com/kamailio/kamailio/commit/960b761e527b903dc8e53014cc0b08df8b0d81b3 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-04-03T21:22:10+02:00 Merge pull request #1055 from kamailio/c

Re: [sr-dev] [kamailio/kamailio] core: parser - allow more chars in mime type (#1055)

2017-04-03 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1055#issuecomment-291246500___ sr-dev mailing list sr-dev@lists.sip-router.org http

[sr-dev] [kamailio/kamailio] core: parser - allow more chars in mime type (#1055)

2017-04-03 Thread Camille Oudot
allow any char allowed in the **token** definition: https://tools.ietf.org/html/rfc3261#section-25.1 this should fix #1053 You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1055 -- Commit Summary -- * core: parser - allow more chars in

[sr-dev] [kamailio/kamailio] dmq_usrloc: sync with multi contacts per message (#1054)

2017-04-03 Thread Julien Chavanton
This was tested with 100K and 4 servers, when restarting a server we get a full sync from the 3 nodes in a few seconds : ```show registrations: first x "usrloc:location-contacts = 10", show registrations: second x "usrloc:location-contacts = 10", show registrations: third x "u

Re: [sr-dev] qpid-proton and rabbitmq (and Kamailio kazoo module)

2017-04-03 Thread Daniel Pocock
On 03/04/17 17:56, Luis Azedo wrote: > kazoo module uses whatever rabbitmq supports (AMQP 0-9-1) > > https://www.rabbitmq.com/protocol.html > > > content type is > > props._flags = AMQP_BASIC_CONTENT_TYPE_FLAG; > props.content_type = amqp_cstring_bytes("application/json"); > > this is enforc

[sr-dev] [kamailio/kamailio] Problem parsing content-type with numbers in multipart INVITE (#1053)

2017-04-03 Thread Albert Petit
### Description When sending a multipart INVITE with a part having the following content type **application/vnd.3gpp.mcptt-info+xml** there is a parse error on content type header causing for eg we can't force rtpproxy to replace ports on a call leg. >From **parse_content.c** implementation

Re: [sr-dev] qpid-proton and rabbitmq (and Kamailio kazoo module)

2017-04-03 Thread Luis Azedo
kazoo module uses whatever rabbitmq supports (AMQP 0-9-1) https://www.rabbitmq.com/protocol.html content type is props._flags = AMQP_BASIC_CONTENT_TYPE_FLAG; props.content_type = amqp_cstring_bytes("application/json"); this is enforced in publishing and consuming and the proper url for the ka

[sr-dev] git:5.0:bec8ca37: db_oracle: avoid double free on connection error

2017-04-03 Thread Ovidiu Sas
Module: kamailio Branch: 5.0 Commit: bec8ca379781bccb271591a270840f93b4d1af40 URL: https://github.com/kamailio/kamailio/commit/bec8ca379781bccb271591a270840f93b4d1af40 Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2017-04-03T11:15:09-04:00 db_oracle: avoid double free on connection error (ch

[sr-dev] git:master:6d9e0202: db_oracle: avoid double free on connection error

2017-04-03 Thread Ovidiu Sas
Module: kamailio Branch: master Commit: 6d9e0202b1817aa19bfaf4502749d817d54f850a URL: https://github.com/kamailio/kamailio/commit/6d9e0202b1817aa19bfaf4502749d817d54f850a Author: Ovidiu Sas Committer: Ovidiu Sas Date: 2017-04-03T11:12:48-04:00 db_oracle: avoid double free on connection error

[sr-dev] git:master:ccdf6b81: Merge pull request #1036 from lbalaceanu/fix_nocdr_restart

2017-04-03 Thread GitHub
Module: kamailio Branch: master Commit: ccdf6b81f1eb591ba4bb0f6e023992b21720fc58 URL: https://github.com/kamailio/kamailio/commit/ccdf6b81f1eb591ba4bb0f6e023992b21720fc58 Author: Lucian Balaceanu Committer: GitHub Date: 2017-04-03T17:40:44+03:00 Merge pull request #1036 from lbalaceanu/fix_noc

[sr-dev] git:master:b7038258: acc: Fix for no cdr after Kamailio 5.0 restart

2017-04-03 Thread Lucian Balaceanu
Module: kamailio Branch: master Commit: b70382583ea2c7962f7268db3e672236fb35e521 URL: https://github.com/kamailio/kamailio/commit/b70382583ea2c7962f7268db3e672236fb35e521 Author: Lucian Balaceanu Committer: Lucian Balaceanu Date: 2017-03-31T18:28:21+03:00 acc: Fix for no cdr after Kamailio 5.0

Re: [sr-dev] [kamailio/kamailio] Fix for no cdr after Kamailio 5.0 restart (#1036)

2017-04-03 Thread Lucian Balaceanu
Merged #1036. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1036#event-1026606028___ sr-dev mailing list sr-dev@lists.sip-router.org http

Re: [sr-dev] [kamailio/kamailio] topoh: add additional safety checks (#1052)

2017-04-03 Thread Daniel-Constantin Mierla
Merged #1052. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1052#event-1026492917___ sr-dev mailing list sr-dev@lists.sip-router.org http

Re: [sr-dev] [kamailio/kamailio] topoh: add additional safety checks (#1052)

2017-04-03 Thread Daniel-Constantin Mierla
Thanks! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/1052#issuecomment-291146273___ sr-dev mailing list sr-dev@lists.sip-router.org http

[sr-dev] git:master:e26aca34: Merge pull request #1052 from claudiupb/topoh_safetychecks

2017-04-03 Thread GitHub
Module: kamailio Branch: master Commit: e26aca34fc41601ec34e17547d6572a1b2ba365a URL: https://github.com/kamailio/kamailio/commit/e26aca34fc41601ec34e17547d6572a1b2ba365a Author: Daniel-Constantin Mierla Committer: GitHub Date: 2017-04-03T15:42:23+02:00 Merge pull request #1052 from claudiupb/

[sr-dev] git:master:055fca8d: topoh: add additional safety checks

2017-04-03 Thread Claudiu Boriga
Module: kamailio Branch: master Commit: 055fca8dd2ca9c2ea683a2ea3748d6728d54e5a5 URL: https://github.com/kamailio/kamailio/commit/055fca8dd2ca9c2ea683a2ea3748d6728d54e5a5 Author: Claudiu Boriga Committer: Claudiu Boriga Date: 2017-04-03T15:37:31+03:00 topoh: add additional safety checks - ver

[sr-dev] git:master:8f407a91: pkg: create /var/run/kamailio with user permissions in centos 7 spec

2017-04-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8f407a915785a2bd594567399cd52a305ccb274e URL: https://github.com/kamailio/kamailio/commit/8f407a915785a2bd594567399cd52a305ccb274e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-04-03T15:40:20+02:00 pkg: create /var/run/k

[sr-dev] INFO: Shifting mailing lists to kamailio.org domain

2017-04-03 Thread Daniel-Constantin Mierla
Hello, I think it is time to migrate the mailing lists under kamailio.org domain, respectively use lists.kamailio.org. The lists.sip-router.org will still work, but lists.kamailio.org is intended to become the primary domain for mailing lists. The sip-router.org was the quick solution for integr

[sr-dev] [kamailio/kamailio] topoh: add additional safety checks (#1052)

2017-04-03 Thread Paul Claudiu Boriga
Hello, I have added some extra verifications to the th_unmask* functions from topoh. The changes add statements which verify that headers contain expected prefix (including mask ip) before trying to unmask them. It seems that some of the th_unmask* functions only check that the headers exist, a

[sr-dev] git:master:24e72969: htable: handle blob/text columns when loading from database

2017-04-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 24e729698017b5d898a92cdf7acb024e44252b84 URL: https://github.com/kamailio/kamailio/commit/24e729698017b5d898a92cdf7acb024e44252b84 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-04-03T14:25:18+02:00 htable: handle blob/te

Re: [sr-dev] compiler warnings (latest master)

2017-04-03 Thread Daniel-Constantin Mierla
Thanks, should be fixed! Daniel On 03.04.17 13:31, Juha Heinanen wrote: > CC (gcc) [M pv.so]pv_core.o > pv_core.c: In function 'pv_get_hdrc': > pv_core.c:1811:9: warning: unused variable 'p_size' [-Wunused-variable] > int n, p_size; > ^ > pv_core.c:1811:6: warning: unused

[sr-dev] git:master:71fce8d0: pv: remove unused vars in $hdrc(...) implementation

2017-04-03 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 71fce8d061c50e6ad80947f16c1fe6ed8760d634 URL: https://github.com/kamailio/kamailio/commit/71fce8d061c50e6ad80947f16c1fe6ed8760d634 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-04-03T14:02:28+02:00 pv: remove unused vars

[sr-dev] compiler warnings (latest master)

2017-04-03 Thread Juha Heinanen
CC (gcc) [M pv.so] pv_core.o pv_core.c: In function 'pv_get_hdrc': pv_core.c:1811:9: warning: unused variable 'p_size' [-Wunused-variable] int n, p_size; ^ pv_core.c:1811:6: warning: unused variable 'n' [-Wunused-variable] int n, p_size; ^ pv_core.c:1810:12: warning:

Re: [sr-dev] qpid-proton and rabbitmq (and Kamailio kazoo module)

2017-04-03 Thread Daniel Pocock
On 30/03/17 13:25, Gordon Sim wrote: > On 30/03/17 09:52, Daniel Pocock wrote: >> Sending to RabbitMQ with qpid-proton python >> --- >> >> I started with the simple_send.py[3] example and trimmed it down to send >> a single string and then stop: >> >> d