Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Olle E. Johansson
I think Kamailio has generic code in the core parser to handle multiple header values in a header. That is a generic construct in the SIP protocol (probably inherited from SMTP). I think it is indeed a bug that the Diversion module does not support this. While waiting for someone to patch I'm

Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Björn Bylander
Sure. But why can't Kamailio (the Diversion module or whatever it would affect) be extended to support newer RFCs as long as it doesn't break backwards compatibility? I'm not necessarily reporting a bug, it's more of a feature request. -- You are receiving this because you commented. Reply to

Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Alberto Llamas
"*The module implements the Diversion extensions as per RFC 5806*. The diversion extensions are useful in various scenarios involving call forwarding. Typically one needs to communicate the original recipient of the call to the PSTN gateway and this is what the diversion extensions can be used

Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Björn Bylander
You're correct in that it's obsoleted and History-Info is the solution adopted by IETF but the Diversion header is far from obsolete in practice as it's used by major IP telephony system providers like Broadsoft and Sonus and probably quite a few more. In addition, Kamailio has the Diversion

Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Alberto Llamas
If I remember well this header never becomes an proposed standard (i might be wrong) and for these cases as most popular the draft most implemented. Regards, On Nov 1, 2016 9:26 PM, "Björn Bylander" wrote: > Hmm, isn't RFC 5806 (March 2010) older than RFC 6044

Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Björn Bylander
Hmm, isn't RFC 5806 (March 2010) older than RFC 6044 (October 2010)? Given that, I fail to see how 5806 can be a replacement? RFC 6044 is obsoleted by RFC 7544 however (August 2015) which also says that comma separated diversions are allowed. -- You are receiving this because you commented.

