Re: [OpenSIPS-Users] 3.2.15 installation

2023-10-25 Thread Joseph Jackson
We have but we use the debian packages and we installed it on release day.




From: Users  on behalf of L S 

Sent: Wednesday, October 25, 2023 12:46 AM
To: OpenSIPS users mailling list 
Subject: [OpenSIPS-Users] 3.2.15 installation

Has anyone successfully installed 3.2.15 (revised on Oct 20th)?

Thanks,
Matt


From: Users  on behalf of L S 

Sent: Wednesday, October 25, 2023 12:46 AM
To: OpenSIPS users mailling list 
Subject: [OpenSIPS-Users] 3.2.15 installation

Has anyone successfully installed 3.2.15 (revised on Oct 20th)?

Thanks,
Matt
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] ERROR:core:handle_new_connect: failed to accept connection(24): Too many open files

2023-08-21 Thread Joseph Jackson
You can set the open file limit - 
https://www.opensips.org/Documentation/Script-CoreParameters-3-1#open_files_limit

But you should find out why you are hitting the open file limit.

From: Users  on behalf of Prathibha B 

Sent: Monday, August 21, 2023 5:41 AM
To: users@lists.opensips.org 
Subject: [OpenSIPS-Users] ERROR:core:handle_new_connect: failed to accept 
connection(24): Too many open files

Getting this error while starting opensips

--
Regards,
B.Prathibha
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Prometheus Exporter

2023-03-29 Thread Joseph Jackson
I can't recommend them enough!


Sorry I'm sick and kinda brain dead at the momment.
/sigh


From: Users  on behalf of Joseph Jackson 

Sent: Wednesday, March 29, 2023 6:06 PM
To: users@lists.opensips.org 
Subject: [OpenSIPS-Users] Prometheus Exporter

Hey List,

If anyone has been looking for a prometheus exporter for OpenSIPS I can't 
reccomend Dialog Insight from Ryan over at Piratel.

https://github.com/rrb3942/dialoginsight

I've been running it on one of our proxies and have had zero issues.






From: Users  on behalf of Joseph Jackson 

Sent: Wednesday, March 29, 2023 6:06 PM
To: users@lists.opensips.org 
Subject: [OpenSIPS-Users] Prometheus Exporter

Hey List,

If anyone has been looking for a prometheus exporter for OpenSIPS I can't 
reccomend Dialog Insight from Ryan over at Piratel.

https://github.com/rrb3942/dialoginsight

I've been running it on one of our proxies and have had zero issues.




___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Prometheus Exporter

2023-03-29 Thread Joseph Jackson
Hey List,

If anyone has been looking for a prometheus exporter for OpenSIPS I can't 
reccomend Dialog Insight from Ryan over at Piratel.

https://github.com/rrb3942/dialoginsight

I've been running it on one of our proxies and have had zero issues.




___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Migrate OpenSIPs database 3_1 to 3_2 Python Error

2023-02-11 Thread Joseph Jackson

Hi,

You need to download the scripts and then define the path.

Example -

opensips-cli -o database_schema_path=~/src/opensips-3.2/scripts -x database 
migrate 3.1_to_3.2  opensips_mig_3_1 opensips_mig_3_2




From: Users  on behalf of Social Boh 

Sent: Friday, February 10, 2023 3:45 PM
To: users@lists.opensips.org 
Subject: [OpenSIPS-Users] Migrate OpenSIPs database 3_1 to 3_2 Python Error


Hello

I'm trying to migrate OpenSIPs 3_1 database to OpenSIPs 3_2 esquema

OpenSIPs version: 3.1.13

Linux: Almalinux 8

Python 3

opensips-cli -x database migrate 3.1_to_3.2 opensips_3_1 opensips_3_2

where opensip_3_1 is the database name of 3.1 Esquema y opensips_3_2 the name 
of the new opensips 3.2 Esquema


Error:

/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/default.py:552:
 Warning: (1305, 'PROCEDURE opensips_3_1.OSIPS_DB_MIGRATE_3_1_TO_3_2 does not 
exist')
  cursor.execute(statement, parameters)
/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/default.py:552:
 Warning: (1305, 'PROCEDURE opensips_3_1.OSIPS_TB_COPY_3_1_TO_3_2 does not 
exist')
  cursor.execute(statement, parameters)
Traceback (most recent call last):
  File 
"/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
 line 1244, in _execute_context
cursor, statement, parameters, context
  File 
"/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/default.py",
 line 552, in do_execute
cursor.execute(statement, parameters)
  File 
"/usr/local/lib/python3.6/site-packages/mysqlclient-1.3.14-py3.6-linux-x86_64.egg/MySQLdb/cursors.py",
 line 255, in execute
self.errorhandler(self, exc, value)
  File 
"/usr/local/lib/python3.6/site-packages/mysqlclient-1.3.14-py3.6-linux-x86_64.egg/MySQLdb/connections.py",
 line 50, in defaulterrorhandler
raise errorvalue
  File 
"/usr/local/lib/python3.6/site-packages/mysqlclient-1.3.14-py3.6-linux-x86_64.egg/MySQLdb/cursors.py",
 line 252, in execute
res = self._query(query)
  File 
"/usr/local/lib/python3.6/site-packages/mysqlclient-1.3.14-py3.6-linux-x86_64.egg/MySQLdb/cursors.py",
 line 378, in _query
db.query(q)
  File 
"/usr/local/lib/python3.6/site-packages/mysqlclient-1.3.14-py3.6-linux-x86_64.egg/MySQLdb/connections.py",
 line 280, in query
_mysql.connection.query(self, query)
_mysql_exceptions.OperationalError: (1304, 'PROCEDURE OSIPS_TB_COPY_3_0_TO_3_1 
already exists')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/bin/opensips-cli", line 4, in 
__import__('pkg_resources').run_script('opensipscli==0.1.0', 'opensips-cli')
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 654, 
in run_script
self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1434, 
in run_script
exec(code, namespace, namespace)
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/EGG-INFO/scripts/opensips-cli",
 line 9, in 
run_console()
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/EGG-INFO/scripts/opensips-cli",
 line 6, in run_console
main.main()
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/main.py",
 line 78, in main
sys.exit(shell.cmdloop())
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/cli.py",
 line 242, in cmdloop
ret = self.run_command(module, command, modifiers, params)
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/cli.py",
 line 404, in run_command
return mod[0].__invoke__(cmd, params, modifiers)
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/module.py",
 line 36, in __invoke__
return f(params, modifiers)
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/modules/database.py",
 line 789, in do_migrate
migrate_scripts, old_db, new_db, DB_MIGRATIONS[flavour])
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/db.py",
 line 827, in migrate
self.exec_sql_file(ms)
  File 
"/usr/local/lib/python3.6/site-packages/opensipscli-0.1.0-py3.6.egg/opensipscli/db.py",
 line 569, in exec_sql_file
self.__conn.execute(sql)
  File 
"/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
 line 982, in execute
return self._execute_text(object_, multiparams, params)
  File 
"/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/base.py",
 line 1155, in _execute_text
parameters,
  File 
"/usr/local/lib/python3.6/site-packages/SQLAlchemy-1.3.3-py3.6-linux-x86_64.egg/sqlalchemy/engine/bas

Re: [OpenSIPS-Users] OpenSIPS on Cloud (AWS or Azure)

2023-01-30 Thread Joseph Jackson
There are no issues running it on any of the cloud providers I've found so far 
- never used Azure tho.



From: Users  on behalf of Andrés Alberto 
Lavariega Castellanos 
Sent: Thursday, January 5, 2023 11:50 PM
To: users@lists.opensips.org 
Subject: [OpenSIPS-Users] OpenSIPS on Cloud (AWS or Azure)


I'm trying to install OpenSips on Digital Ocean's server, if the service has a 
public IP I think I should have no problem.





[cid:image001.png@01D92160.8422F200]

Andres Lavariega

Back End VoIP

[cid:image002.png@01D92160.8422F200]

5579192214



[cid:image003.png@01D92160.8422F200]

andres.lavari...@directo.com



[cid:image004.png@01D92160.8422F200]

Torre Virreyes, Pedregal 24, piso 6
CDMX, México 11040

+52 55 5201 4550



[cid:image005.png@01D92160.8422F200]

www.directo.com
















AVISO DE CONFIDENCIALIDAD: Este correo electrónico y su contenido (incluyendo 
cualquier archivo adjunto o link hacia alguna URL), contiene información que es 
confidencial y/o legalmente privilegiada. La copia, revisión, uso, revelación 
y/o distribución de dicha información confidencial sin la autorización por 
escrito del remitente queda estrictamente prohibida. Si usted no es el 
destinatario a quien se dirige el presente correo, por favor notifique al 
remitente respondiendo al presente correo y elimine el correo original 
incluyendo cualquier archivo adjunto, así como cualquier copia del mismo. 
Mediante la recepción del presente correo usted reconoce y acepta que en caso 
de incumplimiento de su parte y/o de sus representantes a los términos antes 
mencionados, el remitente tendrá derecho a los daños y perjuicios que esto le 
cause.

CONFIDENTIALITY NOTICE: This email and its contents (including any attachments 
or linked urls) may contain information that is confidential and/or legally 
privileged. Any unauthorized use, disclosure, and/or distribution of such 
information is prohibited. If you are not the intended recipient, please notify 
the sender, delete the original email and any attachments, and destroy any 
copies thereof.

By receiving this e-mail, you acknowledge that any breach by you and/or your 
representatives of the above provisions may entitle the sender for damages.
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] stir shaken verification

2023-01-05 Thread Joseph Jackson
We have it slightly different but otherwise close to yours

cache_fetch("local", $identity(x5u), $var(cert));
if (!stir_shaken_check_cert($var(cert))) {
xlog("--[$ci] STI Getting a fresh certificate, existing one doesn't 
exist or is invalid\n");

$var(rc) = rest_get($identity(x5u), $var(cert));

if ($var(rc) < 0) {
xlog("--[$ci] STI Failed to get the certificate\n");
send_reply(436, "Bad Identity Info");
exit;
}

xlog("--[$ci] STI got certificate[$var(cert)]\n");

cache_store("local", $identity(x5u), $var(cert));
} else {

xlog("--[$ci] Using cached certificate\n");

}



From: Users  on behalf of Marcin Groszek 

Sent: Thursday, January 5, 2023 4:19 PM
To: users@lists.opensips.org 
Subject: Re: [OpenSIPS-Users] stir shaken verification


Thank you very much. I have the same file, and verification is still failing. 
Perhaps  my config:


$var(found) = cache_fetch("local", $identity(x5u), $var(cert));
if (!$var(found) || !stir_shaken_check_cert("$var(cert)")) {
rest_get( "$identity(x5u)", $var(cert), $var(ctype), $var(http_rc));
if ($rc<0 || $var(http_rc) != 200) {
send_reply(436, "Bad Identity Info");
exit;
}
cache_store("local", $identity(x5u), $var(cert), 60);
}

stir_shaken_verify( "$var(cert)", $var(err_sip_code), $var(err_sip_reason));
if ($rc < 0) {
xlog("stir_shaken_verify() failed: $var(err_sip_code), $var(err_sip_reason) 
\n");
send_reply( $var(err_sip_code), $var(err_sip_reason));
exit;
}


I figured this much:

$var(cert) is a public certificate downloaded from $identity(x5u), if it does 
not exists in local cache it gets pulled and stored,

stir_shaken_check_cert("$var(cert)") is generating these errors:

ERROR:stir_shaken:load_cert: Failed to parse certificate
ERROR:stir_shaken:w_stir_check_cert: Failed to load certificate ( because the 
entry does not exists in local cashdb)

this forces the download of the public cert from $identity(x5u) and store in 
local cashdb

second attempt does not generate this errors, however calls with deferent 
identity header and url for public cert should generate same errors again as 
the public cert from new url is not in local cashdb, but it is NOT generating 
same error.

Also, I have minimize cache_store  down to 1 second and after that second call 
with same $identity(x5u) should generate same errors , but it is not.

an example at shaken-not-stirred page have :

rest_get( "$identity(x5u)", "$var(cert)",
$var(ctype), $var(http_rc));

but this fails a start-up with error ERROR:core:fix_cmd: Param [2] expected to 
be a variable so I removed the double quotes from around $var(cert) .



On 1/5/2023 1:18 PM, Joseph Jackson wrote:
Hi Marcin,

I suspect you are correct that its how you are decoding the ca cert file from 
iconectiv.

attached is what we have currently and it works in our production enviroment.

If the maillist strips out that attachment let me know.  You can reach me 
directly at jjack...@aninetworks.net<mailto:jjack...@aninetworks.net>

Joseph


From: Users 
<mailto:users-boun...@lists.opensips.org> on 
behalf of Marcin Groszek <mailto:mar...@voipplus.net>
Sent: Thursday, January 5, 2023 10:16 AM
To: users@lists.opensips.org<mailto:users@lists.opensips.org> 
<mailto:users@lists.opensips.org>
Subject: Re: [OpenSIPS-Users] stir shaken verification


Joseph, Thank you very much for your respond.


I have downloaded and apply new sti-ca file but certificate validation fails.

INFO:stir_shaken:verify_callback: certificate validation failed: certificate 
signature failure
INFO:stir_shaken:w_stir_verify: Invalid certificate
DBG:core:comp_scriptvar: int 26 : -8 / 0
[1637] stir_shaken_verify() failed: 437, Unsupported Credential


Perhaps I am not processing the sti-ca file properly.


I am testing this with a valid token , in fact test calls are coming from major 
cellular carrier in US and the verification fails.

I can see curl download the public cert, storing it in local cache and then 
attempt to verify, but it fails.

Upon next call with same token, the public cert is pulled from local cache and 
still fails.




On 1/4/2023 7:37 PM, Joseph Jackson wrote:
Hi Marcin,

We have a process that downloads the CA list from iconectiv nightly,  decodes 
the jwt and stores the certs in a single file in /etc/ssl/sti-ca/sti-ca.pem

Here is the opensips modparam

#stir and shaken
loadmodule "stir_shaken.so"
modparam("stir_shaken", "verify_date_freshness", 300)
modparam("stir_shaken", "auth_date_freshness", 300)
modparam("stir_shaken", "e164_strict_mode&q

Re: [OpenSIPS-Users] stir shaken verification

2023-01-05 Thread Joseph Jackson
Hi Marcin,

I suspect you are correct that its how you are decoding the ca cert file from 
iconectiv.

attached is what we have currently and it works in our production enviroment.

If the maillist strips out that attachment let me know.  You can reach me 
directly at jjack...@aninetworks.net

Joseph


From: Users  on behalf of Marcin Groszek 

Sent: Thursday, January 5, 2023 10:16 AM
To: users@lists.opensips.org 
Subject: Re: [OpenSIPS-Users] stir shaken verification


Joseph, Thank you very much for your respond.


I have downloaded and apply new sti-ca file but certificate validation fails.

INFO:stir_shaken:verify_callback: certificate validation failed: certificate 
signature failure
INFO:stir_shaken:w_stir_verify: Invalid certificate
DBG:core:comp_scriptvar: int 26 : -8 / 0
[1637] stir_shaken_verify() failed: 437, Unsupported Credential


Perhaps I am not processing the sti-ca file properly.


I am testing this with a valid token , in fact test calls are coming from major 
cellular carrier in US and the verification fails.

I can see curl download the public cert, storing it in local cache and then 
attempt to verify, but it fails.

Upon next call with same token, the public cert is pulled from local cache and 
still fails.




On 1/4/2023 7:37 PM, Joseph Jackson wrote:
Hi Marcin,

We have a process that downloads the CA list from iconectiv nightly,  decodes 
the jwt and stores the certs in a single file in /etc/ssl/sti-ca/sti-ca.pem

Here is the opensips modparam

#stir and shaken
loadmodule "stir_shaken.so"
modparam("stir_shaken", "verify_date_freshness", 300)
modparam("stir_shaken", "auth_date_freshness", 300)
modparam("stir_shaken", "e164_strict_mode", 0)
#list of root certs for stir / shaken verification
modparam("stir_shaken", "ca_list", "/etc/ssl/sti-ca/sti-ca.pem")

This is on opensips v3.1.11



From: Users 
<mailto:users-boun...@lists.opensips.org> on 
behalf of Marcin Groszek <mailto:mar...@voipplus.net>
Sent: Wednesday, January 4, 2023 6:12 PM
To: users@lists.opensips.org<mailto:users@lists.opensips.org> 
<mailto:users@lists.opensips.org>
Subject: [OpenSIPS-Users] stir shaken verification


Opensips version 3.1.5

I am having some issues with stir_shaken setup. I am sure this not an issue 
with the module, but me.

stir_shaken_auth works just fine and I am able to sign the calls, however I was 
unable to find any document how to use a ca file available for download at 
iconectiv/download-list as well as via API. They do come in as jwt file, but 
after little manipulation individual certificates can be extracted, and the 
first one is the root certificate; I think, and the rest are trusted STI-CA. I 
guess my question is how do I use this file or any other cert file as "ca_list" 
and/or "ca_dir" .

After weeks and hundreds attempts I was unsuccessful, and I was unable to 
locate any document explaining preparation/setup/steps to setup verification.

All I get is :

ERROR:stir_shaken:load_cert: Failed to parse certificate
ERROR:stir_shaken:w_stir_verify: Failed to load certificate
on INVITE with valid identity header.

When I remove or replace  "ca_list" file with something bogus opensips does not 
even start  with errors:

ERROR:stir_shaken:init_cert_validation: Failed to load trustefd CAs
ERROR:core:init_mod: failed to initialize module stir_shaken

I would really appreciate some guidance on this one.




___
Users mailing list
Users@lists.opensips.org<mailto:Users@lists.opensips.org>
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


--
Best Regards:
Marcin Groszek
Business Phone Service
https://www.voipplus.net


sti-ca.pem
Description: sti-ca.pem
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] stir shaken verification

2023-01-04 Thread Joseph Jackson
Hi Marcin,

We have a process that downloads the CA list from iconectiv nightly,  decodes 
the jwt and stores the certs in a single file in /etc/ssl/sti-ca/sti-ca.pem

Here is the opensips modparam

#stir and shaken
loadmodule "stir_shaken.so"
modparam("stir_shaken", "verify_date_freshness", 300)
modparam("stir_shaken", "auth_date_freshness", 300)
modparam("stir_shaken", "e164_strict_mode", 0)
#list of root certs for stir / shaken verification
modparam("stir_shaken", "ca_list", "/etc/ssl/sti-ca/sti-ca.pem")

This is on opensips v3.1.11



From: Users  on behalf of Marcin Groszek 

Sent: Wednesday, January 4, 2023 6:12 PM
To: users@lists.opensips.org 
Subject: [OpenSIPS-Users] stir shaken verification


Opensips version 3.1.5

I am having some issues with stir_shaken setup. I am sure this not an issue 
with the module, but me.

stir_shaken_auth works just fine and I am able to sign the calls, however I was 
unable to find any document how to use a ca file available for download at 
iconectiv/download-list as well as via API. They do come in as jwt file, but 
after little manipulation individual certificates can be extracted, and the 
first one is the root certificate; I think, and the rest are trusted STI-CA. I 
guess my question is how do I use this file or any other cert file as "ca_list" 
and/or "ca_dir" .

After weeks and hundreds attempts I was unsuccessful, and I was unable to 
locate any document explaining preparation/setup/steps to setup verification.

All I get is :

ERROR:stir_shaken:load_cert: Failed to parse certificate
ERROR:stir_shaken:w_stir_verify: Failed to load certificate
on INVITE with valid identity header.

When I remove or replace  "ca_list" file with something bogus opensips does not 
even start  with errors:

ERROR:stir_shaken:init_cert_validation: Failed to load trustefd CAs
ERROR:core:init_mod: failed to initialize module stir_shaken

I would really appreciate some guidance on this one.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] OpenSIPS Summit 2023 in USA - is Houston !!!!

2022-11-16 Thread Joseph Jackson
While I was hoping for Dallas at least Houston has way better food than Miami.

Joseph


From: Users  on behalf of johan 

Sent: Wednesday, November 16, 2022 11:02 AM
To: users@lists.opensips.org 
Subject: Re: [OpenSIPS-Users] OpenSIPS Summit 2023 in USA - is Houston 


isn't it : Houston, we have a problem :-)

On 16/11/2022 16:01, Bogdan-Andrei Iancu wrote:
The poll closed and we have a winner, Houston, the Space City !

In was a tight competition, with ~200 votes from the community side. Many 
thanks to all who got involved here and helped us in taking the decision. The 
detailed results may be found here [1]

Now, we will set everything in motion for setting up the event :). As said, we 
target the May 2023, but the exact date will be announced as soon as we get 
some preliminary arrangements in place, so stay tuned !!

[1] https://twitter.com/opensips/status/1592884845281411073

Best regards,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
OpenSIPS Bootcamp 5-16 Dec 2022, online
  https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/

On 11/11/22 1:46 PM, Bogdan-Andrei Iancu wrote:
Houston and Miami are neck and neck in the competition, so any vote counts (as 
usual).

Heads up, the poll closing on 14th of Nov, 23:59:59 GMT ⏰

Best regards,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
OpenSIPS Bootcamp 5-16 Dec 2022, online
  https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/

On 11/3/22 12:48 PM, Bogdan-Andrei Iancu wrote:
Dear OpenSIPS'ers,

For 2023 we decided to disrupt the European hegemony on hosting the OpenSIPS 
Summit and to go for US, to pay our respects to our large local community. The 
time of year is set for May (yes, we want to go back to our pre-pandemic 
schedule), so we we would like to consider the southern cities, so we can enjoy 
a good weather. As we are expecting to have people from across the world (not 
USA only), we are considering cities with a good international flight 
connectivity.

So please help picking the right option, by checking this poll - after all, the 
OpenSIPS Summit is an event by the community, for the community, so your 
opinion matters to us ;)

