[OpenSIPS-Users] Forking Non-INVITE Requests

2017-06-29 Thread Chad Attermann
Hi All, I would like to be able to “broadcast” some non-INVITE requests (like NOTIFY and MESSAGE) to multiple registered endpoints. The problem with using parallel forking is that the request is not reliably delivered to all registered endpoints since retransmission of the request stops after

Re: [OpenSIPS-Users] OpenSIPS and REDIS

2017-06-29 Thread Bogdan-Andrei Iancu
Hi Michele, What you fetch from REDIS is the plain-text password, right ? Have you checked if the loaded pwd is correct ? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Bootcamp 2017, Houston, US

Re: [OpenSIPS-Users] Query regarding db_text.

2017-06-29 Thread Sasmita Panda
Yes that's right . I have created through opensipsctl tool . And I have given the db path in the opensipsctlrc file . Thats why I was expecting to the DB should be created in that path . In-fact DB is created in the same path I had configured in opensipsctlrc file . But while adding lcr and

Re: [OpenSIPS-Users] Query regarding db_text.

2017-06-29 Thread Bogdan-Andrei Iancu
Woow...1.6.that's the grandpa OpenSIPS...even 1.11 is no longer maintain. I strongly suggest to try to move to the 2.2 versions. Still, to shortly answer to your question - I assume you add the lcr and gw via the opensipsctl tool, right ? if so, maybe the path to the DBTEXT database (as

Re: [OpenSIPS-Users] Query regarding db_text.

2017-06-29 Thread Sasmita Panda
Hi , I was in hurry . So I moved to opensips-1.6 . I am successfully installed and configured . But still I am facing some other issue here . I have created database in " /usr/local/etc/opensips/opensips " directory . When I am adding lcr and gw table entry . its getting added in

Re: [OpenSIPS-Users] Fraud_detection sequential call by profilid

2017-06-29 Thread Liviu Chircu
Hi Guillaume, That's not the latest 2.2 code you're looking at, this specific issue was fixed in issue #888 [1]. Please pull the latest code and let us know if there's anything else to take care of. [1]: https://github.com/OpenSIPS/opensips/issues/888 Liviu Chircu OpenSIPS Developer

Re: [OpenSIPS-Users] opensips sending a cancel signal 404 not found

2017-06-29 Thread Bogdan-Andrei Iancu
Hi, Most likely you do some funky stuff in your opensips.cfg, like relaying and replying the INVITE in the same time. Use the script_trace() function (http://www.opensips.org/Documentation/Script-CoreFunctions-2-3#toc43) to understand the script processing. Regards, PS: please avoid large

Re: [OpenSIPS-Users] Query regarding db_text.

2017-06-29 Thread Bogdan-Andrei Iancu
Hi Sasmita, Could you check in the file /usr/local/lib[64]/opensips/opensipsctl/opensipsdbctl.base and post here the EXTRA_TABLES definition (should be line 30) ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Bootcamp 2017,

Re: [OpenSIPS-Users] Opensips as SIP Proxy and WebRTC Media Gateway

2017-06-29 Thread Alex Megalokonomos
Hello Bogdan, Yes, a gateway from WS to UDP (as well as DTLS-SRTP to RTP in order for it to work) is exactly what we're looking for. Unfortunately our Alcatel OmniPCX call center is a proprietary system that only allows for a limited number of SIP extensions (served from what appears to be an

Re: [OpenSIPS-Users] Opensips as SIP Proxy and WebRTC Media Gateway

2017-06-29 Thread Bogdan-Andrei Iancu
Hi Alex, First, some questions regarding the desired topology: 1) the WS end-points should register in OpenSIPS or all the way into Kamailio ? 2) also, the calls from the WS end-points should be all the time sent to Kamailio ? More or less, what I'm asking is : is OpenSIPS suppose to

Re: [OpenSIPS-Users] SIP URI User Parameters

2017-06-29 Thread Bogdan-Andrei Iancu
Hello Ben I understand you add the npdi useraname parameter after performing the initial do_routing() - if you do it in request or branch route is not relevant (for RURI changes) as RURI is anyhow a per-branch value. In failure route, when resuming, you will get the RURI of the winning branch

Re: [OpenSIPS-Users] what sort of unit is used in exec

2017-06-29 Thread Bogdan-Andrei Iancu
Hi, It is in seconds. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com OpenSIPS Bootcamp 2017, Houston, US http://opensips.org/training/OpenSIPS_Bootcamp_2017.html On 06/29/2017 11:21 AM, Tito Cumpen wrote: what unit is used in the mod exec

[OpenSIPS-Users] what sort of unit is used in exec

2017-06-29 Thread Tito Cumpen
what unit is used in the mod exec modparam("exec", "time_to_kill", 20) ? the documentation doesnt specify. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users