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

2017-04-04 Thread Charles Chance
I am reviewing the patch currently but as for limiting to 60KB, I'm not sure that for this application it is necessary. It will be difficult to be 100% accurate, anyway, since you only have control over the body - therefore, the only option is to assume a sensible size for the rest of the

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

2017-04-04 Thread Julien Chavanton
This is now deployed on cluster running on AWS, fragmentation is taking place and everything is performing much better, no more transactions storm. OK to update the readme, changing the example to 50 contacts and adding a comment about considering 1024 Bytes / contact in order to stay bellow

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

2017-04-04 Thread Daniel-Constantin Mierla
@jchavanton: the documentation has to be edited in docbook xml files located in `doc/` subfolder of each module. The readme file must not be edited directly, it is generate on server from those file. -- You are receiving this because you are subscribed to this thread. Reply to this email

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

2017-04-04 Thread Julien Chavanton
I think, I should add a check for maximum packet length. to make sure we will never try to send a datagram larger than 60K. Next step, we could add compression :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:e564247b: modules: readme files regenerated - evapi ... [skip ci]

2017-04-04 Thread Kamailio Dev
Module: kamailio Branch: master Commit: e564247bbbc262163bf83ff468bda1d7ecd63a2c URL: https://github.com/kamailio/kamailio/commit/e564247bbbc262163bf83ff468bda1d7ecd63a2c Author: Kamailio Dev Committer: Kamailio Dev Date:

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

2017-04-04 Thread Julien Chavanton
@jchavanton pushed 1 commit. 1226c0f dmq_usrloc: readme batch_msg_contacts -- You are receiving this because you are subscribed to this thread. View it on GitHub:

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,trusty,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 1.01 MB...] LD (gcc) [M xlog.so]xlog.so CC (gcc) [M rtpengine.so]

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,wheezy,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 305.36 KB...] CC (gcc) [M stun.so]stun_mod.o LD (gcc) [M stun.so]stun.so CC

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,jessie,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 176.56 KB...] ^ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_'

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,trusty,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 931.69 KB...] ^ ../../core/dprint.h:343:2: note: in expansion of macro 'LOG_'

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » i386,precise,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 1.10 MB...] CC (gcc) [M stun.so]stun_mod.o LD (gcc) [M stun.so]stun.so CC

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,wheezy,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 1.45 MB...] CC (gcc) [M xlog.so]xl_lib.o CC (gcc) [M xlog.so]xlog.o LD

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,precise,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 427.47 KB...] CC (gcc) [M xlog.so]xl_lib.o CC (gcc) [M xlog.so]xlog.o LD

[sr-dev] [kamailio/kamailio] mtree reload xmlrpc error on kamailio 5.0.0 (#1057)

2017-04-04 Thread David Uczen
### Description I have 2 mtrees defined that get loaded on startup. I have not specified the `db_table` value but have changed each of the values for `tname_column`, `tprefix_column`, and `tvalue_column`. `kamcmd mtree.summary` and `kamcmd mtree.list` show that the data was successfully

[sr-dev] git:master:27062612: evapi: documentation for event_callaback

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 27062612b08ace21c07366aa8ab1ca4931fc4503 URL: https://github.com/kamailio/kamailio/commit/27062612b08ace21c07366aa8ab1ca4931fc4503 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:2889db1a: evapi: enable execution of event routes via kemi

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2889db1a4b294c045021807965b507b38de258a5 URL: https://github.com/kamailio/kamailio/commit/2889db1a4b294c045021807965b507b38de258a5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] Build failed in Jenkins: kamailiodev-nightly-binaries » amd64,jessie,slave #761

2017-04-04 Thread jenkins
See -- [...truncated 176.51 KB...] LD (gcc) [M xlog.so]xlog.so CC (gcc) [M rtpengine.so]

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

2017-04-04 Thread Julien Chavanton
The overhead per contact is 188 chars, this is quite a lot, we may select an alternate format later. `1,:{"action":,"aor":"","ruid":"","c":"","received":"","path":"","callid":"","user_agent":"","instance":"","expires":,"cseq":,"flags":,"cflags":,"q":,"last_modified":,"methods":,"reg_id":},` I

[sr-dev] git:5.0:bf86b73c: core: parser - allow more chars in mime type

2017-04-04 Thread Camille Oudot
Module: kamailio Branch: 5.0 Commit: bf86b73c9746ad46f7ad7bff2dc76c92ba6d6955 URL: https://github.com/kamailio/kamailio/commit/bf86b73c9746ad46f7ad7bff2dc76c92ba6d6955 Author: Camille Oudot Committer: Camille Oudot Date:

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

2017-04-04 Thread Albert Petit
OK Thx for quick feedback! -- 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-291439676___ sr-dev mailing list

[sr-dev] git:4.4:4f785ac6: core: parser - allow more chars in mime type

2017-04-04 Thread Camille Oudot
Module: kamailio Branch: 4.4 Commit: 4f785ac67696e5de8aa6e888de69a6180214784f URL: https://github.com/kamailio/kamailio/commit/4f785ac67696e5de8aa6e888de69a6180214784f Author: Camille Oudot Committer: Camille Oudot Date:

Re: [sr-dev] Planning Kamailio v5.0.1

2017-04-04 Thread Daniel-Constantin Mierla
Hello, just a reminder about the plan to release v5.0.1 tomorrow. Besides reporting issues, if there are some patches not backported yet, do reply about them or, if a developer, cherry-pick them in branch 5.0. Cheers, Daniel On 28.03.17 09:40, Daniel-Constantin Mierla wrote: > Hello, > > I am

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

2017-04-04 Thread Dragos Oancea
squash the two commits into one :) -- 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/1045#issuecomment-291465480___ sr-dev mailing list

