Re: [OpenSIPS-Users] openSIPS with an AS that would handle the routing logic

2024-04-20 Thread Vlad Paiu
Hello, Since OpenSIPS is a SIP server, I would try to leverage it's capabilities and communicate over SIP with the AS - that means scripting your way through. On 20.04.2024 11:50, julien.royann...@orange.com wrote: Hello everyone, I'm reaching out to get your opinion on using openSIPS wit

Re: [OpenSIPS-Users] How to access to a column of a location database

2024-03-29 Thread Vlad Paiu
Hello, You can use https://opensips.org/html/docs/modules/3.3.x/registrar.html#param_attr_avp in order to populate any custom info at save() time and the info will automatically be populated for you at lookup() time. Regards, Vlad On 29.03.2024 15:08, guillaume.desgeo...@orange.com wrote

Re: [OpenSIPS-Users] Stir Shaken: Failed to load certificate

2022-11-21 Thread Vlad Patrascu
Hi Ryan, You have to provide to the stir_shaken_auth() function the actual content of the certificate file and not just the path. The same goes for the private key. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 21.11.2022 14:02, ryan embgrets wrote

Re: [OpenSIPS-Users] Load a DB Table to hash with MI control

2022-10-17 Thread Vlad Paiu
Hello, Check out the sql_cacher [1] module. [1] https://opensips.org/html/docs/modules/2.4.x/sql_cacher.html Regards, Vlad On 17.10.2022 10:36, Antonis Psaras wrote: Dear all I am looking to implement a functionality similar to htable module were I will have a db table with some key

Re: [OpenSIPS-Users] Check the User-Agent for registered user

2022-10-15 Thread Vlad Paiu
Hello, At registration time you could save the User Agent in the attributes per registration [1] and at INVITE time you can check that in branch_route and make your decision there. [1] https://opensips.org/html/docs/modules/3.2.x/registrar.html#param_attr_avp Regards, Vlad On 14.10.2022

Re: [OpenSIPS-Users] Connect to AWS RDS database with SSL enabled

2022-09-19 Thread Vlad Patrascu
Hi Jacky, I cant think of any workaround unfortunately. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 17.09.2022 18:46, jacky z wrote: Hi  Vlad, Is there any workaround to disable the client cert? Thanks! On Wed, Sep 14, 2022 at 9:16 PM Vlad

Re: [OpenSIPS-Users] Connect to AWS RDS database with SSL enabled

2022-09-14 Thread Vlad Patrascu
but it seems odd to not accept a connection only because the client did present a certificate. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 14.09.2022 05:42, jacky z wrote: Hi Bogdan-Andrei, I checked the mariadb documentation and found mariadb ha

Re: [OpenSIPS-Users] About obstacles to implement the matched Id in event

2022-08-18 Thread Vlad Patrascu
Hi Li, In 2.4 I think the only way is to use the same cachedb_local storage for everything you need to pass around. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 18.08.2022 16:59, Li Cai wrote: Hi Vlad, Thank you very much for the suggestion. Sorry

Re: [OpenSIPS-Users] About obstacles to implement the matched Id in event header of NOTIFY(REFER)

2022-08-16 Thread Vlad Patrascu
can use the cachedb_local module, and maybe the $b2b_logic.key variable alongside Cseq2 for building a proper key. [1] https://opensips.org/docs/modules/3.3.x/b2b_logic.html#b2b_logic.key Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 22.07.2022 23:02

[OpenSIPS-Users] [Blog] MSRP Gateway

2022-06-09 Thread Vlad Patrascu
Hi all, OpenSIPS 3.3 introduces a new MSRP gateway module, which translate between Page Mode (SIP MESSAGE method) and Session Mode (MSRP) Messaging. Read more about this in the following blog post: https://blog.opensips.org/2022/06/09/msrp-gateway/ Enjoy, -- Vlad Patrascu OpenSIPS Core

Re: [OpenSIPS-Users] Stir Shaken Verification issue

2022-05-02 Thread Vlad Patrascu
Hi Devang, The URL in the info param has nothing to do with the verification itself. I suspect you are somehow not using the proper certificate and/or CA, as the certificate generated by the script you mentioned should not be self signed, as the error indicates. Regards, -- Vlad Patrascu

Re: [OpenSIPS-Users] is_from_gw() DNS Names