Re: [sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Alberto Llamas
Hi, You are reffering to an obsolete RFC, a replacement is rfc5806 Regards, On Tue, Nov 1, 2016 at 4:00 PM, Björn Bylander wrote: > Given a Diversion header like the following: > > Diversion:"Foo >

[sr-dev] [kamailio/kamailio] Errors when parsing Diversion header with multiple comma-separated diversions (#841)

2016-11-01 Thread Björn Bylander
Given a Diversion header like the following: ``` Diversion:"Foo Bar";privacy=off;answered-count=2;re ason=deflection;counter=1;answered,"_ somewhere";privacy=off;answered-coun t=1;reason=deflection;counter=1;answered

[sr-dev] git:master:d4f3c96c: mi_datagram: safety check so the length of mi socket doesn't result in overflow

2016-11-01 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d4f3c96cdf2efc8db8fa115a35f7ea9545ea4c9f URL: https://github.com/kamailio/kamailio/commit/d4f3c96cdf2efc8db8fa115a35f7ea9545ea4c9f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:6b1d18c3: rr: removed unused assignment

2016-11-01 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6b1d18c3ba184b60a7be567f23ba4cda6efee4af URL: https://github.com/kamailio/kamailio/commit/6b1d18c3ba184b60a7be567f23ba4cda6efee4af Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:27ba383b: sipcapture: initialize variable to get rid of compile warning

2016-11-01 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 27ba383b5aaabd84c25653a887738d06532fcf9f URL: https://github.com/kamailio/kamailio/commit/27ba383b5aaabd84c25653a887738d06532fcf9f Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:96fea675: domain: fixed typo in the log message

2016-11-01 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 96fea675022cc923e4f253454b5095fa810ab313 URL: https://github.com/kamailio/kamailio/commit/96fea675022cc923e4f253454b5095fa810ab313 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:4ad97857: Makefile.defs: version set to 5.0.0-dev7

2016-11-01 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4ad97857d346c4dddf02e7164d8bd9c5a2e1af26 URL: https://github.com/kamailio/kamailio/commit/4ad97857d346c4dddf02e7164d8bd9c5a2e1af26 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] git:master:7fd97b3f: modules: readme files regenerated - crypto ...

2016-11-01 Thread Kamailio Dev
Module: kamailio Branch: master Commit: 7fd97b3f979931b3f5a6eb5d443723dadd05be6a URL: https://github.com/kamailio/kamailio/commit/7fd97b3f979931b3f5a6eb5d443723dadd05be6a Author: Kamailio Dev Committer: Kamailio Dev Date:

[sr-dev] git:master:463569b8: modules/sanity: fix small typo in documentation

2016-11-01 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 463569b8b0c2e29da1c82683e8edab0c2f67a9da URL: https://github.com/kamailio/kamailio/commit/463569b8b0c2e29da1c82683e8edab0c2f67a9da Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-10-31T22:28:50+02:00 modules/sanity:

[sr-dev] git:master:90781fc6: modules/nathelper: fix small typo in documentation

2016-11-01 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 90781fc664ab3b843390c67f6367240a513828c0 URL: https://github.com/kamailio/kamailio/commit/90781fc664ab3b843390c67f6367240a513828c0 Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-10-31T22:25:01+02:00

[sr-dev] git:master:bb62b0f3: modules/crypto: fix small typo in documentation

2016-11-01 Thread Mikko Lehto
Module: kamailio Branch: master Commit: bb62b0f32543e6961972679cfe34c48091329a63 URL: https://github.com/kamailio/kamailio/commit/bb62b0f32543e6961972679cfe34c48091329a63 Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-10-31T22:29:06+02:00 modules/crypto:

[sr-dev] git:master:02482d1b: modules/dispatcher: fix small typo in documentation

2016-11-01 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 02482d1b71dc618467978b060bc23bfedaa502fb URL: https://github.com/kamailio/kamailio/commit/02482d1b71dc618467978b060bc23bfedaa502fb Author: Mikko Lehto Committer: Mikko Lehto Date: 2016-10-31T22:28:57+02:00

[sr-dev] git:master:05da8b18: Merge pull request #840 from mslehto/doctypo

2016-11-01 Thread GitHub
Module: kamailio Branch: master Commit: 05da8b18ce4ae6af140e817fc90b7bdf2f56b262 URL: https://github.com/kamailio/kamailio/commit/05da8b18ce4ae6af140e817fc90b7bdf2f56b262 Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-11-01T14:56:10+01:00

Re: [sr-dev] [kamailio/kamailio] Random collection of typo fixes (#840)

2016-11-01 Thread Daniel-Constantin Mierla
Merged #840. -- 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/840#event-843376746___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Random collection of typo fixes (#840)

2016-11-01 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/840#issuecomment-257572295___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:72023c34: Merge pull request #809 from Chocolatbuddha/master

2016-11-01 Thread GitHub
Module: kamailio Branch: master Commit: 72023c347c560c6f7d084c947cea9e9ca2ddce8e URL: https://github.com/kamailio/kamailio/commit/72023c347c560c6f7d084c947cea9e9ca2ddce8e Author: Daniel-Constantin Mierla Committer: GitHub Date: 2016-11-01T14:55:54+01:00

Re: [sr-dev] [kamailio/kamailio] Presence: Fix startup inconsistency in presentity hash table (#809)

2016-11-01 Thread Daniel-Constantin Mierla
Merged #809. -- 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/809#event-843376386___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Presence: Fix startup inconsistency in presentity hash table (#809)

2016-11-01 Thread Daniel-Constantin Mierla
@phil-lavin: thanks for the feedback, I am going to merge this one. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] Next Kamailio IRC Devel Meeting, Nov 09, 2016

2016-11-01 Thread Daniel-Constantin Mierla
Hello, I am proposing a new IRC meeting to discuss the current major issues and the plans for next Kamailio release, on Wednesday, Nov 09, 2016, with alternatives for previous or next day. If many developers are not available, we can postpone it to another date in the near future (make proposals

[sr-dev] Planning the release of Kamailio v4.4.4

2016-11-01 Thread Daniel-Constantin Mierla
Hello, I am considering to package a new release out of latest stable branch 4.4, respectively v4.4.4. The target date is one of the days between Nov 8-10, a matter of work load that needs to be done for getting it out. As usual, if you are aware of any issue not yet reported on github bug

Re: [sr-dev] [kamailio/kamailio] Presence: Fix startup inconsistency in presentity hash table (#809)

2016-11-01 Thread Phil Lavin
It's been running here for a while and it has had no side effects. That said, it doesn't resolve any problems that we are facing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Enabling DMQ cause high CPU usage (#822)

2016-11-01 Thread Soapnix
Got deadlock (?) on latest build of kamailio: version: kamailio 5.0.0-dev6 (x86_64/freebsd) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, FAST_LOCK-ADAPTIVE_WAIT,