[SR-Users] Re: Crypto module AES algorithm details

2023-10-16 Thread Henning Westerholt via sr-users
Hello, if you can suggest changes to the 3rd party library that is used to encrypt the data, it should work. Just have a look to the source code how the Kamailio side its doing it. It might be just a different mode that its used from the library, for example. Cheers, Henning -- Henning Weste

[SR-Users] Restarts Kamailio after general protection fault

2023-10-16 Thread Daian Conrad via sr-users
Hi all, I have started using kamailio as a proxy register for asterisk's and works fine, but in some moment kamailio show WARNINGs, ALERTS and CRITICAL logs and restart. I don't no how debug correctly, but the crash show this log lines *Oct 16 21:34:26 proxy /usr/sbin/kamailio[2148]: CRITICAL:

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Mirko Brankovic via sr-users
Oh ok On Mon, Oct 16, 2023, 18:11 Yuriy G wrote: > They actually aren't for the udp leg > > On Mon, 16 Oct 2023, 18:09 Mirko Brankovic via sr-users, < > sr-users@lists.kamailio.org> wrote: > >> I'm maybe out of context here but i don't think you can remove ssrc >> headers from sdp since they ar

[SR-Users] Inquiry Regarding Kamailio Behavior and Drop Requests

2023-10-16 Thread satyaprakash ch via sr-users
Hi, We possess a code within Kamailio, which specifically handles malformed SIP responses. Below is the code snippet: *reply_routeCopy code if(!sanity_check("17604", "6")) { xlog("Malformed SIP response from $si:$sp\n"); drop;* Additionally, we have Kamailio drop request statistics as follow

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Yuriy G via sr-users
For the sdp cleanup purpose ( if possibilities of rrpengine are not enough) I use the next technic: - Set up write_avp param for the rtpengine module - call rtpengine manage: handled sdp will be then posted to write_avp pvar. - use lua/python/etc to call via lua_run(...) (this is for lua ) - handle

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Social Boh via sr-users
hello, i only a example... not for production. Regards --- I'm SoCIaL, MayBe El 16/10/2023 a las 10:37 a. m., Mirko Brankovic via sr-users escribió: I'm maybe out of context here but i don't think you can remove ssrc headers from sdp since they are crucial in identification of the rtp stream

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Yuriy G via sr-users
They actually aren't for the udp leg On Mon, 16 Oct 2023, 18:09 Mirko Brankovic via sr-users, < sr-users@lists.kamailio.org> wrote: > I'm maybe out of context here but i don't think you can remove ssrc > headers from sdp since they are crucial in identification of the rtp streams > > On Mon, Oct

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Mirko Brankovic via sr-users
I'm maybe out of context here but i don't think you can remove ssrc headers from sdp since they are crucial in identification of the rtp streams On Mon, Oct 16, 2023, 14:41 Social Boh via sr-users < sr-users@lists.kamailio.org> wrote: > Hello, > > in the rtpengine LOG i can see: > > Oct 16 06:32:

[SR-Users] Re: Dialog Module: enable_dmq and multiple nodes update SAME profiles_with_value counter?

2023-10-16 Thread Henning Westerholt via sr-users
Hello, some installations are using this distributed profile support also with writes from different places. It works ok for the usual application (like channel limiting, fraud mitigation etc..). There is no locking in place, so if by some reasons a profile value will be updated from two serve

[SR-Users] Dialog Module: enable_dmq and multiple nodes update SAME profiles_with_value counter?

2023-10-16 Thread Benoit Panizzon via sr-users
Hi Team I'm still hunting down DMQ dialog issues. https://www.kamailio.org/docs/modules/devel/modules/dialog.html#dialog.p.enable_dmq Quote: "Notably, it is not possible to send in-dialog requests on any but the original proxy instance." I make sure, that if a procied call (with same callID) is

[SR-Users] Re: UDP Fragmentation webRTC/UDP Call

2023-10-16 Thread Social Boh via sr-users
Hello, in the rtpengine LOG i can see: Oct 16 06:32:53 sip1 rtpengine[146001]: DEBUG: [28vs0pbtdtu7udefti8m]: ... "*: [ "sdp-attr-remove-audio-ssrc::" ], "replace":* [ "origin", "session-connection" ], "transport-protocol": "RTP/AVP", "rtcp-mux": [ "demux" ], "SDES": [ "off" ], "call-id": "28

[SR-Users] Discrepancy between RPC stats and real data from the UAC module

2023-10-16 Thread Denys Pozniak via sr-users
Hello! We use the UAC module for outbound registrations and when we try to get RPC statistics we see that the data does not match, what could be the reason? # kamcmd stats.get_statistics uac: uac:regactive = 14 uac:regdisabled = 0 uac:regtotal = 0 # kamctl rpc uac.reg_dump | grep flag | grep 20