2022-03-01 Thread Vlad Patrascu
Hi Mark, We are aware of this limitation with wolfssl, and do plan to address it somehow but we have not found a straight-forward solution yet. Keep an eye on the feature request Ovidiu mentioned. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On

Re: [OpenSIPS-Users] Managing the implicit subscription and its NOTIFYs within B2BUA REFER handling

2022-01-28 Thread Vlad Patrascu
recommended to not use proxy-like signaling functions. Regards, Vlad .-- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 28.01.2022 17:30, Jeff Pyle wrote: Great.  Is it still recommended to keep a particular OpenSIPS instance either all proxy commands or all B2B commands

Re: [OpenSIPS-Users] Managing the implicit subscription and its NOTIFYs within B2BUA REFER handling

2022-01-26 Thread Vlad Patrascu
the subscription prematurely by unsubscribing or refreshing the subscription. [1] https://opensips.org/docs/modules/3.2.x/b2b_logic.html#func_b2b_bridge Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 24.01.2022 17:38, Jeff Pyle wrote: OpenSIPS 3.2 supports some

Re: [OpenSIPS-Users] Python and avp

2022-01-18 Thread Vlad Patrascu
calling interface as module functions. [1] https://opensips.org/docs/modules/3.2.x/python.html#overview Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 17.01.2022 20:14, Alberto wrote: Hi, I'm using opensips 3.4 and I'm looking to set avp variab

Re: [OpenSIPS-Users] Compiliing issue OpenSIPS 3.2.4 - WolfSSL on Debian 11

2022-01-18 Thread Vlad Patrascu
Hi Eugen, You probably just need to update the wolfssl git submodule, do: make clean git submodule update --init Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 18.01.2022 15:50, Eugen Prieb via Users wrote: Hello, i have a problem with compiling

Re: [OpenSIPS-Users] STIR/SHAKEN E.164 strict mode module parameter not working .

2021-11-23 Thread Vlad Patrascu
this document [1] at Appendix A or this script [2]. [1] https://cstga.ca/wp-content/uploads/2020/07/ATIS-180.v002_SHAKEN-Governance-Model.pdf [2] https://github.com/OpenSIPIt/OpenSIPIt_00/blob/master/STIR_SHAKEN/Certgen/gencert.sh Regards, -- Vlad Patrascu OpenSIPS Core Developer

Re: [OpenSIPS-Users] TLS Handshake fail issue

2021-11-18 Thread Vlad Patrascu
Hi Devang, The tls_mgm module configuration looks OK. Have you also tried to connect with openssl s_client to the TLS endpoint? Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 17.11.2021 10:33, Devang Dhandhalya wrote: Hello Bogdan  I Just casually

Re: [OpenSIPS-Users] STIR/SHAKEN E.164 strict mode module parameter not working .

2021-11-18 Thread Vlad Patrascu
ich is not required when the parameter is turned off. The parameter is also related to the type of URI required (tel URI / sip URI with the "user=phone" parameter). Regards, Vlad -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 17.11.2021 17:27, Devan

Re: [OpenSIPS-Users] 3.2.3 TLS issue

2021-11-18 Thread Vlad Patrascu
Hi Gregory, It is difficult to draw any conclusions without a backtrace so I'm hoping you'll be able to get the proper core dumps again in order to investigate this further. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 12.11.2021 14:4

Re: [OpenSIPS-Users] 3.2.0 TLS MGM module does not load 3.1.0 domain configuration

2021-08-12 Thread Vlad Patrascu
uot; which should be thrown in such cases. Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 12.08.2021 20:12, Adrian Georgescu wrote: Hi, I am using the latest 3.2.0 build with the old TLS configuration, with the aim to try out Wolf SSL stack. But wh

Re: [OpenSIPS-Users] Removing ISUP part from sip dialog

2021-07-28 Thread Vlad Patrascu
Hi Alexey, The remove_body_part() function should work for any method and replies as well. So are you saying that you have actually tried the function and it has no effect ? Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 28.07.2021 18:15, Alexey

[OpenSIPS-Users] [BLOG] OpenSIPS 3.2 and the supported SSL/TLS libraries

2021-06-03 Thread Vlad Patrascu
, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Usage of TLS require_cert and verify_cert settings

2021-04-28 Thread Vlad Patrascu
Hi Adrian, It is not possible to change those parameters on the fly. But I think you can implement your scenarios by setting a domain with require_cert=0, verify_cert=0 and using the is_peer_verified() script function to check the connections from the remote server. Regards, -- Vlad

