Re: [OpenSIPS-Devel] [opensips] load_credentials parameter does not work properly when AVP is not specified (#385)

2015-01-21 Thread Bogdan Andrei IANCU
Is the fix tested and complete ? if so you should consider cherry-picking it all the way back to 1.8 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/385#issuecomment-70887057___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] rtpproxy module ignores compact contact-type header (c) (#403)

2015-01-21 Thread bbuitenhuis
I believe the bug only occurs in the b2b module. Or is the root cause in tm? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/403#issuecomment-70887156___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] rtpproxy module ignores compact contact-type header (c) (#403)

2015-01-21 Thread Bogdan Andrei IANCU
@ionutrazvanionita , the best approach is to actually parse ehdrs in a SIP-wise manner : /* use SIP parser to look at what is in the FIFO request */ memset( tmp_msg, 0, sizeof(struct sip_msg)); tmp_msg.len = hdrs-len; tmp_msg.buf =

[OpenSIPS-Devel] [OpenSIPS/opensips] 2fdeba: Fix updating contact records in DB.

2015-01-21 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 2fdeba6fa8ee56d256e465f63317785798f7826d https://github.com/OpenSIPS/opensips/commit/2fdeba6fa8ee56d256e465f63317785798f7826d Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-01-21 (Wed, 21

[OpenSIPS-Devel] [OpenSIPS/opensips] 444b68: Fix balancing on failover.

2015-01-21 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 444b6802980edd4931106b4db1d8c99dd479bb32 https://github.com/OpenSIPS/opensips/commit/444b6802980edd4931106b4db1d8c99dd479bb32 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-01-21 (Wed, 21

Re: [OpenSIPS-Devel] [opensips] - example config file updated (project name) (a55cee9)

2015-01-21 Thread KatiGugu
Hi, Bogdan. I try to implement a msilo but without success. I copied this code in my cfg-file. It seems the code is not working. Сould point out my mistakes? (opensips-1.11.2) --- Reply to this email directly or view it on GitHub:

Re: [OpenSIPS-Devel] [opensips] - example config file updated (project name) (a55cee9)

2015-01-21 Thread Bogdan Andrei IANCU
Please use the OpenSIPS mailing lists for seeking such help. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/a55cee9853e5e2188d8a0305d231eaf73b32f0da#commitcomment-9380714___ Devel mailing list

Re: [OpenSIPS-Devel] [opensips] usrloc module do not sync correctly DB with memory (#402)

2015-01-21 Thread Bogdan Andrei IANCU
Actually it doesn't work in ed698c5 - the callid is not updated in DB, if you check closer (only the rest of the fields). Anyhow, please test my fix - even if it is on master branch, you can take the patch

Re: [OpenSIPS-Devel] [opensips] usrloc module do not sync correctly DB with memory (#402)

2015-01-21 Thread Bogdan Andrei IANCU
Reopened #402. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/402#event-222475789___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Dispatcher strange balancing (#387)

2015-01-21 Thread Bogdan Andrei IANCU
Hi @hydrosine , there is an extensive fix available on master branch see (444b680) - I did several tests, but if you could do the same, it will be great. I know the report is for 1.11.x - if you cannot do the backport, let me know and I will do it for you. But before doing an official fix on

Re: [OpenSIPS-Devel] [opensips] Dispatcher strange balancing (#387)

2015-01-21 Thread Bogdan Andrei IANCU
Reopened #387. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/387#event-222434950___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] usrloc module do not sync correctly DB with memory (#402)

2015-01-21 Thread Bogdan Andrei IANCU
Closed #402 via 2fdeba6fa8ee56d256e465f63317785798f7826d. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/402#event-222474592___ Devel mailing list Devel@lists.opensips.org

Re: [OpenSIPS-Devel] [opensips] rtpproxy module ignores compact contact-type header (c) (#403)

2015-01-21 Thread Ionut Ionita
Try applying this patch https://gist.github.com/ionutrazvanionita/688a4c832049997ca62e. Hope it solves your problem! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/403#issuecomment-70820352___ Devel

Re: [OpenSIPS-Devel] [opensips] NAT Via Test Failure (#401)

2015-01-21 Thread Bogdan Andrei IANCU
@jalung, have you tested my suggestion ? I rather think this is not a bug, but a bit of a misusage from your side. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/401#issuecomment-70804985___ Devel

Re: [OpenSIPS-Devel] [opensips] usrloc module do not sync correctly DB with memory (#402)

2015-01-21 Thread ferrored
Note: 1.11.2-tls git revision: ed698c5 works with no problems --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/402#issuecomment-70827713___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [OpenSIPS/opensips]

2015-01-21 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips ___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 3e1888: rr: enhance some logs

2015-01-21 Thread Ovidiu Sas
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 3e18886730f3be6f50e25264312627ecc3f5f27c https://github.com/OpenSIPS/opensips/commit/3e18886730f3be6f50e25264312627ecc3f5f27c Author: Ovidiu Sas o...@voipembedded.com Date: 2015-01-15 (Thu, 15 Jan

[OpenSIPS-Devel] [OpenSIPS/opensips] f1f554: Do waitpid() if a SIGCHILD is received.

2015-01-21 Thread Bogdan-Andrei Iancu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: f1f5545278d4690fa92060491299e7f0917e9661 https://github.com/OpenSIPS/opensips/commit/f1f5545278d4690fa92060491299e7f0917e9661 Author: Bogdan-Andrei Iancu bog...@opensips.org Date: 2015-01-21 (Wed, 21

Re: [OpenSIPS-Devel] [opensips] load_credentials parameter does not work properly when AVP is not specified (#385)

2015-01-21 Thread Ionut Ionita
Indeed avp_name was not restored after parsing an elemenet of the list, so the old known value for an avp was used. https://github.com/OpenSIPS/opensips/commit/b69ae3258faff194c28a6277d52fa318c24ed37a --- Reply to this email directly or view it on GitHub:

[OpenSIPS-Devel] [OpenSIPS/opensips] b69ae3: fixed load_credentials avp default name when no na...

2015-01-21 Thread ionutrazvanionita
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: b69ae3258faff194c28a6277d52fa318c24ed37a https://github.com/OpenSIPS/opensips/commit/b69ae3258faff194c28a6277d52fa318c24ed37a Author: ionutrazvanionita ionution...@opensips.org Date: 2015-01-21 (Wed,