Re: [OpenSIPS-Devel] [opensips] Topology_Hiding - Preserving Non-Transport Params (#301)

2014-08-19 Thread dexteruk
Hi I have tested the new function added to the topology_hiding I added the following to the dialog settings in the opensips.cfg modparam(dialog, th_passed_contact_params, confid;+com.avistar.confapi.v1;isfocus) As you can see below in the contact the information is present Contact:

[OpenSIPS-Devel] [OpenSIPS/opensips] 6580c7: dialog: fix possible hash id conflict on restart

2014-08-19 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 6580c703ffcd61129603449faaacf3564fb39bcb https://github.com/OpenSIPS/opensips/commit/6580c703ffcd61129603449faaacf3564fb39bcb Author: Liviu Chircu li...@opensips.org Date: 2014-08-19 (Tue, 19 Aug 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] 632d28: dialog: fix possible hash id conflict on restart

2014-08-19 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: 632d286d6e207c7c2cc44f85138a791b9545bf10 https://github.com/OpenSIPS/opensips/commit/632d286d6e207c7c2cc44f85138a791b9545bf10 Author: Liviu Chircu li...@opensips.org Date: 2014-08-19 (Tue, 19 Aug 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] 9d5caa: dialog: fix possible hash id conflict on restart

2014-08-19 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: 9d5caa519968261e1a73abbff64103645ae9 https://github.com/OpenSIPS/opensips/commit/9d5caa519968261e1a73abbff64103645ae9 Author: Liviu Chircu li...@opensips.org Date: 2014-08-19 (Tue, 19 Aug 2014)

Re: [OpenSIPS-Devel] [opensips] Possible hash_entry, hash_id duplicate due to bad loading of dialogs at startup (#304)

2014-08-19 Thread Liviu Chircu
Closed #304. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/304#event-154367176___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] Possible hash_entry, hash_id duplicate due to bad loading of dialogs at startup (#304)

2014-08-19 Thread Liviu Chircu
Fixed in b7c3686, backported to 1.11, 1.10 and 1.8! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/304#issuecomment-52608714___ Devel mailing list Devel@lists.opensips.org

[OpenSIPS-Devel] [opensips] msg_translator: Passing MSG_TRANS_NOVIA_FLAG means don't touch Via. (#305)

2014-08-19 Thread Walter Doekes
Before this, if you passed the MSG_TRANS_NOVIA_FLAG flag to build_res_buf_from_sip_res, the msg-gt;via1-gt;next would get checked but not used. Now it#39;s not touched at all. You can merge this Pull Request by running: git pull https://github.com/wdoekes/opensips wjd-msg_trans_no_via-no_crash

[OpenSIPS-Devel] [opensips] dlg_id as primary key and single dialog table shared by multiple opensips instances (#306)

2014-08-19 Thread miko95
Hi, After the dialog table schema has been changed to replace the hash_entry and hash_id columns by the new dlg_id column, the dlg_id column is now the primary key of the table (while only an index - non UNIQUE - was defined before for the (hash_entry,hash_id) columns). With a configuration

[OpenSIPS-Devel] [opensips] When building dialplan rule, the compiled matching regex is not free in case of error (#307)

2014-08-19 Thread miko95
--- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/307___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

[OpenSIPS-Devel] [OpenSIPS/opensips] 60cc7e: dialplan: fix shm leak when parsing invalid regex

2014-08-19 Thread Liviu Chircu
Branch: refs/heads/1.10 Home: https://github.com/OpenSIPS/opensips Commit: 60cc7e1d03e94ad808994524588b635643960382 https://github.com/OpenSIPS/opensips/commit/60cc7e1d03e94ad808994524588b635643960382 Author: Liviu Chircu li...@opensips.org Date: 2014-08-19 (Tue, 19 Aug 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] f57025: dialplan: fix shm leak when parsing invalid regex

2014-08-19 Thread Liviu Chircu
Branch: refs/heads/1.11 Home: https://github.com/OpenSIPS/opensips Commit: f57025fa90431ae080a91d54ae92564b919da52f https://github.com/OpenSIPS/opensips/commit/f57025fa90431ae080a91d54ae92564b919da52f Author: Liviu Chircu li...@opensips.org Date: 2014-08-19 (Tue, 19 Aug 2014)

[OpenSIPS-Devel] [OpenSIPS/opensips] df1bff: dialplan: fix shm leak when parsing invalid regex

2014-08-19 Thread Liviu Chircu
Branch: refs/heads/1.8 Home: https://github.com/OpenSIPS/opensips Commit: df1bff843452be132da2f74e3d9eb3a1b1f6f633 https://github.com/OpenSIPS/opensips/commit/df1bff843452be132da2f74e3d9eb3a1b1f6f633 Author: Liviu Chircu li...@opensips.org Date: 2014-08-19 (Tue, 19 Aug 2014)

Re: [OpenSIPS-Devel] [opensips] When building dialplan rule, the compiled matching regex is not free in case of error (#307)

2014-08-19 Thread Liviu Chircu
Closed #307. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/307#event-154423005___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Re: [OpenSIPS-Devel] [opensips] When building dialplan rule, the compiled matching regex is not free in case of error (#307)

2014-08-19 Thread Liviu Chircu
Fixed in 72028d26, backported to 1.11, 1.10 and 1.8. Many thanks for the report, miko! --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/307#issuecomment-52623412___ Devel mailing list

[OpenSIPS-Devel] [OpenSIPS/opensips] a16207: Properly propagate parameters with no value

2014-08-19 Thread Vlad Paiu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: a1620725c9a79904ce595de0fe6f703fada4d736 https://github.com/OpenSIPS/opensips/commit/a1620725c9a79904ce595de0fe6f703fada4d736 Author: Vlad Paiu vladp...@opensips.org Date: 2014-08-19 (Tue, 19 Aug

[OpenSIPS-Devel] [OpenSIPS/opensips] 526642: Removed INFO debug

2014-08-19 Thread Vlad Paiu
Branch: refs/heads/master Home: https://github.com/OpenSIPS/opensips Commit: 5266427dd57c07afdcf7d539bbd0891baf3fb8d1 https://github.com/OpenSIPS/opensips/commit/5266427dd57c07afdcf7d539bbd0891baf3fb8d1 Author: Vlad Paiu vladp...@opensips.org Date: 2014-08-19 (Tue, 19 Aug

Re: [OpenSIPS-Devel] [opensips] Topology_Hiding - Preserving Non-Transport Params (#301)

2014-08-19 Thread vladpaiu
Hello, Just tested now, and with a Contact header like Contact: sip:108.60.100.184:5060;transport=tcp;confid=3FD99511F9EB238C3FE825FF752847D1;+com.avistar.confapi.v1;isfocus. , no parameters are passed to the other side, since according to RFC 3261 If no and are present, all parameters

[OpenSIPS-Devel] [opensips] Loading a db_text file with one unterminated line causes crash (#308)

2014-08-19 Thread gergelypeli
If a database file only contains one line with the column type definitions, it is only parsed correctly (as an empty table) if the file ends with a newline. If not, loading the file crashes opensips. I looked at a gdb backtrace, but not investigated it any further. Program terminated with