Re: [OpenSIPS-Users] $b2b_logic.entity(id) in [reply_route] B2B module opensips 3.2

2021-04-28 Thread Vlad Patrascu
HI Xaled, The variable should normally be available in b2b_logic's reply route. Do you get the same result for the 200 OK reply or other replies? Also, is the other information about the entity available ($b2b_logic.entity(callid), $b2b_logic.entity(key)) ? Regards, -- Vlad Pat

[OpenSIPS-Users] [Blog] Clustering Engine Improvements in OpenSIPS 3.2

2021-04-22 Thread Vlad Patrascu
Hi all, Take a look at the latest blog post [1] that presents the new Clustering support improvements brought by the upcoming OpenSIPS 3.2 release. [1] https://blog.opensips.org/2021/04/22/clustering-engine-improvements-in-opensips-3-2/ Enjoy! -- Vlad Patrascu OpenSIPS Core Developer http

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Vlad Paiu
pensips.org/html/docs/modules/3.1.x/dialog.html#race_condition_timeout <https://opensips.org/html/docs/modules/3.1.x/dialog.html#race_condition_timeout> [3] https://tools.ietf.org/html/rfc5407 <https://tools.ietf.org/html/rfc5407> On 21.04.2021 15:52, Antonis Psaras wrote: H

Re: [OpenSIPS-Users] Generate CANCEL on 180

2021-04-21 Thread Vlad Paiu
Hello, Try using the race_condition_timeout dialog param along with the 'E' flag when creating the dialog. https://opensips.org/html/docs/modules/3.1.x/dialog.html#race_condition_timeout <https://opensips.org/html/docs/modules/3.1.x/dialog.html#race_condition_timeout> Best

Re: [OpenSIPS-Users] use of scenario_id in b2b_init_request

2021-04-09 Thread Vlad Patrascu
". [1] https://opensips.org/docs/modules/3.2.x/b2b_logic.html#b2b_logic.scenario Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 09.04.2021 18:49, xa...@web.de wrote: Hi, I'm trying to understand the B2B module in 3.2 and don't quite get

[OpenSIPS-Users] [BLOG] Apache Kafka Producer in OpenSIPS 3.2

2021-03-04 Thread Vlad Patrascu
/2021/03/04/apache-kafka-producer-in-opensips-3-2/ Cheers, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] [BLOG] Exploring SSL/TLS libraries for OpenSIPS 3.2

2021-02-11 Thread Vlad Patrascu
, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] www_challenge qop type failed with AAA

2021-01-05 Thread Vlad Patrascu
Hi Michael, Regarding the qop issue, you should pass for that parameter a string value of "auth", "auth-int", or both separated by ','. Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 05.01.2021 19:50, Michael Vale via Users

Re: [OpenSIPS-Users] too many parameters for command

2020-12-04 Thread Vlad Patrascu
Hi Elaine, Unfortunately the documentation is actually misleading and the function accepts only one extra argument for passing to python. Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 04.12.2020 11:30, Elaine Huang wrote: Hi, I wrote a python function

Re: [OpenSIPS-Users] Clear local cache collection without OpenSIPS 3.1 restart

2020-11-20 Thread Vlad Patrascu
I did forget to escape the "*" character in the example I gave, so this should work: opensips-cli -x mi cache_remove_chunk "*" other Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 20.11.2020 15:25, Mark Allen wrote: thanks Vlad - I&#

Re: [OpenSIPS-Users] Clear local cache collection without OpenSIPS 3.1 restart

2020-11-20 Thread Vlad Patrascu
Hi Mark, The command you should run is: opensips-cli -x mi cache_remove_chunk * other I will also update the docs as the example is outdated so thanks for pointing it out! Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 20.11.2020 13:47, Mark Allen wrote

Re: [OpenSIPS-Users] Teams TLS Error

2020-11-17 Thread Vlad Patrascu
s_mgm", "server_domain", "mydom") modparam("tls_mgm","certificate", "[mydom]/usr/local/etc/opensips/tls/myCert.pem") ... [1] https://opensips.org/docs/modules/3.1.x/tls_mgm.html#idp2972192 Regards, -- Vlad Patrascu OpenSIPS Developer http:

Re: [OpenSIPS-Users] dialog module mi dlg_list not working as expected?

2020-11-16 Thread Vlad Patrascu
Hi Mark, This is indeed a bug in the MI output for dlg_list when passing callid and/or from_tag params. I have pushed a fix, thanks for reporting! Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 16.11.2020 15:05, M S wrote: Hi, I think something is not

