Re: [OpenSIPS-Users] pn push notifications

2024-01-15 Thread Alexey
regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Removing header by contents

2024-01-15 Thread Alexey
gards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] variable/avp value check

2024-02-07 Thread Alexey
cs/modules/3.2.x/group.html -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] variable/avp value check

2024-02-07 Thread Alexey
for each [1] statement seems to be what I need [1] https://www.opensips.org/Documentation/Script-Statements-3-2#toc4 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi

Re: [OpenSIPS-Users] OpenSIPS - Asterisk Integration

2024-02-08 Thread Alexey
/Tutorials-OpenSIPSAsteriskIntegration-1-8 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] OpenSIPS - Asterisk Integration

2024-02-09 Thread Alexey
Is it possible to cache not exact number of table row but all values from concrete column from all rows? The total amount of rows in table is not big, several rows or several dozens. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users

Re: [OpenSIPS-Users] OpenSIPS - Asterisk Integration

2024-02-09 Thread Alexey
excuse me, posted message to wrong thread -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] variable/avp value check

2024-02-09 Thread Alexey
customerfullid) has privileges. Global call-limits not applied."); ... } # apply global call-limits here route[customers_all] { xlog("L_INFO", "[$ci] This is $route . This $var(customerfullid) has no privileges. Global call-limits applied."); ... # call-limit logic } -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] variable/avp value check

2024-02-12 Thread Alexey
o $avp. Is there any way to extract the whole column (base_id in my sample) from the cached DB ? Maybe you can provide right way to make request via $avp(a) = $sql_cached_value(caching_name:column_name_1:key1); ? We expect something similar to avp_db_query("select base_id from test"

Re: [OpenSIPS-Users] opensips database

2024-02-13 Thread Alexey
Hello, isn't it what you need? https://www.opensips.org/Documentation/TipsFAQ#toc7 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] variable/avp value check

2024-02-13 Thread Alexey
which lets us extract the full column (array) from the cached DB ? -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] dropped calls

2024-04-15 Thread Alexey
Catch CANCEL requests which are sent by clients, according to 9.1 section of the RFC [1]. [1] https://datatracker.ietf.org/doc/html/rfc3261#section-9.1 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users

Re: [OpenSIPS-Users] E_ACC_EVENT Question

2024-06-05 Thread Alexey
Hi Alexander, there's also one important thing when it's about using script variables - first of all we have to reset its value [1]. 1. https://www.opensips.org/Documentation/Script-CoreVar-3-4#toc1 -- best regards, Alexey https://alexeyka.z

Re: [OpenSIPS-Users] ospisconfig fail to write

2024-06-21 Thread Alexey
Hello, ensure that the m4 package is installed and try again. -- br, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] ospisconfig fail to write

2024-06-21 Thread Alexey
db_text is available as always. Check please: [1] https://opensips.org/docs/modules/3.4.x/db_text.html [2] https://opensips.org/docs/modules/3.4.x/auth_db.html#param_db_url -- br, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users

Re: [OpenSIPS-Users] ospisconfig fail to write

2024-06-21 Thread Alexey
This is exactly what you need - the minimal OpenSIPS subscriber db_text table example: https://opensips.org/docs/modules/3.4.x/db_text.html#idp107424 -- br, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http

Re: [OpenSIPS-Users] missing auth.so Debian bookworm opensips package

2024-06-21 Thread Alexey
what 'apt search opensips' will show? i'm sure it will show the package you need, but it is not installed ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] missing auth.so Debian bookworm opensips package

2024-06-22 Thread Alexey
rding to the package description: This package provides the modules that are being used to provide SIP authentication in OpenSIPS. It consists of both the authentication interface (the auth module), as well as the UAC authentication module (uac_auth). -- best regards, Alexey https://

Re: [OpenSIPS-Users] nat_uac_test(flags)

2024-06-24 Thread Alexey
Hi, What version do you use? According to the documentation [1] the flags (string) parameter denotes a comma-separated list of checks to be performed. What errors in the log do you have? [1] https://opensips.org/docs/modules/3.5.x/nathelper.html#func_nat_uac_test -- best regards, Alexey

Re: [OpenSIPS-Users] Originating address in multihomed computer

2024-07-04 Thread Alexey
I think you should start from $socket_in [1] and $socket_out [2] variables. [1] https://www.opensips.org/Documentation/Script-CoreVar-3-5#toc80 [2] https://www.opensips.org/Documentation/Script-CoreVar-3-5#toc81 -- best regards, Alexey https://alexeyka.zantsev.com

Re: [OpenSIPS-Users] I need some info regarding openisps_fifo file .

2024-07-10 Thread Alexey
Hello, add to /usr/lib/tmpfiles.d/tmp.conf this line: # Disable auto-remove of /tmp/opensips_fifo x /tmp/opensips_fifo [1] https://alexeyka.zantsev.com/?p=1252 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list

Re: [OpenSIPS-Users] How to dump all keys for cachedb_local per group?

2024-07-24 Thread Alexey
Hello, I think 'cache_fetch_chunk' [1] MI command is exactly what you need. But according to the documentation, it appeared only from v.3.5. [1] https://opensips.org/docs/modules/3.5.x/cachedb_local.html#mi_cache_fetch_chunk -- best regards, Alexey https://alexeyka.z

Re: [OpenSIPS-Users] How to dump all keys for cachedb_local per group?

2024-07-25 Thread Alexey
According to the documentation, this MI function is available since v.3.5. Maybe the developers know something more, but as for me - I'm absolutely sure there's nothing like this for the versions below. -- best regards, Alexey https://alexeyka.z

Re: [OpenSIPS-Users] Variable Question

2024-08-08 Thread Alexey
et variable $var(x) = 123456; Otherwise you may catch an OpenSIPS behavior when the variable sometimes has its value and sometimes does not. [1] https://www.opensips.org/Documentation/Script-CoreVar-3-5 -- best regards, Alexey https://alexeyka.zantsev.com/ _

Re: [OpenSIPS-Users] PSTN calls fail due to rtpengine not running

2024-08-12 Thread Alexey
orked with 12). If it is so (and if mr12 does not have any backwards compatibility with older versions and with iptables usage), you have to start using nftables in your system instead of iptables. -- best regards, Alexey https://alexeyka.zantse

Re: [OpenSIPS-Users] changing port on second leg

2024-08-20 Thread Alexey
What about setport [1] core function? [1] https://www.opensips.org/Documentation/Script-CoreFunctions-3-4#setport -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin

[OpenSIPS-Users] dr_reload via Control-Panel not working

2024-09-02 Thread Alexey
] crit CRITICAL:drouting:dr_reload_cmd: failed to load routing data Restarting of nginx and php-fpm does not help either. What may be the reason? -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http

Re: [OpenSIPS-Users] dr_reload via Control-Panel not working

2024-09-06 Thread Alexey
OpenSIPS 3.2.17 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] uac_registrant issue

2024-09-10 Thread Alexey
c_registrant:reg_tm_cback: record [0x7fce2e314018] not found on hash index [34] ERROR:uac_registrant:reg_tm_cback: record [0x7fce2e313d60] not found on hash index [35] What may be the reason? -- best regards, Alexey https://alexeyka.zantsev.com/ ___

Re: [OpenSIPS-Users] uac_registrant issue

2024-09-10 Thread Alexey
10:51:38 sipgw [2348879] info INFO:uac_registrant:load_reg_info_from_db: loading [35] records from db -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman

Re: [OpenSIPS-Users] uac_registrant issue

2024-09-10 Thread Alexey
ERROR:uac_registrant:reg_tm_cback: record [0x7f0ccf957e60] not found on hash index [16] 11:49:43 sipgw [2348892] err ERROR:uac_registrant:reg_tm_cback: record [0x7f0ccfdffbd8] not found on hash index [18] -- best regards, Alexey https://alexeyka.zantsev.com

Re: [OpenSIPS-Users] dr_reload via Control-Panel not working

2024-09-10 Thread Alexey
Hi Răzvan, sure, I'll try, if it will be possible to catch this moment, as it is not always -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/lis

Re: [OpenSIPS-Users] uac_registrant issue

2024-09-13 Thread Alexey
Hi Bogdan, Thank you for the comprehensive answer. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Dynamic Routing: dr_rules with the same prefix

2024-10-15 Thread Alexey
where X is the group id, which will be different, but the prefix will be the same. Thank you one more time! -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] Dynamic Routing: dr_rules routeid parameter

2024-10-09 Thread Alexey
checked the documentation for both 2.4 and 3.4 versions. [1] https://www.opensips.org/Documentation/Install-DBSchema-3-4#GEN-DB-DR-RULES [2] https://opensips.org/docs/modules/3.4.x/drouting.html#idp5903680 [3] https://www.opensips.org/Documentation/Script-CoreFunctions-3-4#toc41 -- best regards,

Re: [OpenSIPS-Users] [External] Re: cache usage issue

2024-10-20 Thread Alexey
ssigning a value to it. [1] https://www.opensips.org/Documentation/Script-CoreVar-3-5#varscript -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] cache usage issue

2024-10-17 Thread Alexey
Hello, you should always reset the var value first: ... $var(logkey) = NULL; $var(logkey) = "condition_" + $avp(user); ... -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Use

Re: [OpenSIPS-Users] Dynamic Routing: dr_rules routeid parameter

2024-10-12 Thread Alexey
Hi Bogdan, Now it is clear, thank you ! -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] Dynamic Routing: dr_rules with the same prefix

2024-10-14 Thread Alexey
e_attrs is $var(rule_attrs)"); } But I'm not sure if this is the best way. Maybe there is some more elegant solution. [1] https://opensips.org/docs/modules/3.2.x/drouting.html [2] https://www.opensips.org/Documentation/Install-DBSchema-3-2#GEN-DB-DR-RULES -- best regards, Alexey http

Re: [OpenSIPS-Users] db_text for drouting - column gwid has a bad type [4], accepting only [3]

2024-09-27 Thread Alexey
Hi Dmitriy, I would also recommend adding sip: to your gateway address, I mean not just 10.214.0.78 , but sip:10.214.0.78 is correct. If I'm not mistaken, some OpenSIPS versions returned errors, when gateways' addresses did not have 'sip:' at the beginning. -- best r

Re: [OpenSIPS-Users] registrant example

2024-09-27 Thread Alexey
EGISTER-requests and respectively the same which will send the remote server in its INVITEs. [1] https://www.opensips.org/Documentation/Install-DBSchema-3-5#GEN-DB-REGISTRANT [2] https://www.opensips.org/Documentation/Script-CoreVar-3-5#toc77 [3] https://opensips.org/docs/modules/3.5.x/drouting.html [

Re: [OpenSIPS-Users] registrant example

2024-09-27 Thread Alexey
ddress is among all those towards which we are registering to using uac_registrant module'. [1] https://opensips.org/docs/modules/3.5.x/permissions.html [2] https://www.opensips.org/Documentation/Script-CoreVar-3-5#toc79 -- best regards, Alexey https://

Re: [OpenSIPS-Users] Lubuntu 24.10: opensips-cli installation issue

2024-12-09 Thread Alexey
Hi Răzvan, hi Saint Michael, thank you both for the advice, but nothing works for me :] alexey@lubutnu-24-10:~$ pipx install opensips-cli Fatal error from pip prevented installation. Full pip output in file: /home/alexey

Re: [OpenSIPS-Users] Lubuntu 24.10: opensips-cli installation issue

2024-12-10 Thread Alexey
yes, I've installed pipx before trying and writing here the output with the error -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Questions Regarding "route_to_carrier" Functionality

2024-12-18 Thread Alexey
Hello, pay attention to the "sort_alg" column [1] [1] https://www.opensips.org/Documentation/Install-DBSchema-3-4#GEN-DB-DR-CARRIERS br, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensi

Re: [OpenSIPS-Users] Questions Regarding "route_to_carrier" Functionality

2024-12-18 Thread Alexey
Just to compare how the list of gateways looks like when the weight is set and when it is not set: Ex:“gw1=10,gw4=10” or “gw1,gw2” This is from official module documentation. Setting the same weight to several gateways will turn them on for simultaneous use, as you want. br, Alexey https

Re: [OpenSIPS-Users] Questions Regarding "route_to_carrier" Functionality

2024-12-19 Thread Alexey
Hi , it is in documentation under item 1.1.4.2. br, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] usrloc replication error: differring rlabels (0 vs. 1, ci: 'b7b3f2f3-38f32b64 at 192.168.10.87')

2024-12-06 Thread Alexey
Excuse me, Michael * -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] (no subject)

2024-12-06 Thread Alexey
Hi Dragomir, Could you show the dump of the outgoing Linphone REGISTER? Especially the Contact: header. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman

Re: [OpenSIPS-Users] usrloc replication error: differring rlabels (0 vs. 1, ci: 'b7b3f2f3-38f32b64 at 192.168.10.87')

2024-12-06 Thread Alexey
Hi Dragomir, Could you show the dump of the outgoing Linphone REGISTER? Especially the Contact: header. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman

[OpenSIPS-Users] Lubuntu 24.10: opensips-cli installation issue

2024-12-06 Thread Alexey
Incoming. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] dp_translate ERROR

2025-01-17 Thread Alexey
username ... Logs: ... ERROR:core:get_cmd_fixups: Variable in param [2] is not a string ERROR:core:do_action: Failed to get fixups for command in /etc/opensips/opensips.cfg.m4, line 276 OpenSIPS v.3.4.9. dp_translate manual: https://opensips.org/docs/modules/3.4.x/dialplan.html#func_dp_translate -- best r

Re: [OpenSIPS-Users] dp_translate ERROR

2025-01-17 Thread Alexey
Hi Bogdan, yes, the solution was in one more condition/check, because the Diversion header is not present in each incoming INVITE: if (is_present_hf("Diversion")) { dp_translate(10224, $di, $rU); } -- best regards, Alexey https://alexeyka.z

Re: [OpenSIPS-Users] UAC Registrant - keepalive messages?

2025-04-28 Thread Alexey
Oh, sure, this is exactly what the topicstarter needs. Nice to know that OpenSIPS has such a feature. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman

Re: [OpenSIPS-Users] UAC Registrant - keepalive messages?

2025-04-26 Thread Alexey
tions.html#func_options_reply [2] https://opensips.org/docs/modules/3.5.x/load_balancer.html#param_probing_method [3] https://opensips.org/docs/modules/3.5.x/dispatcher.html#param_ds_ping_method -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Use

Re: [OpenSIPS-Users] In opensips config I wanted to match a source IP in a CIDR range .

2025-02-18 Thread Alexey
Hi Sasmita, you should use permissions [1] module. And here's some examples [2] beyond the official documentation. [1] https://opensips.org/docs/modules/3.4.x/permissions.html [2] https://alexeyka.zantsev.com/?p=1469 -- best regards, Alexey https://alexeyka.zantse

Re: [OpenSIPS-Users] Variable in param is not a string

2025-05-12 Thread Alexey
F0-8E08A2C6-A7AC8E91@10.1.31.1] fnumber: info [79c4e65b089ffb570fb480821f454...@u.r46.ru] fnumber: 7471244 info [SD44-XJwMYbQpm2on@10.243.214.142] fnumber: 73022333333 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing

[OpenSIPS-Users] Variable in param is not a string

2025-05-10 Thread Alexey
s: modparam("dialog", "profiles_with_value", "numbers/b;") -- MI command for test: voip-astclustergw01 ~ # opensips-cli -x mi profile_get_size numbers { "Profile": { "name": "numbers", "value": null, "count&quo

Re: [OpenSIPS-Users] CallID shorting

2025-05-08 Thread Alexey
.5.x/topology_hiding.html#func_topology_hiding -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] clusterer_shtag_set_INactive

2025-06-20 Thread Alexey
empt option works). If such a command existed, I could use it in keepalived config/script and run it during switching to backup, something like - /usr/bin/opensips-cli -x mi clusterer_shtag_set_INactive vip/1 -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] maximum number of branches exceeded

2025-07-16 Thread Alexey
provider. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] maximum number of branches exceeded

2025-07-15 Thread Alexey
Errors appear not always, only sometimes. OpenSIPS v. 3.2.18. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] YUM repo for Centos 8 and OpenSIPS 3.5 - certificate invalid

2025-07-29 Thread Alexey
Excuse me, the reason was in unsyncronized time on the virtual machine. Now it's OK. -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] YUM repo for Centos 8 and OpenSIPS 3.5 - certificate invalid

2025-07-29 Thread Alexey
o download metadata for repo 'opensips': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried -- best regards, Alexey https://alexeyka.zantsev.com/ ___ Users mailing list Users@lists.opensips.org http://li

Re: [OpenSIPS-Users] usrloc restart persistency on seed node

2019-01-01 Thread Alexey Vasilyev
. But again, if Active node restarts and still Active - we will have a problem. - Alexey Vasilyev > 31 Dec 2018, в 18:04, John Quick написал(а): > > Hi Alexei, > > Many thanks for your reply to my query about syncing the seed node for > usrloc registrations. > I just

Re: [OpenSIPS-Users] usrloc restart persistency on seed node

2019-01-03 Thread Alexey Vasilyev
2 nodes (or more), which one to choose for syncing? And if they have different data (they were not synced between each other), what should it do? Thanks. чт, 3 янв. 2019 г. в 11:33, Liviu Chircu : > Happy New Year John, Alexey and everyone else! > > I just finished catching up with this t

Re: [OpenSIPS-Users] Control TLS client domain

2019-03-25 Thread Alexey Vasilyev
exists. But for TLS it is not enough. We additionally should check, what certificate uses this connection (or what domain it is related). If on server side we have SNI, why not to have more control for client TLS side? - Alexey Vasilyev alexei.vasil...@gmail.com > 25 Mar 2019, в 18

Re: [OpenSIPS-Users] Control TLS client domain

2019-03-28 Thread Alexey Vasilyev
tePort connection 2: localIP2:localPort2 <--> remoteIP:remotePort but I think the is very unrealistic */ So I got exactly this scenario. чт, 28 мар. 2019 г. в 13:47, Bogdan-Andrei Iancu : > Hi Alexey, > > It make sense (logically speaking) to get the TLS domain involved in the > TCP

Re: [OpenSIPS-Users] Control TLS client domain

2019-03-28 Thread Alexey Vasilyev
Hi Bogdan, Sorry that I mentioned He-Who-Must-Not-Be-Named. Just to simplify search later: https://github.com/OpenSIPS/opensips/issues/1651 - Alexey Vasilyev alexei.vasil...@gmail.com > 28 Mar 2019, в 16:45, Bogdan-Andrei Iancu написал(а): > > Hi Alexey, > > oh, if i

[OpenSIPS-Users] How to pass in-dialog data with topology_hiding?

2019-06-21 Thread Alexey Vasilyev
aders. But it seems, that function topology_hiding() encodes only RR headers from original UAC request, not those ones that were added by OpenSIPS. So the question - how to pass this in-dialog data? Should we add functions add_th_param/get_th_param for this purpose? Thanks. - --- Alexey Vas

Re: [OpenSIPS-Users] rtpengine_offer error

2019-06-30 Thread Alexey Vasilyev
crypted or unencrypted. You should choose, what you want. Use only one profile as parameter. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users@lists.opensip

Re: [OpenSIPS-Users] OpenSIPs with mutual TLS and client CA lists

2019-07-09 Thread Alexey Vasilyev
that they can choose to send or not its' certificate? If you like to test it in your environment? - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mai

Re: [OpenSIPS-Users] OpenSIPs with mutual TLS and client CA lists

2019-07-14 Thread Alexey Vasilyev
es from DB, there is parameter for domain: modparam("tls_mgm", "ca_client_send", "[dom]1") For this domain OpenSIPS adds DNs to Certificate request. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2

Re: [OpenSIPS-Users] Double SDP

2019-09-04 Thread Alexey Vasilyev
uZYcpOhf1g/h+oG a=rtpmap:9 G722/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20 a=sendrecv m=audio 60812 RTP/AVP 9 8 101 a=rtpmap:9 G722/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-15 a=ptime:20 a=sendrecv - --- Alexey Vasilye

Re: [OpenSIPS-Users] [OpenSIPS-Business] [Blog] OpenSIPS as MS Teams SBC

2019-09-16 Thread Alexey Vasilyev
Thanks, Giovanni and Bogdan! If somebody has questions, I think we can discuss here. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users

[OpenSIPS-Users] CentOS7: Possible SYN flooding on port 5061

2019-09-25 Thread Alexey Vasilyev
*/ #define DEFAULT_TCP_LISTEN_BACKLOG 10 If we have thousands TLS/TCP connections at the same time, and for example 32 processes, so we'll have only 10*32=320 socket backlog limit for OpenSIPS? Is this right? Should it be increased? - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-s

Re: [OpenSIPS-Users] CentOS7: Possible SYN flooding on port 5061

2019-09-27 Thread Alexey Vasilyev
Hi Bogdan, Yes, this is exactly what I need. I'll change it and will see, how it works with next switching. Thanks. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___

Re: [OpenSIPS-Users] mid_registrar question

2019-09-27 Thread Alexey Vasilyev
com/OpenSIPS/opensips/issues/1769> In the case of UDP, may be it make sense to use simple mirroring mode with nathelper pings. - Alexey Vasilyev alexei.vasil...@gmail.com <mailto:alexei.vasil...@gmail.com> > 27 Sep 2019, в 22:58, Igor Olhovskiy [via OpenSIPS (Open SIP Server)]

Re: [OpenSIPS-Users] Remote Control Advice

2019-12-10 Thread Alexey Vasilyev
Hi Mark, I'd use uaCSTA, if your phones support it. For example, snom or yealinks definitely can be controlled over SIP. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235

Re: [OpenSIPS-Users] Usrloc Cluster

2020-02-18 Thread Alexey Vasilyev
Hi Callum, I have almost the same problem. But with 2.4.6. Just today I opened issue: https://github.com/OpenSIPS/opensips/issues/1976 - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html

Re: [OpenSIPS-Users] HA ongoing call support in 2.4 - transaction replication

2020-02-19 Thread Alexey Vasilyev
Hi Jeff, Transactions are not replicated. Here https://blog.opensips.org/2018/03/21/full-anycast-support-in-opensips-2-4/ Razvan explains why. Section "Distributed transactions handling". - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.co

Re: [OpenSIPS-Users] msteams outgoing calls fail

2020-03-31 Thread Alexey Vasilyev
Please forward requests to Asterisk with simple record_route(). Only to MS Teams you should use preset with domain name. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html

Re: [OpenSIPS-Users] drouting probe_mode in active/passive cluster

2020-04-11 Thread Alexey Vasilyev
. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] drouting probe_mode in active/passive cluster

2020-04-13 Thread Alexey Vasilyev
call "dr_enable_probing 0" after starting opensips. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/

Re: [OpenSIPS-Users] ms teams ACK

2020-04-18 Thread Alexey Vasilyev
erisk, the only difference was RTPEngine to transcode SRTP-RTP. And within test lab I've tested not only calls, but transfers worked fine too. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS

Re: [OpenSIPS-Users] OpenSIPS as Teams SBC

2020-05-07 Thread Alexey Vasilyev
Hi James, Just to be sure, that this is not a typo: check your SDP o= 137.117,136.143 c=IN IP4 137.117,136.143 This will definitely fail. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html

Re: [OpenSIPS-Users] OpenSIPS as Teams SBC

2020-05-07 Thread Alexey Vasilyev
answer that if(is_method("ACK") && has_body("application/sdp")){ xlog("[RTPPROXY] onreply_route[handle_nat] ACK rtpproxy_answer\n"); rtpproxy_answer("co", "137.117,136.143"); } and change comma to point. May be this can help?

Re: [OpenSIPS-Users] OpenSIPS as Teams SBC

