Re: [sr-dev] TLS SNI name servers

2015-01-15 Thread Daniel-Constantin Mierla
Hello, we had another discussion not that far ago about it, but apparently no one got to solve it. I have it on my list as well, but got caught into other tasks meanwhile... Cheers, Daniel On 15/01/15 15:10, Olle E. Johansson wrote: > Hi! > > Just to get back to a previous discussion. A few days

Re: [sr-dev] send_fast_notify on in-dialog subscribe

2015-01-15 Thread Daniel-Constantin Mierla
Hello, I haven't developed that feature, so I am not fully aware of its purpose. If you think it has to be also for re-SUBSCRIBE, you can make a patch for it and we can review it. Cheers, Daniel On 15/01/15 21:00, Luis Azedo wrote: > Hi Daniel, > > send_fast_notify = 0 is not being honored on i

Re: [sr-dev] [kamailio] pua: E_Tag miss match due to race between consecutive PUBLISH requests (#21)

2015-01-15 Thread Daniel-Constantin Mierla
What component is triggering the second publish before the first is replied? A module or via mi/rpc? Perhaps it should wait for reply and etag in order to send an update with another publlsh. Quickly maybe there can be added a check and reject a new publish. Queuing may take more complexity and

[sr-dev] send_fast_notify on in-dialog subscribe

2015-01-15 Thread Luis Azedo
Hi Daniel, send_fast_notify = 0 is not being honored on in-dialog SUBSCRIBE (RESUBSCRIBE). is that by design ? Thanks ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio] websocket: Check frame->wsc in ws_frame_transmit for NULL. (#26)

2015-01-15 Thread Daniel-Constantin Mierla
Backported now (to 4.2 and 4.2) - I didn't have the time at that moment. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/26#issuecomment-70150324___ sr-dev mailing list sr-dev@lists.sip-router.org http://l

[sr-dev] git: new commits in branch 4.1

2015-01-15 Thread Daniel-Constantin Mierla
- URL: https://github.com/kamailio/kamailio/commit/e3807707f9d61ab61364ca9dcb1f88dfc4dbf1ad Author: Alex Hermann Date: 2015-01-15T20:24:02+01:00 tm: Fix setting flags for record-route headers The flags where set in add_uac() by counting the number of record-route headers added by prepare_new

[sr-dev] git:4.2:74888e44: core: remove_lump() clears its innner before/after lists

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: 74888e44aa4db53a3e8db49d848af97d460f7e1f URL: https://github.com/kamailio/kamailio/commit/74888e44aa4db53a3e8db49d848af97d460f7e1f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:14:41+01:00 core: remove_lump() clear

[sr-dev] git:4.2:38d6c0bc: core: parse_ppi_pai - free header parameters for PAI and PPI

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: 38d6c0bc62b12ecb8402d165a21813c533c55324 URL: https://github.com/kamailio/kamailio/commit/38d6c0bc62b12ecb8402d165a21813c533c55324 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:14:29+01:00 core: parse_ppi_pai - fre

[sr-dev] git:4.2:32e85b64: presence: fix counter and type for removing presentity from cache

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: 32e85b6481b31a1f4aa46603849cb02433e50915 URL: https://github.com/kamailio/kamailio/commit/32e85b6481b31a1f4aa46603849cb02433e50915 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:15:06+01:00 presence: fix counter and

[sr-dev] git:4.2:b41d779b: websocket: Check frame->wsc in ws_frame_transmit for NULL.

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: b41d779b6d8b30f311a490d76f211c1ca656ce38 URL: https://github.com/kamailio/kamailio/commit/b41d779b6d8b30f311a490d76f211c1ca656ce38 Author: Walter Doekes Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:13:01+01:00 websocket: Check frame->wsc in ws_fr

[sr-dev] git:4.2:6b7bbc8e: sl: don't remove the lump added in the 'after' list of delete lump

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: 6b7bbc8e58eae9b43b47efb270c20bb3d93ec2f0 URL: https://github.com/kamailio/kamailio/commit/6b7bbc8e58eae9b43b47efb270c20bb3d93ec2f0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:14:53+01:00 sl: don't remove the lump

[sr-dev] git:4.2:a30cfc6c: dispatcher: refrashed description of dispatching algorithm 8

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: a30cfc6c928721f32f1d0692f89e4183d468d614 URL: https://github.com/kamailio/kamailio/commit/a30cfc6c928721f32f1d0692f89e4183d468d614 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:12:20+01:00 dispatcher: refrashed des

[sr-dev] git:4.2:b7657fde: core: parse_add_spec() free params in case of parsing failure

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: b7657fde6c74673060e1d59e604c1b72ca284dbf URL: https://github.com/kamailio/kamailio/commit/b7657fde6c74673060e1d59e604c1b72ca284dbf Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:14:20+01:00 core: parse_add_spec() fr

[sr-dev] git:4.2:d374e4b2: jsonrpc-c: fixed typo in header guard

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: d374e4b2b92dab4127df9a98ae9b374928f03a28 URL: https://github.com/kamailio/kamailio/commit/d374e4b2b92dab4127df9a98ae9b374928f03a28 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:11:49+01:00 jsonrpc-c: fixed typo in

[sr-dev] git:4.2:f8276f7c: presence: slot and presentity uri printed in log message

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: f8276f7c368250fb79d470467cda4fdf20d241cd URL: https://github.com/kamailio/kamailio/commit/f8276f7c368250fb79d470467cda4fdf20d241cd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:10:45+01:00 presence: slot and presen

[sr-dev] git:4.2:a56b51de: siputils: fix for e164_check()

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: a56b51de8d6c10e06146fbf65ae7d46793e288c9 URL: https://github.com/kamailio/kamailio/commit/a56b51de8d6c10e06146fbf65ae7d46793e288c9 Author: Seudin Kasumovic Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:13:44+01:00 siputils: fix for e164_check() -

[sr-dev] git:4.2:9e293335: docbook/Makefile: use default system catalog implicitely

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.2 Commit: 9e293335585598e6f7bf7c9e58a0bee4cc9eb068 URL: https://github.com/kamailio/kamailio/commit/9e293335585598e6f7bf7c9e58a0bee4cc9eb068 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T20:12:33+01:00 docbook/Makefile: use def

Re: [sr-dev] Jansson module

2015-01-15 Thread Olle E. Johansson
ANyway, just to try to clear my name: The jansson xml docs are missing the section identifiers that are documented here: http://www.kamailio.org/wiki/devel/module-docbook-readme Adding section identifiers makes it possible to generate the alphabetic indexes on the wiki and direct links into the

Re: [sr-dev] Jansson module

2015-01-15 Thread Olle E. Johansson
On 15 Jan 2015, at 20:04, Olle E. Johansson wrote: > Hi! > > The jansson module for the jansson library does not document the dependency > of the jansson library. The README should have a URL and possibly package > names for the library. And it's all there! Updating always helps. Sorry, my

[sr-dev] Jansson module

2015-01-15 Thread Olle E. Johansson
Hi! The jansson module for the jansson library does not document the dependency of the jansson library. The README should have a URL and possibly package names for the library. Thanks, /O ___ sr-dev mailing list sr-dev@lists.sip-router.org http://list

Re: [sr-dev] rtpengine: set source ip for kamailio socket proposed solution

2015-01-15 Thread Richard Fuchs
On 01/15/15 11:23, Lucian Balaceanu wrote: > Hi, > > At 1&1 we found it useful to be able to specify the binding interface on > which kamailio should communicate with rtpengine. We introduced a non > mandatory parameter "force_send_interface" that expects an IPv4 IP to be > used in binding the rtp

[sr-dev] git:master:0076763e: rtpengine: remove Svn Id tags and history

2015-01-15 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 0076763ec428f94ff4dfb75c07f8d7c816e9c226 URL: https://github.com/kamailio/kamailio/commit/0076763ec428f94ff4dfb75c07f8d7c816e9c226 Author: Richard Fuchs Committer: Richard Fuchs Date: 2015-01-15T12:59:05-05:00 rtpengine: remove Svn Id tags and history -

[sr-dev] git:master:56164cfc: rtpengine: update README

2015-01-15 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 56164cfceb1e164ee01a3993bad3a2590f0a2108 URL: https://github.com/kamailio/kamailio/commit/56164cfceb1e164ee01a3993bad3a2590f0a2108 Author: Richard Fuchs Committer: Richard Fuchs Date: 2015-01-15T12:51:57-05:00 rtpengine: update README --- Modified: mod

[sr-dev] git:master:5ed51f55: rtpengine: new modparam force_send_interface

2015-01-15 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 5ed51f55985b20f8e24752a03e7b5fd3c106bfe0 URL: https://github.com/kamailio/kamailio/commit/5ed51f55985b20f8e24752a03e7b5fd3c106bfe0 Author: Lucian Balanceanu Committer: Richard Fuchs Date: 2015-01-15T12:50:36-05:00 rtpengine: new modparam force_send_inter

[sr-dev] git:master:66fe1f64: rtpengine: update docs for force_send_interface

2015-01-15 Thread Richard Fuchs
Module: kamailio Branch: master Commit: 66fe1f64dfff41ff048b9d8c6e471f86f569eebb URL: https://github.com/kamailio/kamailio/commit/66fe1f64dfff41ff048b9d8c6e471f86f569eebb Author: Richard Fuchs Committer: Richard Fuchs Date: 2015-01-15T12:51:48-05:00 rtpengine: update docs for force_send_interf

[sr-dev] git:master:d43e8965: presence: fix counter and type for removing presentity from cache

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d43e8965640bbc64e56ef33f27d4f3c3a85c73fa URL: https://github.com/kamailio/kamailio/commit/d43e8965640bbc64e56ef33f27d4f3c3a85c73fa Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T17:54:18+01:00 presence: fix counter

[sr-dev] rtpengine: set source ip for kamailio socket proposed solution

2015-01-15 Thread Lucian Balaceanu
Hi, At 1&1 we found it useful to be able to specify the binding interface on which kamailio should communicate with rtpengine. We introduced a non mandatory parameter "force_send_interface" that expects an IPv4 IP to be used in binding the rtpengine communication responsible sockets. We prop

Re: [sr-dev] [kamailio] siputils: fix for e164_check() (#28)

2015-01-15 Thread Daniel-Constantin Mierla
Btw, the check can be done with regex, like matching $rU is starting with + followed by [1-9] followed by many [0-9]. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/28#issuecomment-70110629___ sr-dev mai

Re: [sr-dev] [kamailio] siputils: fix for e164_check() (#28)

2015-01-15 Thread Daniel-Constantin Mierla
The issue solved by a previous patch was that is_e164() was returning always true -- it was checking that (c<'0' && c>'9') to say it is not e164, which never happens. The issue solved by the patch on this item was about going over the length of the parameter with 1, which was even before the fi

Re: [sr-dev] [kamailio] siputils: fix for e164_check() (#28)

2015-01-15 Thread Ben Hood
I'm not 100% sure that the issue was in 4.2.1, but I might be mistaken. I upgraded from 4.2.1 to 4.2.2 today and the first and only thing that broke was the `is_e164()` function always returning false. That was with inputs that had previously returned true in 4.2.1. But potentially I got somethi

Re: [sr-dev] [kamailio] siputils: fix for e164_check() (#28)

2015-01-15 Thread Daniel-Constantin Mierla
It is not a regression, the fix was for an issue that is there for long time (including 4.2.1). The description is wrong and the fix doesn't relate to the previous patch fixing the 0-9 range check. There will be a 4.2.3, you can use git branch or nightly deb builds of branch 4.2 from apt reposit

Re: [sr-dev] [kamailio] siputils: fix for e164_check() (#28)

2015-01-15 Thread Ben Hood
This regression appears to be in the 4.2.2 release, but not in 4.2.1 - are you likely to be releasing a 4.2.3 soon, or should we just go back to 4.2.1 for now? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/28#issuecomment-70090218

[sr-dev] TLS SNI name servers

2015-01-15 Thread Olle E. Johansson
Hi! Just to get back to a previous discussion. A few days ago I compared the current TLS module code with the TLS code in 1.5. The TLS server name extensions is in the 1.5 code but not in the current code. Somehow they got lost in the merger of Kamailio and SER. I haven't had time to look into

[sr-dev] git:master:5a714295: core: parse_add_spec() free params in case of parsing failure

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5a71429596851d8096de1abe5542e57e8b8f6547 URL: https://github.com/kamailio/kamailio/commit/5a71429596851d8096de1abe5542e57e8b8f6547 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T13:42:13+01:00 core: parse_add_spec()

[sr-dev] git:master:1fd0ca99: core: remove_lump() clears its innner before/after lists

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1fd0ca99eaa4b2c5cfcb8bd555a35088ddf49343 URL: https://github.com/kamailio/kamailio/commit/1fd0ca99eaa4b2c5cfcb8bd555a35088ddf49343 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T13:42:13+01:00 core: remove_lump() cl

[sr-dev] git:master:c1b4d442: core: parse_ppi_pai - free header parameters for PAI and PPI

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c1b4d442501591bd18e8130474eeb5c16101e549 URL: https://github.com/kamailio/kamailio/commit/c1b4d442501591bd18e8130474eeb5c16101e549 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T13:42:13+01:00 core: parse_ppi_pai -

[sr-dev] git:master:338b00c0: sl: don't remove the lump added in the 'after' list of delete lump

2015-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 338b00c0f2d38694cffe3536e7eeed0e0d5372dd URL: https://github.com/kamailio/kamailio/commit/338b00c0f2d38694cffe3536e7eeed0e0d5372dd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-01-15T13:42:13+01:00 sl: don't remove the l

Re: [sr-dev] [kamailio] websocket: Check frame->wsc in ws_frame_transmit for NULL. (#26)

2015-01-15 Thread Walter Doekes
Thanks for the merge. Status update: since the patch, this has triggered once (a bunch of times in the same hour, actually). Kamailio survived and is still running. I haven't found the exact cause yet, I'll let you know if I do. Question: I see you didn't cherry-pick this into 4.1/4.2. Do you n