https://bit.ly/3SVzVk8

Best regards,



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users




___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] 603 not treated as a failure

2022-10-25 Thread Joseph Jackson
Its listed here - 
https://opensips.org/html/docs/modules/3.1.x/tm.html#param_disable_6xx_block

So yes it should work.



From: Users  on behalf of Saint Michael 

Sent: Tuesday, October 25, 2022 9:52 AM
To: OpenSIPS users mailling list 
Subject: Re: [OpenSIPS-Users] 603 not treated as a failure

Will that work on version 3.1X


On Tue, Oct 25, 2022, 10:36 AM Social Boh 
mailto:soc...@bohboh.info>> wrote:

maybe:

  *   modparam("tm", "disable_6xx_block", 1)

to TM module

---
I'm SoCIaL, MayBe

El 25/10/2022 a las 9:22 a. m., Richard Robson escribió:
I am currently testing version 3.3 and I have a scenario where we will receive 
a 603 to an invite. this needs to be failed over to the next destination. we 
are using dispatcher for this.

While testing I am finding that opensips is treating the 603 a a relpy and not 
as a failure and its being handled by the reply route and not by the failure 
route. passing the message back to the UAC..

Is this by design or is there some setting where the 603 can be treated as a 
failure and be handled by the specified failure route and failed over to the 
next destination.?