Re: [sr-dev] git:master:6d87794c: ndb_redis: Added REDIS-Cluster support [BETA]

2017-04-04 Thread Daniel-Constantin Mierla
Hello, I haven't checked the merged version, but if I spotted correctly from the patch, it moves the redis response structure in shared memory. Is is right? If yes, why? Having it in shared memory will create races between kamailio processes that store results on same container id -- one worker

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

2017-04-04 Thread Lucian Balaceanu
Module: kamailio Branch: 5.0 Commit: 6be63b8e0141bb1fbb3c1ff3ba5001d6353c65b3 URL: https://github.com/kamailio/kamailio/commit/6be63b8e0141bb1fbb3c1ff3ba5001d6353c65b3 Author: Lucian Balaceanu Committer: Lucian Balaceanu Date:

[sr-dev] git:master:6d87794c: ndb_redis: Added REDIS-Cluster support [BETA]

2017-04-04 Thread Carsten Bock
Module: kamailio Branch: master Commit: 6d87794cac3f6f3bb967d6e0bf6714a4d78f1bd5 URL: https://github.com/kamailio/kamailio/commit/6d87794cac3f6f3bb967d6e0bf6714a4d78f1bd5 Author: Carsten Bock Committer: Carsten Bock Date: 2017-04-04T12:55:26+02:00

[sr-dev] git:5.0:1ed8f8aa: kamctl: added srv command

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 1ed8f8aabe7e1e444f9fabd4728896d23a48f630 URL: https://github.com/kamailio/kamailio/commit/1ed8f8aabe7e1e444f9fabd4728896d23a48f630 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:d3a67fec: erlang: allow user to set ERLANG_xxxDIR

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: d3a67fec5eeca80f0feb46422ab3b5ef84016616 URL: https://github.com/kamailio/kamailio/commit/d3a67fec5eeca80f0feb46422ab3b5ef84016616 Author: Fabrice Fontaine Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:ec2d2cd2: rabbitmq: added link to rabbitmq c lib

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: ec2d2cd29400ec198377033a09edcc8843747190 URL: https://github.com/kamailio/kamailio/commit/ec2d2cd29400ec198377033a09edcc8843747190 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:cecb5186: utils/pdbt: FreeBSD fix, gcc is hardcoded, header is missing

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: cecb51863e3b92577ea600089254ed4f30e9ce0d URL: https://github.com/kamailio/kamailio/commit/cecb51863e3b92577ea600089254ed4f30e9ce0d Author: Rick Barenthin Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:9f8d4454: modules: readme files regenerated - modules ... [skip ci]

2017-04-04 Thread Kamailio Dev
Module: kamailio Branch: 5.0 Commit: 9f8d445458fb35a3f6f491c92ea40df92b0ec71f URL: https://github.com/kamailio/kamailio/commit/9f8d445458fb35a3f6f491c92ea40df92b0ec71f Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:5.0:16a54ceb: htable: handle blob/text columns when loading from database

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 16a54ceb0b5443aebe8d6e6a87838847343b7f54 URL: https://github.com/kamailio/kamailio/commit/16a54ceb0b5443aebe8d6e6a87838847343b7f54 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:b30edd2b: dmq: attempt to re-initialize if node becomes detatched from cluster

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: b30edd2b19d7e30c1d2f9cef9303ae86bcd1c0f2 URL: https://github.com/kamailio/kamailio/commit/b30edd2b19d7e30c1d2f9cef9303ae86bcd1c0f2 Author: Charles Chance Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:f4ef9ca5: misc/examples: kemi - fixed cfgengine for javascript engine

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: f4ef9ca5108cad5a8ee7549ec3434f1a03fd4115 URL: https://github.com/kamailio/kamailio/commit/f4ef9ca5108cad5a8ee7549ec3434f1a03fd4115 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:30668abe: topoh: add additional safety checks

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 30668abe2499d56d63efd4b860a154076e2150e7 URL: https://github.com/kamailio/kamailio/commit/30668abe2499d56d63efd4b860a154076e2150e7 Author: Claudiu Boriga Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:5.0:0c2a5b7d: pkg: create /var/run/kamailio with user permissions in centos 7 spec

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 0c2a5b7dc31751e6753a13f6956795e3ad15cf73 URL: https://github.com/kamailio/kamailio/commit/0c2a5b7dc31751e6753a13f6956795e3ad15cf73 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:9b72c40a: dispatcher: documentation for event_callback parameter

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9b72c40ab7ddba0766961557067a969dfc3a000a URL: https://github.com/kamailio/kamailio/commit/9b72c40ab7ddba0766961557067a969dfc3a000a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:6aa21738: dispatcher: enable execution of event routes via kemi

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6aa21738dd860eee60b433a48d11c58f5d67618f URL: https://github.com/kamailio/kamailio/commit/6aa21738dd860eee60b433a48d11c58f5d67618f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

