Re: [OpenSIPS-Users] WSS not sending bye

2023-06-15 Thread mayamatakeshi
On Fri, Jun 16, 2023 at 2:05 AM Pat M wrote: > See below > > but what i can see there is no Allow, not sure if that is why? > > >> You are not using Record-Route. This is not required for SIP to work as long as the UAs are able to talk to each other independently of the SIP proxy after a session

Re: [OpenSIPS-Users] Path support workaround

2023-06-15 Thread nutxase via Users
i added it and i am still getting Jun 15 14:36:31 so-sbc-02 opensips: Jun 15 14:36:31 [26314] ERROR:proto_wss:ws_connect: cannot complete WebSocket handshake Jun 15 14:36:31 so-sbc-02 opensips: Jun 15 14:36:31 [26314] ERROR:proto_wss:proto_wss_send: connect failed Jun 15 14:36:31 so-sbc-02

Re: [OpenSIPS-Users] redis connect with auth

2023-06-15 Thread Bogdan-Andrei Iancu
Hi Jason, Most probably the `@` in the pwd is the issue - try to remote it (change pwd) and see if it works. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 6/15/23 9:14 AM, nz deals wrote: Hi everyone, I am a

Re: [OpenSIPS-Users] Path support workaround

2023-06-15 Thread nutxase via Users
I dont have it added my setup is WSS client on mobile phone --- opensips --mid_registrar -- asterisk loadmodule "mid_registrar.so" modparam("mid_registrar", "mode", 2) /* 1 = mirror / 1 = ct / 2 = AoR */ modparam("mid_registrar", "outgoing_expires", 180) modparam("mid_registrar", "min_expires",

Re: [OpenSIPS-Users] Pool Request - Stir and shaken for French providers

2023-06-15 Thread Bogdan-Andrei Iancu
Great job Mickael, and many thanks for sharing this with the rest of the community. The PR will be reviewed and merged in the next days ! Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 6/15/23 11:28 AM,

Re: [OpenSIPS-Users] Path support workaround

2023-06-15 Thread Bogdan-Andrei Iancu
It looks like your opensips is trying to perform a remote connect via WSS, which cannot work Are you using this https://opensips.org/html/docs/modules/3.3.x/mid_registrar.html#param_tcp_persistent_flag to prevent the TCP/WSS conn to be closed before the expiration of the registration ?

Re: [OpenSIPS-Users] Parallel branches and failure route

2023-06-15 Thread Bogdan-Andrei Iancu
The uac_auth() works only upon transaction failure, so you have to wait for all the branches to fail and only then you can do the auth. IF you need to do individual auth for each branch, I would advice to spiral OpenSIPS, in order to handle each branch as an individual transaction.     UAC

[OpenSIPS-Users] Pool Request - Stir and shaken for French providers

2023-06-15 Thread Mickael Hubert
Hi all, I submited my first PR in the beautiful SIPssert tests project ! I pushed my work about authentication only for now (verification in the future). - Cert self generated ( https://blog.opensips.org/2022/10/31/how-to-generate-self-signed-stir-shaken-certificates/ ) - Private key stored in

[OpenSIPS-Users] redis connect with auth

2023-06-15 Thread nz deals
Hi everyone, I am a newbee and looking for some help. If i don't set a password for my redis, i can easily connect but when i set the password i could not connect to redis using opensips. My password have @ inside, could this be an issue? i am trying like like this - modparam("cachedb_redis",