Re: [OpenSIPS-Devel] [opensips] Merge pull request #781 from ionutrazvanionita/dlg_profiles (2b8fd2d)

2016-03-09 Thread 46 Labs LLC
Ionut, Right, but this requires all cluster members to be running at least the same source. If any programs are written that parse profile names external to opensips (either through fifo or http interface) have to be rewritten to handle the change. Can the flag not be thrown in modparam only? O

Re: [OpenSIPS-Devel] [opensips] Merge pull request #781 from ionutrazvanionita/dlg_profiles (2b8fd2d)

2016-03-08 Thread 46 Labs LLC
So you need to specify the /b both in the modparam as well as the script? An error is thrown if the profile name doesnt match the profile name in the modparam...so if a profile named "calls" was previously in the modparam, then it needs to be changed to calls/b and the script also needs to be ch

Re: [OpenSIPS-Devel] [opensips] Merge pull request #781 from ionutrazvanionita/dlg_profiles (2b8fd2d)

2016-02-25 Thread 46 Labs LLC
So going forward, to replicate dialogs over the binary interface, you must throw the /b flag in modparam? --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/2b8fd2d3af056090e1364997d9f97911b1eee3e2#commitcomment-16338053_

Re: [OpenSIPS-Devel] [opensips] Fix IPv6 insertion in fix_nated_contact() (ce89e29)

2016-02-05 Thread 46 Labs LLC
make proper cleans it up. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/ce89e291e0616d80d555f1e386edde5bbd3922e9#commitcomment-15912934___ Devel mailing list Devel@lists.opensips.org http://lists.opens

Re: [OpenSIPS-Devel] [opensips] Fix IPv6 insertion in fix_nated_contact() (ce89e29)

2016-02-05 Thread 46 Labs LLC
This latest commit wont make. Compiling nh_table.c Linking nathelper.so make[1]: Leaving directory `/usr/local/src/opensips/modules/nathelper' make: *** [modules] Error 2 --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/ce89e291e0616d80d555f1e38

[OpenSIPS-Devel] [opensips] crash in dlg_hash +791 (#730)

2015-12-17 Thread 46 Labs LLC
Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7fa0585613ea in unref_dlg (dlg=0x7fa0609fcea8, cnt=1) at dlg_hash.c:791 791 d_entry = &(d_table->entries[dlg->h_entry]); Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/l

Re: [OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

2015-12-15 Thread 46 Labs LLC
BT from 2.2 (gdb) bt full #0 0×7f5800362cc9 in check_and_split_time_list (timer_list=0×7f58017dec50, time=time@entry=4717000) at timer.c:809 tl = 0×0 end = 0×7f58017dec80 ret = #1 0×7f5800365751 in utimer_routine (uticks=4717000, set=) at timer.c:1075 tl = tmp_tl = id = 6 FU

Re: [OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

2015-12-15 Thread 46 Labs LLC
I can confirm this is happening in 2.2 as well. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/723#issuecomment-164775504___ Devel mailing list Devel@lists.opensips.org http://lists.opensips.org/cgi-bin

Re: [OpenSIPS-Devel] [opensips] fix warnings reported by Ovidiu Sas (19edf61)

2015-11-17 Thread 46 Labs LLC
Parameter "shvset" not found in module "cfgutils" - can't set --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/19edf6159bb5a3ac639bd1792c5d2484f165b960#commitcomment-14452111___ Devel mailing list Devel@l

Re: [OpenSIPS-Devel] [opensips] fix warnings reported by Ovidiu Sas (19edf61)

2015-11-17 Thread 46 Labs LLC
Parameter "" not found in module "" - can't set Damn markdown is killing the brackets. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/19edf6159bb5a3ac639bd1792c5d2484f165b960#commitcomment-14452084___

Re: [OpenSIPS-Devel] [opensips] fix warnings reported by Ovidiu Sas (19edf61)

2015-11-17 Thread 46 Labs LLC
This breaks cfgutils Parameter not found in module - can't set --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/19edf6159bb5a3ac639bd1792c5d2484f165b960#commitcomment-14451975___ Devel mailing list De

Re: [OpenSIPS-Devel] [opensips] fix warnings reported by Ovidiu Sas (19edf61)

2015-11-17 Thread 46 Labs LLC
Parameter not found in module - can't set Rather. --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/commit/19edf6159bb5a3ac639bd1792c5d2484f165b960#commitcomment-14451988___ Devel mailing list Devel@lists.ope

[OpenSIPS-Devel] [opensips] Improper MYSQL column type (last_attempt) for Clusterer (#699)

2015-11-14 Thread 46 Labs LLC
ERROR:clusterer:load_info: column last_attempt has a bad type [1/0] Current scripts sql for clusterer adds: | last_attempt| bigint(64) unsigned | NO | | 0 | | Changing bigint to standard Integer allows the clusterer module to start. --- Reply to this email direc

[OpenSIPS-Devel] [opensips] Table Version inconsistent in clusterer sql scripts (#697)

2015-11-12 Thread 46 Labs LLC
Need to append into DB to get opensips to start with clusterer module. INSERT INTO version (table_name, table_version) values ('clusterer','1'); --- Reply to this email directly or view it on GitHub: https://github.com/OpenSIPS/opensips/issues/697___ De

Re: [OpenSIPS-Devel] [opensips] running out of pkg_mem (#651)

2015-11-04 Thread 46 Labs LLC
Bogdan, This just hit us too...we are running a considerable amount of traffic though. However, interestingly enough it did not pop up until the async leak was fixed. This did not happen before async dbops was enabled. That might help narrow this down. It does not drop a corejust starts scr