[OpenSIPS-Users] WRONG relay in Sequential requests

2019-09-06 Thread Dragomir Haralambiev
Hello, I have problem with setup incoming call with TLS support: UA with TLS supprt is registered. Here is information from AOR AOR:: 33341656 Contact:: sip: 33341656 @192.168.1.106:50443;transport=TLS;ob Q= Expires:: 260

[OpenSIPS-Users] Variables as parameters to rtpproxy

2019-09-06 Thread Mark Farmer
Hi all I have been trying to pass script variables as parameters to rtpproxy_offer() & rtpproxy_answer() but they do not seem to work. Is this possible? EG: if (isflagset(R_LOCAL_TO_LOCAL)) { xlog("CUSTOM_LOG: Processing Flag: R_LOCAL_TO_LOCAL");

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-09-06 Thread Liviu Chircu
Hi Sasmita, DynamoDB and MongoDB are completely different beasts. However, AWS also have an offering for DocumentDB, which is MongoDB-compatible and seems to be a better candidate for what you are looking for. Regards, Liviu Chircu OpenSIPS Developer http://www.opensips-solutions.com On

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-09-06 Thread Sasmita Panda
Hi , In AWS cloud is giving a service DynamoDB . Which is equivalent to mongoDB . So my query is , with opensips mongodb module can I use AWS DynamoDB in backend . I haven't tried yet . I am asking if its possible or not . If anybody have any idea then please share . *Thanks & Regards*

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-09-06 Thread Vlad Patrascu
Hi Sasmita, The functions that allow you the send custom messages in the cluster at script level are still there in opensips 3.0, so yes, you can implement something similar to that blog post. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 09/06/2019 11:25

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-09-06 Thread Sasmita Panda
Ok . Thank you . I got a document for geo distributed clustering which uses redis as cache . This uses opensips 2.4 . I had tested this architecture also . This is working fine . https://saevolgo.blogspot.com/2018/01/opensips-geo-distributed-clustering.html Can I use this kind of scripting with

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-09-06 Thread Giovanni Maruzzelli
it cannot work documentation say that explicitly "Currently, the metadata information may be published to NoSQL databases which support key/multi-value column-like associations. Example known backends to support these abstractions at the time of writing are MongoDB and Cassandra."

Re: [OpenSIPS-Users] need some help using opensips 3.0 cluster module .

2019-09-06 Thread Sasmita Panda
Hi All , I have tested opensips 3.0 federated cachedb cluster with mongo db as cache db . But in my company we are using redis as cache db. loadmodule "cachedb_redis.so" loadmodule "db_cachedb.so" modparam("cachedb_redis", "cachedb_url","redis:group1://192.168.0.213:6379/ ")