Re: [sr-dev] git:master:6d87794c: ndb_redis: Added REDIS-Cluster support [BETA]

2017-04-04 Thread Carsten Bock
Hi Daniel, i've just noticed, that in one line, I tried to free a reply from shmem instead of pkgmem (fixed). I only put the list of REDIS-Connections into shmem, so other workers can access (and re-use) the newly added connections to REDIS. Note to myself: I should add some locking to the

[sr-dev] git:master:5b7838c9: dialog: enable execution of dialog event routes via kemi

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5b7838c9a5a865158c9572835c876d19a06780fb URL: https://github.com/kamailio/kamailio/commit/5b7838c9a5a865158c9572835c876d19a06780fb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:bb24683b: htable: more details about kemi callback function parameter

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bb24683ba00dac15428ed4c1a6f2f9f2e8f60106 URL: https://github.com/kamailio/kamailio/commit/bb24683ba00dac15428ed4c1a6f2f9f2e8f60106 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:079b84b1: dialog: documented the event_callback parameter

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 079b84b1351a19334a478226b83f4d3193d050bb URL: https://github.com/kamailio/kamailio/commit/079b84b1351a19334a478226b83f4d3193d050bb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:a1756010: dispatcher: listed the options for the kemi event callback parameters

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a17560105cf28f67c5eaf4ed7401615f64fb9cd0 URL: https://github.com/kamailio/kamailio/commit/a17560105cf28f67c5eaf4ed7401615f64fb9cd0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:cf07d3fe: keepalive: new module to monitor remote destinations

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cf07d3feab3494c934b27a8e52724be3d94fe00a URL: https://github.com/kamailio/kamailio/commit/cf07d3feab3494c934b27a8e52724be3d94fe00a Author: Guillaume Bour Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:8fafc501: Makefile.groups: added keepalive module to group extra

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8fafc501d9c0a254412cd88d3d071d6e4f375210 URL: https://github.com/kamailio/kamailio/commit/8fafc501d9c0a254412cd88d3d071d6e4f375210 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:c0696ec3: keepalive: added initial README file

2017-04-04 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c0696ec38076b01be258faa3cf4c7e687e19e52e URL: https://github.com/kamailio/kamailio/commit/c0696ec38076b01be258faa3cf4c7e687e19e52e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

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

2017-04-04 Thread Daniel-Constantin Mierla
Closed #1045. -- 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/1045#event-1028454741___ sr-dev mailing list sr-dev@lists.sip-router.org

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

2017-04-04 Thread Daniel-Constantin Mierla
Thanks! Merged manually in a single push. -- 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/1045#issuecomment-291509671___ sr-dev mailing

[sr-dev] git:master:fca170fe: ndb_redis: Accidentally tried to free a reply from shmem, which is still in pkgmem

2017-04-04 Thread Carsten Bock
Module: kamailio Branch: master Commit: fca170fec9e16b37dd1bbec5b9734a77e0b09403 URL: https://github.com/kamailio/kamailio/commit/fca170fec9e16b37dd1bbec5b9734a77e0b09403 Author: Carsten Bock Committer: Carsten Bock Date: 2017-04-04T16:38:58+02:00

Re: [sr-dev] git:master:6d87794c: ndb_redis: Added REDIS-Cluster support [BETA]

2017-04-04 Thread Carsten Bock
Hi Daniel, i've been testing it a little bit and it worked for me... I can use the same redis-Context from different workers without any issues. If it should fail badly for someone else, I can revert the commit; but however, it works for me. Thanks, Carsten 2017-04-04 17:02 GMT+02:00

[sr-dev] git:master:1b264954: modules: readme files regenerated - dialog ... [skip ci]

2017-04-04 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 1b26495414e5e31829e7f96b0717890774f049ba URL: https://github.com/kamailio/kamailio/commit/1b26495414e5e31829e7f96b0717890774f049ba Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] [kamailio/kamailio] Segmentation fault using http_async_client on kamailio 5.0.0 (#1056)

2017-04-04 Thread Davy Van De Moere
### Description I'm using a few serial http_async_client functions in my config, I found one setup in which kamailio stops with a segmentation fault just doing one call. I can reproduce it in my concrete config, but can't put my finger on the bleeding. I do have a core file. ###

Re: [sr-dev] [kamailio/kamailio] Segmentation fault using http_async_client on kamailio 5.0.0 (#1056)

2017-04-04 Thread Federico Cabiddu
Could you please describe the procedure to reproduce the segfault and, in case, the relevant part of your config? Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: