[SR-Users] Kamailio TLS server hello without any client certificate request

2020-01-28 Thread Patrick Murphy
Hey guys - I'm using the following settings on my Kamailio config: modparam("tls", "low_mem_threshold2", 1024) modparam("tls", "tls_force_run", 1) modparam("tls", "tls_disable_compression", 1) modparam("tls", "ssl_max_send_fragment", 4096) modparam("tls", "renegotiation", 0) modparam("tls", "low_m

[SR-Users] Kamailio TLS server hello without any client certificate request

2020-01-29 Thread Patrick Murphy
Hey guys - I'm using the following settings on my Kamailio 5.1.1 (x86_64/linux) config: modparam("tls", "low_mem_threshold2", 1024) modparam("tls", "tls_force_run", 1) modparam("tls", "tls_disable_compression", 1) modparam("tls", "ssl_max_send_fragment", 4096) modparam("tls", "renegotiation", 0)

Re: [SR-Users] Dispatcher with a naptr address as destination

2018-11-28 Thread Patrick Murphy
I ran into the exact same issue. DNS resolution is just stuck on A records for OPTIONS pings irrespective of DNS options. I can see correct DNS resolution with kamcmd dns.lookup but kamcmd dispatcher.list command does not even list the gateways which have a NAPTR/SRV DNS name. Dispatching INVIT

Re: [SR-Users] Dispatcher with a naptr address as destination

2018-11-28 Thread Patrick Murphy
I tested this behavior with versions 4.4.5 as well as 5.1.1 From: Patrick Murphy Sent: Wednesday, November 28, 2018 2:06 PM To: José Seabra; mico...@gmail.com; Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Dispatcher with a naptr address as

Re: [SR-Users] Dispatcher with a naptr address as destination

2018-11-29 Thread Patrick Murphy
, November 28, 2018 9:06 PM To: sr-users@lists.kamailio.org Cc: Patrick Murphy; José Seabra; mico...@gmail.com Subject: Re: [SR-Users] Dispatcher with a naptr address as destination Am Mittwoch, 28. November 2018, 15:06:03 CET schrieb Patrick Murphy: > I ran into the exact same issue. DNS resolution

Re: [SR-Users] Dispatcher with a naptr address as destination

2018-12-03 Thread Patrick Murphy
Thanks for the fix Daniel, Any ETA on when this will be backported to 5.2? From: Daniel-Constantin Mierla Sent: Thursday, November 29, 2018 10:54 AM To: Patrick Murphy; Henning Westerholt; sr-users@lists.kamailio.org Cc: José Seabra Subject: Re: [SR-Users

[SR-Users] log timestamp granularity

2019-03-28 Thread Patrick Murphy
​Hello - Is there a way I can print current timestamp in milli or microseconds in the log file? Something like: 2019-03-28 04:50:15.379 would be ideal The closest thing I could find was $TV(Sn) but it doesn't suit the purpose here since its not human readable. Thanks Pat __

[SR-Users] siputils add_uri_param not available in KEMI python3

2019-05-15 Thread Patrick Murphy
Hello, I am using the following version of Kamailio and using app_python3 with KEMI but I cannot find any exported function of add_uri_param from the siputils module. Any idea how I can perform: KSR.siputils.add_uri_param("name=value") ? version: kamailio 5.2.2 (x86_64/linux) 9260a2 Cheers, P

Re: [SR-Users] siputils add_uri_param not available in KEMI python3

2019-05-15 Thread Patrick Murphy
_NONE, SR_KEMIP_NONE } + }, { str_init("siputils"), str_init("has_totag"), SR_KEMIP_INT, has_totag, { SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, ________ From: sr-users on behalf of Patrick Murphy Sent: Wednesday, May 15, 2019 9:

[SR-Users] DMQ with dialog: KDMQ messages being looped back to the source

2018-07-24 Thread Patrick Murphy
Hi, I am using Kamailio 5.1.1 with DMQ with the following config (relevant parts) on 2 nodes. Node A: modparam("dialog", "enable_dmq", 1) modparam("dmq", "server_address", "sip:no.de.a.ip:5060") modparam("dmq", "notification_address", "sip:myvoip.local") modparam("dmq", "multi_notify", 1) Node

Re: [SR-Users] DMQ with dialog: KDMQ messages being looped back to the source

2018-07-24 Thread Patrick Murphy
DMQ with dialog: KDMQ messages being looped back to the source Hi Pat, In your config, do you exit immediately after handle_dmq_message()? Are you able to share with us one of the looped messages, both as it is received by B and then as it is sent back to A? Cheers, Charles On 24 J

[SR-Users] sipdump excluding dmq exchanges

2018-07-24 Thread Patrick Murphy
Hi Can we have sipdump only log SIP messages and not KDMQ? Thanks, Pat. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

Re: [SR-Users] DMQ with dialog: KDMQ messages being looped back to the source

2018-07-25 Thread Patrick Murphy
Another bit of data: KDMQ messages flow in the wrong direction i.e. (Node B to A) only for dialog state: 5 updates. And this happens after the actual KDMQ from A to B has already been ack'd with a 200 OK. From: sr-users on behalf of Patrick Murphy

Re: [SR-Users] DMQ with dialog: KDMQ messages being looped back to the source

2018-07-26 Thread Patrick Murphy
issue. Cheers, Charles On 25 July 2018 at 10:31, Patrick Murphy mailto:patmur...@outlook.com>> wrote: Another bit of data: KDMQ messages flow in the wrong direction i.e. (Node B to A) only for dialog state: 5 updates. And this happens after the actual KDMQ from A to B has already been