Re: [OpenSIPS-Users] Teams TLS Error

2020-11-16 Thread Vlad Patrascu
Hi Mark, Can you post the actual errors that you get in the OpenSIPS logs, if that is the case? Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 16.11.2020 11:04, Mark Farmer wrote: Good morning all Can anyone clarify whether the TLS domain in SAN is

Re: [OpenSIPS-Users] how to call ul_dump?brief using jsonrpc

2020-11-11 Thread Vlad Patrascu
":{"brief":1},"id":10}' or: '{"jsonrpc":"2.0","method":"ul_dump","params":[1],"id":10}' Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 11.11.2020 15:08, Baba

Re: [OpenSIPS-Users] Can't register using TLS - version 3.1

2020-10-20 Thread Vlad Patrascu
Hello, It seems that you haven't properly configured a TLS server domain. What is your tls_mgm module configuration? Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 20.10.2020 11:37, z...@communitake.com wrote: Hi All What ever configurations I’m t

Re: [OpenSIPS-Users] OpenSIPS 3.1 - raise_event() crashes OpenSIPS with segmentation fault

2020-07-28 Thread Vlad Patrascu
ssing only the event attribute names which in 3.1 results in an event with no attributes at all. This in turn was unfortunately causing a crash. Regards, -- Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 28.07.2020 17:42, Mark Allen wrote: [SOLVED] Hi Stas - good ca

Re: [OpenSIPS-Users] How should we represent empty parameters in MI Datagram JSON

2020-07-08 Thread Vlad Patrascu
ta-model'... etc. Would someone point me in the right direction please. Kind regards, Adrian Fretwell Sibthorpe Nottinghamshire UK. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] cluster/cassandra cache

2020-06-15 Thread Vlad Patrascu
Hi Slava, Can you open a ticket on Github for this? And also include there the Cassandra version and other relevant information (as per the issue template). Regards, On 09.06.2020 23:57, Slava Bendersky via Users wrote: Hello Everyone, Opensips v3.1 dev can't connect properly to Cassandra c

Re: [OpenSIPS-Users] Stir_shaken signature length

2020-04-14 Thread Vlad Patrascu
Hi, Please check the fix on the latest master branch on github and let me know if everything is ok. Regards, Vlad Patrascu On 10.04.2020 12:28, Alexandru Tripon wrote: Hi, I tried to populate the Identity header with the stir_shaken module. The header is populated but when I try to verify

Re: [OpenSIPS-Users] Stir_shaken signature length

2020-04-13 Thread Vlad Patrascu
th OpenSIPS 3.1. Regards, Vlad Patrascu On 13.04.2020 18:13, Saint Michael wrote: I am trying to do the same. The question I need to ask here is: how do you generate the signature from the certificate, the caller ID and the destination number? I have the API working in staging mode, but now I need

Re: [OpenSIPS-Users] Stir_shaken signature length

2020-04-13 Thread Vlad Patrascu
Hi Alexandru, OpenSIPS is using the signature in DER encoded format (as it is directly generated by openssl) but indeed it is not the proper format as per RFC 7518. Thanks for the report, I am working on a fix. Regards, Vlad Patrascu On 10.04.2020 12:28, Alexandru Tripon wrote: Hi, I

Re: [OpenSIPS-Users] [BLOG] Real-Time Rating and Cost Based Routing in OpenSIPS 3.1

2020-04-10 Thread Vlad Paiu
Hello, Currently the module can only be used for a basic postpaid type of rating. Regards, Vlad On 09.04.2020 19:47, Mehdi Shirazi wrote: Hi Thanks for new features. Is it possible(or planed) to use this module for basic prepaid billing ? Regards M.Shirazi >While there are numerous exter

Re: [OpenSIPS-Users] lua_exec in local_route

2020-02-21 Thread Vlad Patrascu
Hi Johan, There is no workaround unfortunately so indeed you should open a feature request for this. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 2/21/20 12:48 PM, johan wrote: Hello, when I use lua_exec in local_route, I have below error: Feb 21 10:31

Re: [OpenSIPS-Users] opensips lua

2020-01-14 Thread Vlad Patrascu
You get the newline from the print() function in the python script that you call. I've tested with your script and for example this fixed it: print(testing(),end="") Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 1/14/20 3:32 PM, volga629 via Users wro

