Re: [OpenSIPS-Users] sql_cacher with cachedb_local

2019-09-12 Thread Bogdan-Andrei Iancu
HI Mehdi, Do you get that error only when using it from startup_route ? Also, try to change the cachedb_url to "local:///collection2" Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/events/Summit-

Re: [OpenSIPS-Users] Opensips 3.0 | opensips-cli -x database create -> Index column size too large. The maximum column size is 767 bytes.

2019-09-12 Thread Bogdan-Andrei Iancu
Hi Adrian, How did you install the OpenSIPS 3.0 ? from sources or from packages ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/events/Summit-2019Amsterdam/ On 8/28/19 10:50 PM, Adrian Fretwell

Re: [OpenSIPS-Users] sipmsgops.so / codec_delete_except_re

2019-09-12 Thread Bogdan-Andrei Iancu
Alexey, What OpenSIPS version you use ? Have you tried to run the test with full logs (log_level 4) to see if you get some hints ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/events/Summit-20

Re: [OpenSIPS-Users] Mailing list for security issues.

2019-09-12 Thread Bogdan-Andrei Iancu
Hi Johan, Patches should go via the GITHUB tracker, as Pull Requests. Security issues (if code related) should be reported via the "devel" mailing list. If the issue is SIP generic, use the "users" lists. Thanks, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solu

Re: [OpenSIPS-Users] TLS - nated contact is not fixed

2019-09-12 Thread Bogdan-Andrei Iancu
Hi Dragomir, See the "Received" field - I think the fix_nated_register() did the job. What do you print when doing the xlog "Relay sent to" ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit 2019 https://www.opensips.org/ev

Re: [OpenSIPS-Users] Need help to connect AWS document db through opensips 3.0 .

2019-09-12 Thread Liviu Chircu
Let's follow the official build guide [1], maybe it will make things easier. So make sure to install below requirements, then try again: sudo apt install cmake libssl-dev libsasl2-dev [1]: http://mongoc.org/libmongoc/current/installing.html Liviu Chircu OpenSIPS Developer http://www.opensips-s

Re: [OpenSIPS-Users] Need help to connect AWS document db through opensips 3.0 .

2019-09-12 Thread Sasmita Panda
Hi , I am using ubuntu 16 . I am not able to run make command . Its giving error . make[1]: Entering directory '/opt/mongo-c-driver' CCLD test-replica-set /usr/bin/ld: tests/test_replica_set-ha-test.o: undefined reference to symbol 'pthread_once@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthre

Re: [OpenSIPS-Users] route_to_carrier using a random gateway

2019-09-12 Thread Dominic
yes thats what I did. On Thu, Sep 12, 2019, 6:53 AM Alexey Kazantsev via Users, < users@lists.opensips.org> wrote: > Dominic, > > so, you use the same weight of gateways for random selection, right? > > > >i tried it it out and looks to be working (random). > >thanks for the help Ben > > > --

Re: [OpenSIPS-Users] route_to_carrier using a random gateway

2019-09-12 Thread Alexey Kazantsev via Users
Dominic, so, you use the same weight of gateways for random selection, right? >i tried it it out and looks to be working (random). >thanks for the help Ben --- BR, Alexey http://alexeyka.zantsev.com/ ___ Us

Re: [OpenSIPS-Users] route_to_carrier using a random gateway

2019-09-12 Thread Dominic
i tried it it out and looks to be working (random). thanks for the help Ben On Thu, Sep 12, 2019, 5:24 AM Alexey Kazantsev via Users, < users@lists.opensips.org> wrote: > Hi Ben, > > does it mean that the gateways will be selected in random order if they > have the same weight? > > > >You just ne

Re: [OpenSIPS-Users] route_to_carrier using a random gateway

2019-09-12 Thread Alexey Kazantsev via Users
Hi Ben, does it mean that the gateways will be selected in random order if they have the same weight? >You just need to set the carrier flag to use weights for routing and define >the list of gateways with their weights. It’s described in the Overview >section of the dr_routing module documen

Re: [OpenSIPS-Users] Mods to 2.4.6 Source Code

2019-09-12 Thread Răzvan Crainea
Sure, could you open a pull request with the changes on our github tracker[1]? [1] https://github.com/OpenSIPS/opensips/pulls Best regards, Răzvan On 9/11/19 9:41 PM, Louis Rochon wrote: Hi all, We have made some changes to the source code for 2.4.6 to be able to handle URIs with “urn:servi

Re: [OpenSIPS-Users] Need help to connect AWS document db through opensips 3.0 .

2019-09-12 Thread Liviu Chircu
I suggest we manually compile a debuggable version of libmongoc library v1.3.1 using the following steps: # clone the libmongoc library source code git clone https://github.com/mongodb/mongo-c-driver -b 1.3.1 ~/src/mongo-c-driver cd ~/src/mongo-c-driver # prepare necessary packages apt remove