Regards,


Richard


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] How long can the callID be in SIP

2022-10-25 Thread Joseph Jackson
There is no max length in the RFC.  I've seen them up to 256.




From: Users  on behalf of Saint Michael 

Sent: Tuesday, October 25, 2022 12:41 PM
To: OpenSIPS users mailling list 
Subject: [OpenSIPS-Users] How long can the callID be in SIP

I just caught a callID that is 160 characters long.
What is the max length that it should be? I am using 128.

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Installation Errors

2022-02-19 Thread Joseph Jackson
Hi Alex,


To install from apt you will need to add the apt repo - follow the directions 
here -

https://apt.opensips.org/


The compile errors look like you are doing the make all which if you don't have 
the development packages installed for things like tls you'll get those errors. 
 Just do the apt setup it will be easier.


Joseph




From: Users  on behalf of Alexander Perkins 

Sent: Friday, February 18, 2022 2:07 PM
To: OpenSIPS users mailling list
Subject: [OpenSIPS-Users] Installation Errors

Hi All.  I am trying to install OpenSIPS on a Debian 10 system, but I am 
getting some errors.  If I try to install via apt-get, I get the following 
error:

root@Name:/usr/local/etc/opensips# apt-get install opensips
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package opensips

If I download the tarball (opensips-3.2.4) and install from source, I get the 
following:

make[2]: Entering directory '/usr/src/opensips-3.2.4/modules/tls_wolfssl'
./autogen.sh: 56: ./autogen.sh: autoreconf: not found
env: './configure': No such file or directory
make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 127
make[2]: Leaving directory '/usr/src/opensips-3.2.4/modules/tls_wolfssl'
make[1]: *** [Makefile:197: modules] Error 2
make[1]: Leaving directory '/usr/src/opensips-3.2.4'

After I install libtool, I get the following:

Checking whether make supports nested variables... (cached) yes
./configure: line 5239: syntax error near unexpected token `2.4.2'
./configure: line 5239: `LT_PREREQ(2.4.2)'
make[2]: *** [Makefile:15: lib/lib/libwolfssl.a] Error 2
make[2]: Leaving directory '/usr/src/opensips-3.2.4/modules/tls_wolfssl'
make[1]: *** [Makefile:197: modules] Error 2
make[1]: Leaving directory '/usr/src/opensips-3.2.4'

I've tried to Google and all, but I cannot seem to make any headway on this.  
Can somebody point me in the right direction?  I'd rather install via apt-get, 
but either way is fine.

Thank you,
Alex
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] how to change mysql data directory to CP

2021-12-15 Thread Joseph Jackson
Did you also change the location of the socket file in the my.cnf?



From: Users [mailto:users-boun...@lists.opensips.org] On Behalf Of Mario San 
Vicente
Sent: Wednesday, December 15, 2021 11:27 AM
To: OpenSIPS users mailling list
Subject: [OpenSIPS-Users] how to change mysql data directory to CP

Hello Everyone,

I have changed my mysql directory and a had limited space on the default 
partition.   I applied the change and opensips is working fine.  But the 
control panel is not working and i can not find where to update it.

Getting the following error:


http://x.x.x.x/cp/login.php

Error!: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through 
socket '/var/lib/mysql/mysql.sock' (2)

Any idea, where to update this?

Saludos!


Mario San Vicente

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] segfault in opensips30

2019-06-19 Thread Joseph Jackson
You should be able to follow these steps - 
https://www.opensips.org/Documentation/TroubleShooting-Crash


From: Users [mailto:users-boun...@lists.opensips.org] On Behalf Of johan de 
clercq
Sent: Wednesday, June 19, 2019 9:57 AM
To: 'OpenSIPS users mailling list'
Subject: Re: [OpenSIPS-Users] segfault in opensips30

I forgot to insert the error :

Jun 19 14:55:29 hendrix /data/opensips/sbin/opensips[30968]: 
CRITICAL:core:sig_usr: segfault in process pid: 30968, id: 5
Jun 19 14:55:29 hendrix kernel: [673177.336262] opensips[30968]: segfault at 0 
ip 7fef8de1e969 sp 7fff0c4baa70 error 4 in 
registrar.so[7fef8de0e000+22000]