Re: [OpenSIPS-Users] opensips lua

2020-01-14 Thread Vlad Patrascu
not actually at the end of a message). Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 1/13/20 3:26 PM, volga629 via Users wrote: Hello Vlad, Yes, it still in issue, but we have work around.  #012 it insert white spaces. $avp(sms-out) = $(avp(formatted-msg){s.trimr}); On Mo

Re: [OpenSIPS-Users] opensips lua

2020-01-13 Thread Vlad Patrascu
Hi Volga, Sorry for getting to this so late. Do you still encounter this issue? I have tried to reproduce this myself but it seems that AVP_set() does set the value correctly. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 12/14/19 7:12 AM, volga629 via

Re: [OpenSIPS-Users] Dialog profiles replication issues

2020-01-08 Thread Vlad Patrascu
Hi Sammy, I have pushed the fix for the crash, please check the latest commits. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 1/7/20 10:40 PM, SamyGo wrote: Hi Vlad, Update: it wasn't the issue with dialog module or bin_proto. When I used avp_db_

Re: [OpenSIPS-Users] Dialog profiles replication issues

2020-01-07 Thread Vlad Patrascu
? Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 1/6/20 1:05 PM, Bogdan-Andrei Iancu wrote: reposting Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS Summit, Amsterdam, May 2020 https://www.opensips.org/events

Re: [OpenSIPS-Users] Set AVP variables from Python script ?

2019-11-27 Thread Vlad Patrascu
Hi Alexandro, Unfortunately, you cannot do this in Python, but as you've noticed you can use Lua or Perl. Starting from OpenSIPS 3.1 though, it will be possible to call OpenSIPS core script functions from Python, so 'pv_printf()' would facilitate writing AVPs from Python.

Re: [OpenSIPS-Users] 3.x LTS

2019-11-08 Thread Vlad Patrascu
Hi Mark, Indeed 3.0 is not LTS, the next LTS version will be 3.1. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 11/8/19 12:03 PM, Mark Farmer wrote: According to the versions page only 2.4.6 is currently LTS if I understood correctly :) https

Re: [OpenSIPS-Users] segfault in dialog.so

2019-11-08 Thread Vlad Patrascu
Hello, Can you open a ticket on Github and also extract a full backtrace of the crash? Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 11/7/19 10:19 AM, Антон Ершов wrote: Hello friends, I already wrote about this problem and there was no answer. http

Re: [OpenSIPS-Users] opensipsctl fifo get_statistics - dialogs stats synced?

2019-10-21 Thread Vlad Patrascu
The term "processed" should be read more generically in this context to include to act of receiving the replicated dialog and preparing it to become active at any time. Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 10/21/2019 02:57 PM, solarmon wrote:  Hi V

Re: [OpenSIPS-Users] opensipsctl fifo get_statistics - dialogs stats synced?

2019-10-21 Thread Vlad Patrascu
ferent. On the other hand 'active_dialogs' should indeed be always in sync. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 10/21/2019 01:07 PM, solarmon wrote: Hi, Are dialogs stats meant to be totally synced between to openSIPS nodes in a cluster

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] OpenSIPS 2.4 HA Seed Node Dialog Sync

2019-08-29 Thread Vlad Patrascu
t the seed does not automatically perform a sync itself. Nevertheless, it can be forced to sync by running an MI command. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/29/2019 01:41 PM, Pasan Meemaduma via Users wrote: Hi Steve, you need a db backend to ha

Re: [OpenSIPS-Users] OpenSIPS 2.4 HA Seed Node Dialog Sync

2019-08-28 Thread Vlad Patrascu
not included in the latest 2.4.6 release, and the only option is triggering the sync MI command. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/27/2019 11:41 PM, Steve Sharad Kumar wrote: Hi, We have 2 openSIPS instances in HA and one instance is seed node with

Re: [OpenSIPS-Users] Function add_isup_part() parsing error in opensips 3.0

2019-07-18 Thread Vlad Patrascu
It's on 3.1 and 3.0. Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 07/18/2019 09:52 AM, sagar malam wrote: Hi Vlad, Thanks for fix.Is it pushed to 3.0 ? or it will be released with 3.1 ? On Wed, Jul 17, 2019 at 8:41 PM Vlad Patrascu <mailto:vl...@opensips.org

Re: [OpenSIPS-Users] Function add_isup_part() parsing error in opensips 3.0