2020-05-08 Thread Alexey Vasilyev
reset("sbc.ip-sentinel.com:5091;transport=tls"); of course without: add_rr_param(";r2=on"); - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___

Re: [OpenSIPS-Users] OpenSIPS as Teams SBC

2020-05-11 Thread Alexey Vasilyev
e same URI parameter "transport=tls". Check this please. - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] TLS handshake failure

2020-07-06 Thread Alexey Vasilyev
s-sbc/ - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] ms teams outgoing calls fails

2020-07-16 Thread Alexey Vasilyev
Hi Pasan, This was explained here: http://opensips-open-sip-server.1449251.n2.nabble.com/TLS-handshake-failure-td7619394.html - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html

Re: [OpenSIPS-Users] SIP to WebRTC via OpenSIPS mid-registrar fails: forced proto 6 not matching sips uri

2020-07-16 Thread Alexey Vasilyev
Hi Mark, try this: if (nat_uac_test("123")) { if (is_method("REGISTER")) { fix_nated_register(); } else { fix_nated_contact(); } } - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2

Re: [OpenSIPS-Users] MS teams

2020-09-17 Thread Alexey Vasilyev
But config is for 2.4 A lot of things has changed. You should go through the whole config and follow first this: https://www.opensips.org/Documentation/Migration-2-4-0-to-3-0-0 and then this: https://www.opensips.org/Documentation/Migration-3-0-0-to-3-1-0 - --- Alexey Vasilyev -- Sent from

Re: [OpenSIPS-Users] TLS certificate reloading

2021-04-14 Thread Alexey Vasilyev
Hi, yes there is an issue. Please follow here: https://github.com/OpenSIPS/opensips/issues/2433 - --- Alexey Vasilyev -- Sent from: http://opensips-open-sip-server.1449251.n2.nabble.com/OpenSIPS-Users-f1449235.html ___ Users mailing list Users

[OpenSIPS-Users] DLG_lifetime is empty

2021-05-11 Thread Alexey Hamstr
how i can do that? Any help will be appreciated. Regards, Alexey. ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] Config script - Opensips + RTPProxy + Freeswitch on EC2

2021-05-18 Thread Alexey Hamstr
Hi. For example, you can try this book... "Building Telephony Systems with OpenSIPS - Second Edition" https://www.amazon.com/Building-Telephony-Systems-OpenSIPS-Second/dp/1785280619 Regards, Alexey Borisov. пн, 17 мая 2021 г. в 09:23, HS : > Hi all. > > I keep writin

Re: [OpenSIPS-Users] Config script - Opensips + RTPProxy + Freeswitch on EC2

2021-05-18 Thread Alexey Hamstr
Yes... I would say "TRY-AND-CRY" there is a usual method to work with SIPS (IMHO) Regards, Alexey. вт, 18 мая 2021 г. в 14:51, HS : > Hi Alexey. > > Thanks a lot for taking the time to respond. Incidentally, I had read the > book a few months ago and took a look at

Re: [OpenSIPS-Users] DLG_lifetime is empty

2021-05-18 Thread Alexey Hamstr
, Alexey вт, 11 мая 2021 г. в 14:07, Alexey Hamstr : > Hi All. > I'am trying to setup RADIUS accounting and i want to fill in the > Acct-Session-Time by $DLG_lifetime in STOP call as i have found in the > list archive > http://lists.opensips.org/pipermail/users/2010-August/014

[OpenSIPS-Users] Removing ISUP part from sip dialog

2021-07-28 Thread Alexey Hamstr
good day. Could anybody advise me if it is possible to remove ISUP part from whole SIP dialogue Now I have only found that there is no problem to remove it from the common methods like if (is_method("INVITE") ) { remove_body_part("application/isup"); } but i see ISUP

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

2021-07-28 Thread Alexey Hamstr
ISUP part from the INVITE request, from 10.10.20.20 to the upper trunk but when I receive the 180 ringing signal with the ISUP part I need to remove it too. Regards, Alexey. ср, 28 июл. 2021 г. в 19:46, Vlad Patrascu : > Hi Alexey, > > The remove_body_part() function should wor

  1   2   3   >