From: johan de clercq 
Sent: Wednesday, June 19, 2019 4:53 PM
To: 'OpenSIPS users mailling list' 
Subject: segfault in opensips30

When trying to register an unknown user,  I have a segfault.
I can easily reproduce, so please tell me what I need to do to give you a dump.

[cid:F3100D46-F00D-4610-87ED-3E91DA790A82]
Johan De Clercq, Managing Director
Democon bvba - Ooigemstraat 41 - 8780 Oostrozebeke
Tel +3256980990 - GSM +32478720104

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Astricon: OpenSource Soiree

2018-10-05 Thread Joseph Jackson
Would there happen to be a place to download that USB stick for us people not 
lucky enough to be in FL? :)



From: Users [mailto:users-boun...@lists.opensips.org] On Behalf Of 
Bogdan-Andrei Iancu
Sent: Friday, October 05, 2018 10:40 AM
To: OpenSIPS users mailling list; Adrian Georgescu; gmar...@opentelecom.it
Subject: Re: [OpenSIPS-Users] Astricon: OpenSource Soiree

Hey Adrian, that's a great news to see you in Orlando !

BTW, for all of you, OpenSIPS will have the #410 booth in the Open Source 
Projects corner. For the people looking to become wiser, visit our booth and 
pick up the USB stick with the OpensIPS 2.4 setup as an Asterisk frontend, 
mid-registrar and loadbalancer - plug and play :)

Also, I and Liviu will keep the OpenSIPS related talks on Thursday, so make an 
note into your calendars ;)

Regards,


Bogdan-Andrei Iancu



OpenSIPS Founder and Developer

  http://www.opensips-solutions.com

OpenSIPS Bootcamp 2018

  http://opensips.org/training/OpenSIPS_Bootcamp_2018/
On 10/05/2018 06:16 PM, Adrian Georgescu wrote:
Great, see you there!

Adrian

On 4 Oct 2018, at 11:54, Giovanni Maruzzelli 
mailto:gmar...@gmail.com>> wrote:

Hello friends and collegues,

A nice get together has been organized for evening Wednesday 10th at 7pm

The idea is to have drinks and chitchat about opensource telephony and webrtc, 
and all opensource project founders, members, and practitioners are invited.

Please join me, as distinguished participants too!

Check it out at  http://party.officering.com

(no animals has been harmed in this mail)

-giovanni

--

Sincerely,

Giovanni Maruzzelli
OpenTelecom.IT
cell: +39 347 266 56 18
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users





___

Users mailing list

Users@lists.opensips.org

http://lists.opensips.org/cgi-bin/mailman/listinfo/users

___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users