2019-07-17 Thread Vlad Patrascu
Hi Sagar, This is a bug introduced when porting the script functions interface to 3.0. I've just pushed a fix, thanks for reporting! Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 07/17/2019 05:05 PM, sagar malam wrote: Hello, Can anyone please help

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

2019-07-09 Thread Vlad Patrascu
for 2.4 but aside from syntax changes, the config should be quite similar. [1] https://opensips.org/html/docs/modules/3.0.x/usrloc.html#distributed-sip-user-location [2] https://opensips.org/Documentation/Tutorials-Distributed-User-Location-Federation Vlad Patrascu OpenSIPS Developer http

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

2019-07-09 Thread Vlad Patrascu
Hi Sasmita, The actual name of the parameter, as stated in the docs for E_CLUSTERER_REQ_RECEIVED, is "msg". So you should access it by /$param(msg)/. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 07/08/2019 02:29 PM, Sasmita Panda wrote: e

Re: [OpenSIPS-Users] How to add ISUP part to 403 via send_reply function?

2019-06-13 Thread Vlad Patrascu
ot an easy/quick feature to implement, but if you don't find a way around it and think it would be useful, please open a feature request on Github. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 06/12/2019 07:42 PM, Олег Подгуйко via Users wrote: My opensip

Re: [OpenSIPS-Users] dialog-dlg-repl capability State=not synced in a 2-node cluster, but dialog-prof-repl State=Ok

2019-06-07 Thread Vlad Patrascu
ld be enough in order to replicate dialogs. [1] https://opensips.org/html/docs/modules/3.0.x/clusterer.html#capabilities Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] cluster dialog synchronization - 200Ok/180Ringing ?

2019-05-07 Thread Vlad Patrascu
Yes it is . But even if the dialog specific data would have been replicated sooner, transactions are not replicated. As such, when the backup node takes over it cannot make sense of the 200 OK anyway. Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 05/07/2019 05:06 PM

Re: [OpenSIPS-Users] cluster dialog synchronization - 200Ok/180Ringing ?

2019-05-07 Thread Vlad Patrascu
Hi Konrad, The dialog is replicated after the 200 OK is received. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 05/07/2019 04:43 PM, Konrad Malewski wrote: Hello, I have a question regarding dialog synchronization in opensips cluster. Does dialog

Re: [OpenSIPS-Users] b2b top hiding with opensips 3.0.0-beta gives "Wrong Scenary ID"

2019-04-23 Thread Vlad Patrascu
Hi, Thanks for the report, this was a bug and I've pushed the fix for it, it should be fine now. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 04/23/2019 01:54 PM, Konrad Malewski wrote: Hello, I switched to opensips3 and b2b internal scenario st

Re: [OpenSIPS-Users] how to migrate statistics to 3.x ?

2019-04-12 Thread Vlad Patrascu
The opensipsctl tool does not work anymore with the get_statistics command and will be dropped soon anyway. Please try the new opensips-cli tool. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 04/11/2019 12:54 PM, Konrad Malewski wrote: Hello, I am using

Re: [OpenSIPS-Users] sip-i ?

2019-03-26 Thread Vlad Patrascu
Hi Sean, You can set a custom value for any ISUP parameter that appears in the specification. In your case, you can do: $isup_param(User Service Information) = "0x8090A2" Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 03/26/2019 04:22 PM, Sean Wat

Re: [OpenSIPS-Users] clusterer.so settings in 2.4.x

2019-03-15 Thread Vlad Patrascu
Yes, that is correct. Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 03/15/2019 12:32 PM, Alexey Kazantsev via Users wrote: Hi Vlad, thank you for the reply. So I have to configure it in this way: # main node, which is active if everything's OK mod

Re: [OpenSIPS-Users] clusterer.so settings in 2.4.x

2019-03-15 Thread Vlad Patrascu
Hi Alexey, For your clustering scenario you should use the seed flag only in one of the nodes' configs. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 03/15/2019 11:13 AM, Alexey Kazantsev via Users wrote: Hi list! I have a working active-backup clust

Re: [OpenSIPS-Users] opensips 2.4.4: bug in tls_mgm

2019-03-07 Thread Vlad Patrascu
specify your custom domain _and_ default domains separately (set the modparams multiple times) or make sure the certificate is found at the default path. Also, note that it's not necessary to define a custom server domain if you only intend to use a single one, as the default will match a

Re: [OpenSIPS-Users] Query regarding opensips cluster module .

