[sr-dev] [kamailio/kamailio] CSeqs following the auth transaction are not mangled properly (track_cseq_updates) (#787)

2016-09-19 Thread Carlos Cruz Luengo
Hi Daniel, This issue might be related to #679 and #752. On a "A endpoint" --- Kamailio "B endpoint" scenario with track_cseq_updates enabled, I am having this issue: - **A** sends INVITE with CSeq 101, **Kamailio** forwards it and gets 407 from **B**. - **Kamailio** makes the SIP Auth

Re: [sr-dev] [kamailio/kamailio] CSeqs following the auth transaction are not mangled properly (track_cseq_updates) (#787)

2016-09-19 Thread Carlos Cruz Luengo
Hi, Sorry for that, this is the "kamailio -v" output: ``` # kamailio -v version: kamailio 5.0.0-dev6 (x86_64/linux) d150d5 flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALL

Re: [sr-dev] [kamailio/kamailio] CSeqs following the auth transaction are not mangled properly (track_cseq_updates) (#787)

2016-09-20 Thread Carlos Cruz Luengo
Hi, Here they are: - All the logs: https://gist.github.com/cruzccl/c3c0aeede9304caf17708fd84cdcd754 - Just the failing request: https://gist.github.com/cruzccl/ebcb593079a88c9cb3e9c9e3c5489162 Regards, -- You are receiving this because you are subscribed to this thread. Reply to this email di

[sr-dev] [kamailio/kamailio] dispatcher: Call load distribution forces maxload attribute (#800)

2016-09-27 Thread Carlos Cruz Luengo
Hi Daniel, I am using call load distribution algorithm calling _ds_select_dst_ function with '10' as second argument, as described in [dispatcher module doc files](http://kamailio.org/docs/modules/4.4.x/modules/dispatcher.html#dispatcher.f.ds_select_dst). The problem I notice is that **all gate

Re: [sr-dev] [kamailio/kamailio] CSeqs following the auth transaction are not mangled properly (track_cseq_updates) (#787)

2016-10-03 Thread Carlos Cruz Luengo
Hi Daniel, Everything seems to work fine after 64a8927 :) Tested with: ``` version: kamailio 4.4.3 (x86_64/linux) 64a892 flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLO

[sr-dev] [kamailio/kamailio] Retransmission for uac_auth generated INVITEs do not include CSeq mangling (track_cseq_updates) (#679)

2016-06-21 Thread Carlos Cruz Luengo
I am having issues using uac_auth function and dialog module track_cseq_update option. The issue is related to CSeq mangling done by dialog module to keep synced CSeq in both parties involved. It works fine when 1xx response is received for generated INVITE before retr_timer1 expires but, if n

Re: [sr-dev] [kamailio/kamailio] Retransmission for uac_auth generated INVITEs do not include CSeq mangling (track_cseq_updates) (#679)

2016-07-01 Thread Carlos Cruz Luengo
Hi Daniel, I sent you the pcap to your gmail address. Don't hesitate to ask me if you need anything else. Thank you. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/679#issuecomm

Re: [sr-dev] [kamailio/kamailio] Retransmission for uac_auth generated INVITEs do not include CSeq mangling (track_cseq_updates) (#679)

2016-07-11 Thread Carlos Cruz Luengo
Hi Daniel, I have tried master branch and the CSeq mangling mechanism does not adapt the CSeq now: INVITE with authorization header and its retransmissions have the same CSeq as the original INVITE. The version I tried is: ``` version: kamailio 5.0.0-dev5 (x86_64/linux) fb3699 flags: STATS: Of