2019-01-03 Thread Vlad Patrascu
Hi, You should issue the 'clusterer_reload' MI command on all running nodes after adding a new one in the DB and no restart is necessary. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 12/28/2018 09:56 AM, Sasmita Panda wrote: version: opensips 2.2

Re: [OpenSIPS-Users] I deleted an entry from clusterer table , but still opensips try to ping that node .

2019-01-03 Thread Vlad Patrascu
typical setup, both these parameter should be set on all nodes. Are you getting any other errors in the logs besides that "parameter not found" ? Btw, I strongly suggest updating to 2.4 as it has received major upgrades in terms of clustering. Regards, Vlad Patrascu OpenSIPS

Re: [OpenSIPS-Users] SIP-I and CANCEL

2018-12-07 Thread Vlad Patrascu
ument. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 12/07/2018 07:18 PM, Giovanni Maruzzelli wrote: On Fri, Dec 7, 2018 at 6:14 PM Bogdan-Andrei Iancu mailto:bog...@opensips.org>> wrote: Hi Giovanni, The CANCEL is hop-by-hop, which means each SIP hop wi

Re: [OpenSIPS-Users] Clustered User Location Full Sharing persistency and Cassandra

2018-10-09 Thread Vlad Patrascu
Cassandra drivers, the features required for the usrloc clustering have only been implemented on the devel branch for Opensips 3.0. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 10/09/2018 06:40 PM, Jock McKechnie wrote: Good morning; We are attempting to implem

Re: [OpenSIPS-Users] tls_mgm

2018-10-08 Thread Vlad Patrascu
Hi, Are you running the latest revision of the devel branch? There was a fix about a month ago regarding this issue. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 10/07/2018 08:10 AM, Slava Bendersky wrote: Hello Everyone, I am trying load certificate from

Re: [OpenSIPS-Users] tls_mgm modparam

2018-09-11 Thread Vlad Patrascu
Hi Dan, This was indeed a parsing bug, I've pushed the fix. Thanks for spotting it! Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 09/10/2018 08:39 PM, Dan Pascu wrote: Tried to use the following setting: modparam("tls_mgm", "match_ip

Re: [OpenSIPS-Users] tls_mgm

2018-09-07 Thread Vlad Patrascu
Hi Volga, You are probably getting these errors because you are not providing the TLS domain name in the parameter specifications. So all parameters should look something like this: modparam("tls_mgm", "tls_method", "[dom_name]TLSv1") Regards, Vlad Pa

Re: [OpenSIPS-Users] Help with my OpenSips architecture

2018-08-09 Thread Vlad Patrascu
t startup. You probably did not set the "seed" flag for any of the nodes, so the syncing process is unable to bootstrap correctly. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/08/2018 09:55 PM, Dominic wrote: There's something I'm no

Re: [OpenSIPS-Users] Using LetsEncrypt certs with v2.4

2018-08-08 Thread Vlad Patrascu
to account. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/08/2018 05:36 PM, John Quick wrote: Hi Vlad, Thanks for replying. Yes, I must have been looking at the wrong version in the documentation - the old version was stored in my browser history and I failed to not

Re: [OpenSIPS-Users] Using LetsEncrypt certs with v2.4

2018-08-07 Thread Vlad Patrascu
for a script defined domain. The blob database fields indeed should contain the contents of the certificates. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/01/2018 06:55 PM, John Quick wrote: Hi Bogdan, Thanks for your response to my earlier query. I’m

Re: [OpenSIPS-Users] 2.4 and AnyCast Setup

2018-06-21 Thread Vlad Patrascu
where you will need some extra logic). Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 21.06.2018 17:13, Jonathan Mabrito wrote: Thanks! So it does sound like AnyCast is at the routing protocol level...I was thinking it was multicast for some reason. Alrighty the

Re: [OpenSIPS-Users] How to extract SIP-I ISUP 'Redirecting number' parameter

2018-03-30 Thread Vlad Patrascu
at, knowing the parameter format from the ISUP specification, you could parse the number yourself in the OpenSIPS script. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 29.03.2018 13:52, Eugene Prokopiev wrote: Btw, is it possible to extract ISUP part as is in binary f

Re: [OpenSIPS-Users] How to extract SIP-I ISUP 'Redirecting number' parameter

2018-03-28 Thread Vlad Patrascu
Hi, Unfortunately "Redirecting Number" is not currently supported, but you could open up a feature request regarding this, as it would be not very difficult to implement. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 28.03.2018 18:32, Eugene Proko

Re: [OpenSIPS-Users] dialog replication

2018-03-06 Thread Vlad Patrascu
same IP. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 01.03.2018 03:21, Pasan Meemaduma via Users wrote: Hi Vlad, Thanks for your response. I think I'll have to wait until 2.4 transaction replication come in to action if I am to go with anycast ip. I d

Re: [OpenSIPS-Users] dialog replication

2018-02-28 Thread Vlad Patrascu
Hi, Yes, you are correct, this is currently a limitation. But it could also work in an "active/active" sort of setup if you have 2 movable IPs and each dialog is tied to one of the IPs. Full anycast support though is coming up in OpenSIPS 2.4. Regards, Vlad Patrascu OpenSIPS Deve

Re: [OpenSIPS-Users] dialog replication

2018-02-27 Thread Vlad Patrascu
n they get to the confirmed state, and judging from the logs, this doesn't appear to be happening for that call. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 27.02.2018 04:15, Pasan Meemaduma via Users wrote: Hi Vlad, I have sent you the full debug lo

Re: [OpenSIPS-Users] dialog replication

2018-02-26 Thread Vlad Patrascu
Hi, Can you send the full logs for both nodes from the time that node1 restarts onwards? Also, what is the output of 'clusterer_list' mi command on the instances? Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 26.02.2018 08:38, Pasan Meemaduma

Re: [OpenSIPS-Users] SIP-I Calling Party number being changed

2018-01-15 Thread Vlad Patrascu
Maybe a warning log message would be helpful. As such you should probably replace the plus sign with the international call prefix and only after that set the ISUP parameter. Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 01/15/2018 12:39 PM, Aqs Younas wrote:

Re: [OpenSIPS-Users] Can't add bin_listen interface to script

2017-10-30 Thread Vlad Patrascu
Hi, The "bin_listen" parameter was removed in OpenSIPS 2.2.X and bin listeners should be defined using "listen = bin:a.b.c.d:". Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 10/30/2017 11:11 AM, Matine Tinthaitae wrote: Hi, I'm

Re: [OpenSIPS-Users] clusterer module

2017-09-18 Thread Vlad Patrascu
I couldn't pinpoint the problem. Also the other logs weren't really helpful. So could you send a slightly longer sequence of logs from startup? Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 09/18/2017 10:54 AM, Denis via Users wrote: Hello! Is t

Re: [OpenSIPS-Users] Use of colon in XML element names

2017-08-31 Thread Vlad Patrascu
s, but if you really need the XML document to actually contain the indentation characters, you could do so explicitly when inserting the nodes (as in the documentation example). Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/20/2017 07:08 PM, xaled wrote: Hi,

Re: [OpenSIPS-Users] clusterer module

2017-08-30 Thread Vlad Patrascu
es first try to establish the links ? Regards, Vlad Patrascu OpenSIPS Developer http://www.opensips-solutions.com On 08/30/2017 11:46 AM, Denis via Users wrote: Hello! Any information about the problem? Thank you. -- С уважением, Денис. Best regards, Denis 25.08.2017, 16:51, "Denis via User

Re: [OpenSIPS-Users] Opensips change the order of requests

2015-10-23 Thread Vlad Paiu
order, since UDP is used as transport, there would still be no guarantee that the endpoint receives them in the same order ). Can you configure the UA to only send the UPDATE after the INVITE transaction has finished ? This would be the only way to ensure there are no races. Best Regards, Vlad

Re: [OpenSIPS-Users] Exported Asyncronous functions

2015-10-22 Thread Vlad Paiu
Hello, There is no way to do that. Just move your 'line after exec;' to the resume route, or put it in a new route that will get called from within the resume route. Regards, Vlad Paiu OpenSIPS Developer On 22.10.2015 17:39, Dragomir Haralambiev wrote: Hello, I try to tes

Re: [OpenSIPS-Users] Opensips and CSeq number handling

2015-10-21 Thread Vlad Paiu
's CSEQ is wrongly increased ). Can you please provide a SIP trace for your scenario ? Best Regards, Vlad Paiu OpenSIPS Developer On 21.10.2015 12:32, Vlad Paiu wrote: Hello, Yes, if you are using in-dialog OPTIONS pings, OpenSIPS will mangle the CSEQs of all in-dialog requests, after

  1   2   3   4   5   6   7   >