Hi,
When setting "track_cseq_updates" in dialog module, the ReINVITE that should be initiated with uac_auth() is never sent. Without "track_cseq_updates" set to 0, the reINVITE does take place.
In the log I can see dialog doing the cseq update:
Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_cseq.c:129]: dlg_cseq_update(): initiating cseq updates Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_hash.c:690]: dlg_lookup(): ref dlg 0x7fc2b265f4f0 with 1 -> 2 Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_hash.c:692]: dlg_lookup(): dialog id=4263 found on entry 1771 Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_var.c:250]: print_lists(): Internal var-list ((nil)): Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_var.c:260]: print_lists(): Dialog var-list (0x7fc2b265f2d8): Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_var.c:262]: print_lists(): cseq_diff=1 (flags 1) Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: DEBUG: dialog [dlg_cseq.c:176]: dlg_cseq_update(): adding auth cseq header value: 5136
but quickly followed by these errors:
Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: ERROR: <core> [msg_translator.c:417]: clen_builder(): no message body found (missing crlf?) Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: ERROR: <core> [msg_translator.c:1963]: build_req_buf_from_sip_req(): Error while adjusting Content-Length Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: ERROR: tm [t_fwd.c:462]: prepare_new_uac(): could not build request Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: ERROR: tm [t_fwd.c:1723]: t_forward_nonack(): ERROR: t_forward_nonack: failure to add branches Sep 20 07:54:57 sbc /usr/local/sbin/kamailio[35746]: ERROR: tm [tm.c:1415]: _w_t_relay_to(): ERROR: w_t_relay_to: t_relay_to failed
Kamailio was built from kamailio-4.4.3 source downloaded from here:
https://www.kamailio.org/pub/kamailio/latest/src/
Version information:
version: kamailio 4.4.3 (x86_64/linux) 5a2195 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 5a2195 compiled on 08:46:12 Sep 16 2016 with gcc 5.4.0
Many thanks
Can you make all log messages available from the moment the re-INVITE is received to the end, when error messages are printed? I need to see in which stage these errors appear.
[Uploading kamailio-dialog-log.txt…]()
That's the full log during the call on debug 3.
Many thanks
Is this the right call scenario? From logs, the 401 seems to be sent out and also a CANCEL appears in the logs. I haven't spotted the re-INVITE either. Maybe you can grab both pcap and log messages at the same time and send them to me.
OK, so the call flow is an INVITE from TCP side is sent to Kamailio, an INVITE is relayed to a UDP SIP server. The UDP SIP server replies with a 401. There is a failure route to handle the 401 and perform uac_auth()
The TCP side does not handle authentication, so the configuration is for Kamailio to authenticate the INVITE for the UDP side on behalf of the TCP side.
When track_cseq_updates is set, something goes wrong with the failure route because the 401 gets relayed back to the TCP side rather than being handled in the failure route. (Hence there is no reINVITE, which is the problem)
Without the track_cseq_updates param set, it works as expected - just without the Cseq being incremented.
The CANCEL is just ending the call on the client (TCP side).
OK -- apparently we use different meaning/terminology for re-INVITE -- it is commonly used for an INVITE that is sent after the call is established, but you used here for the retry of sending the initial INVITE with the credentials.
I pushed a patch, try with master branch and if all ok I will backport. It might be that the helper header was not added at the right position, which it is tried to be fixed with the patch.
Agreed, I used poor terminology - Apologies for that.
I've tried with the master branch but unfortunately I have the same results as before.
Log from new build:
[kamailio-dialog-20092016.txt](https://github.com/kamailio/kamailio/files/482253/kamailio-dialog-20092016.t...)
Version output:
version: kamailio 5.0.0-dev6 (x86_64/linux) 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled on 11:06:13 Sep 20 2016 with gcc 5.4.0
Many thanks
looks like kamailio dont unerstand that he need handle 407 request At my side i see that kamailio dont stops 407 request and resend it without any handling I use asterisk->kamailio-provider scheme
At this scheme kamailio must stops proxy of get 407/401 and then make another invite with www-auth header
But it proxies 407 to asterisk back. and give errors above.
if (t_check_status("401|407")){ xlog("L_INFO", "Reply from provider on failure: $tU"); xlog("L_ERR","401/407 - Unauthorized. ($ci .) ($rm) from ($fu) (IP:$si:$sp) to ($Ri:$Rp). Must be authorized with digest Auth.");
if (uac_auth()) { xlog("L_INFO", "CSeq diff: $dlg_var(cseq_diff)"); t_relay(); } else { xlog("L_INFO", "UAC_AUTH(): credentials not found"); } t_relay(); }
I pushed a patch to print the sip message when the error occurs to see if it is something wrong with it. Test again with the latest master branch and provide the log messages along with the pcap file having the sip traffic.
log and pcap:
[20092016-1300-kamailio-pcap_log.zip](https://github.com/kamailio/kamailio/files/482465/20092016-1300-kamailio-pca...)
kamailio -v version: kamailio 5.0.0-dev6 (x86_64/linux) 1ed9c2-dirty 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 1ed9c2 -dirty compiled on 12:49:31 Sep 20 2016 with gcc 5.4.0
Many thanks
Hi. are there any updates?
I tried to reproduce but didn't get those errors. I used pjsua and all looked good, the cseq was incremented for ack, bye ... Anyhow, I found a double-free error which might have a side effect.
Can you try again with latest master or 4.4 branch?
For more information, if I downgraded to 4.4.2 this particular problem is fixed. So it must have been introduced in 4.4.3
I'll update when I've grabbed the latest master.
4.4.2 had problems with retransmissions (see closed items in this bug tracker), which was aimed to be fixed with 4.4.3, but although it was confirmed to work by the reporter, apparently it introduced other regressions.
Ive compiled the latest and get the same issue:
Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_cseq.c:129]: dlg_cseq_update(): initiating cseq updates Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:692]: dlg_lookup(): ref dlg 0x7f09deb462c0 with 1 -> 2 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:694]: dlg_lookup(): dialog id=3527 found on entry 2556 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:251]: print_lists(): Internal var-list ((nil)): Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:261]: print_lists(): Dialog var-list (0x7f09deb42ff0): Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:263]: print_lists(): cseq_diff=1 (flags 1) Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_cseq.c:176]: dlg_cseq_update(): adding auth cseq header value: 17069 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: <core> [data_lump.c:776]: sr_hdr_add(): added new header [P-K-Auth-CSeq: 17069#015#012] Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:924]: dlg_unref_helper(): unref op on 0x7f09deb462c0 with 1 from dlg_hash.c:942 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:928]: dlg_unref_helper(): unref dlg 0x7f09deb462c0 with 1 -> 1 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:692]: dlg_lookup(): ref dlg 0x7f09deb462c0 with 1 -> 2 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:694]: dlg_lookup(): dialog id=3527 found on entry 2556 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:251]: print_lists(): Internal var-list ((nil)): Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:261]: print_lists(): Dialog var-list (0x7f09deb42ff0): Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:263]: print_lists(): cseq_diff=1 (flags 1) Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:924]: dlg_unref_helper(): unref op on 0x7f09deb462c0 with 1 from dlg_hash.c:942 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_hash.c:928]: dlg_unref_helper(): unref dlg 0x7f09deb462c0 with 1 -> 1 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: INFO: <script>: CSeq diff: 1 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: <core> [dns_cache.c:537]: _dns_hash_find(): (_sip._udp.sbc.voice.redcentric(30), 33), h=403 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: <core> [dns_cache.c:537]: _dns_hash_find(): (devsbc.voice.redcentric(23), 1), h=484 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: <core> [forward.c:174]: get_out_socket(): socket determined: 0x7f09e778d9c8 Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: <core> [msg_translator.c:418]: clen_builder(): no message body found (missing crlf?) [[INVITE sip:+447580842258@sbc1.o365.voice.redcentric;user=phone SIP/2.0#015#012FROM: "Peter Pulham"sip:+441132214578@o365.redcentric.training;user=phone;epid=4BE95AECD5;tag=7d6f29c5a0#015#012TO: sip:+447580842258@sbc1.o365.voice.redcentric;user=phone#015#012CSEQ: 17068 INVITE#015#012CALL-ID: f7b8ef80-c45d-45dc-ac79-9cc38d054238#015#012MAX-FORWARDS: 69#015#012VIA: SIP/2.0/TCP 192.168.4.153:57850;branch=z9hG4bKfe6465#015#012CONTACT: sip:MediationServer.o365.voice.redcentric:5068;transport=Tcp;maddr=192.168.4.153;ms-opaque=7d1538e1e699b871#015#012CONTENT-LENGTH: 342#015#012SUPPORTED: 100rel#015#012USER-AGENT: RTCC/6.0.0.0 MediationServer#015#012CONTENT-TYPE: application/sdp#015#012ALLOW: ACK#015#012P-ASSERTED-IDENTITY: "Peter Pulham"sip:peter.pulham@o365.redcentric.training,tel:+441132214578#015#012Privacy: id#015#012Allow: CANCEL,BYE,INVITE,PRACK,UPDATE#015#012#015#012v=0#015#012o=- 61 1 IN IP4 192.168.4.153#015#012s=session#015#012c=IN IP4 192.168.4.153#015#012b=CT:1000#015#012t=0 0#015#012m=audio 51284 RTP/AVP 97 101 13 0 8#015#012c=IN IP4 192.168.4.153#015#012a=rtcp:51285#015#012a=label:Audio#015#012a=sendrecv#015#012a=rtpmap:97 RED/8000#015#012a=rtpmap:101 telephone-event/8000#015#012a=fmtp:101 0-16#015#012a=rtpmap:13 CN/8000#015#012a=rtpmap:0 PCMU/8000#015#012a=rtpmap:8 PCMA/8000#015#012a=ptime:20#015#012]] Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: <core> [msg_translator.c:1965]: build_req_buf_from_sip_req(): Error while adjusting Content-Length Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:476]: prepare_new_uac(): could not build request Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:1741]: t_forward_nonack(): ERROR: t_forward_nonack: failure to add branches Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [tm.c:1426]: _w_t_relay_to(): t_forward_noack failed Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: DEBUG: dialog [dlg_var.c:87]: cb_dlg_locals_reset(): resetting the local dialog shortcuts on script callback: 2147483650
I've cloned and compiled the latest:
kamailio -v version: kamailio 5.0.0-dev6 (x86_64/linux) 276ccc-dirty 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 276ccc -dirty compiled on 10:07:00 Sep 29 2016 with gcc 5.4.0
But I still get the same issue:
Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: <core> [msg_translator.c:418]: clen_builder(): no message body found (missing crlf?) [[INVITE sip:+447580842258@sbc1.o365.voice.redcentric;user=phone SIP/2.0#015#012FROM: "Peter Pulham"sip:+441132214578@o365.redcentric.training;user=phone;epid=4BE95AECD5;tag=7d6f29c5a0#015#012TO: sip:+447580842258@sbc1.o365.voice.redcentric;user=phone#015#012CSEQ: 17068 INVITE#015#012CALL-ID: f7b8ef80-c45d-45dc-ac79-9cc38d054238#015#012MAX-FORWARDS: 69#015#012VIA: SIP/2.0/TCP 192.168.4.153:57850;branch=z9hG4bKfe6465#015#012CONTACT: sip:MediationServer.o365.voice.redcentric:5068;transport=Tcp;maddr=192.168.4.153;ms-opaque=7d1538e1e699b871#015#012CONTENT-LENGTH: 342#015#012SUPPORTED: 100rel#015#012USER-AGENT: RTCC/6.0.0.0 MediationServer#015#012CONTENT-TYPE: application/sdp#015#012ALLOW: ACK#015#012P-ASSERTED-IDENTITY: "Peter Pulham"sip:peter.pulham@o365.redcentric.training,tel:+441132214578#015#012Privacy: id#015#012Allow: CANCEL,BYE,INVITE,PRACK,UPDATE#015#012#015#012v=0#015#012o=- 61 1 IN IP4 192.168.4.153#015#012s=session#015#012c=IN IP4 192.168.4.153#015#012b=CT:1000#015#012t=0 0#015#012m=audio 51284 RTP/AVP 97 101 13 0 8#015#012c=IN IP4 192.168.4.153#015#012a=rtcp:51285#015#012a=label:Audio#015#012a=sendrecv#015#012a=rtpmap:97 RED/8000#015#012a=rtpmap:101 telephone-event/8000#015#012a=fmtp:101 0-16#015#012a=rtpmap:13 CN/8000#015#012a=rtpmap:0 PCMU/8000#015#012a=rtpmap:8 PCMA/8000#015#012a=ptime:20#015#012]] Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: <core> [msg_translator.c:1965]: build_req_buf_from_sip_req(): Error while adjusting Content-Length Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:476]: prepare_new_uac(): could not build request Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:1741]: t_forward_nonack(): ERROR: t_forward_nonack: failure to add branches Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [tm.c:1426]: _w_t_relay_to(): t_forward_noack failed
Many thanks
Hai team,
version: kamailio 4.4.3 (x86_64/linux) 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled on 02:42:17 Sep 20 2016 with gcc 4.8.5
1.remove_hf is not working 2.if use remove_hf i am not getting BYE here i am trying to migrate opensips to kamailio 4.4.3 3.I am not able to set maxptime
PFA
On Thu, Sep 29, 2016 at 2:48 PM, scfcplummy notifications@github.com wrote:
I've cloned and compiled the latest:
kamailio -v version: kamailio 5.0.0-dev6 (x86_64/linux) 276ccc-dirty 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 276ccc -dirty compiled on 10:07:00 Sep 29 2016 with gcc 5.4.0
But I still get the same issue:
Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: [msg_translator.c:418]: clen_builder(): no message body found (missing crlf?) [[INVITE sip:+447580842258@sbc1.o365.voice.redcentric;user=phone SIP/2.0#015#012FROM: "Peter Pulham"sip:+441132214578@o365. redcentric.training;user=phone;epid=4BE95AECD5;tag=7d6f29c5a0#015#012TO: sip:+447580842258@sbc1.o365.voice.redcentric;user=phone#15 https://github.com/kamailio/kamailio/issues/15#012CSEQ: 17068 INVITE#015#012CALL-ID: f7b8ef80-c45d-45dc-ac79-9cc38d054238#015#012MAX-FORWARDS: 69#015#012VIA: SIP/2.0/TCP 192.168.4.153:57850;branch=z9hG4bKfe6465#015#012CONTACT: sip:MediationServer.o365.voice.redcentric:5068; transport=Tcp;maddr=192.168.4.153;ms-opaque=7d1538e1e699b871#15 https://github.com/kamailio/kamailio/issues/15#012CONTENT-LENGTH: 342#015#012SUPPORTED: 100rel#015#012USER-AGENT: RTCC/6.0.0.0 MediationServer#015#012CONTENT-TYPE: application/sdp#015#012ALLOW: ACK#015#012P-ASSERTED-IDENTITY: "Peter Pulham"sip:peter.pulham@o365. redcentric.training,tel:+441132214578#15 https://github.com/kamailio/kamailio/issues/15#012Privacy: id#015#012Allow: CANCEL,BYE,INVITE,PRACK,UPDATE#015#012#015#012v=0#015#012o=- 61 1 IN IP4 192.168.4.153#015#012s=session#015#012c=IN IP4 192.168.4.153#015#012b=CT:1000#015#012t=0 0#015#012m=audio 51284 RTP/AVP 97 101 13 0 8#015#012c=IN IP4 192.168.4.153#015#012a=rtcp: 51285#015#012a=label:Audio#015#012a=sendrecv#015#012a=rtpmap:97 RED/8000#015#012a=rtpmap:101 telephone-event/8000#015#012a=fmtp:101 0-16#015#012a=rtpmap:13 CN/8000#015#012a=rtpmap:0 PCMU/8000#015#012a=rtpmap:8 PCMA/8000#015#012a=ptime:20#015#012]] Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: [msg_translator.c:1965]: build_req_buf_from_sip_req(): Error while adjusting Content-Length Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:476]: prepare_new_uac(): could not build request Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:1741]: t_forward_nonack(): ERROR: t_forward_nonack: failure to add branches Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [tm.c:1426]: _w_t_relay_to(): t_forward_noack failed
Many thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kamailio/kamailio/issues/789#issuecomment-250414108, or mute the thread https://github.com/notifications/unsubscribe-auth/AF36ZRHz14NjwJIyUzMrZXr11_7PLbX4ks5qu4J1gaJpZM4KBSky .
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hello,
if you want to get help with a different issue, then create a new email, with a subject relevant to your problem and content only related to your issue -- do not reply to an existing mailing list discussion because it mixes the content of the threads and messes up the bug tracker items.
Cheers, Daniel
On 29/09/16 12:26, yasir ay wrote:
Hai team,
version: kamailio 4.4.3 (x86_64/linux) 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled on 02:42:17 Sep 20 2016 with gcc 4.8.5
1.remove_hf is not working 2.if use remove_hf i am not getting BYE here i am trying to migrate opensips to kamailio 4.4.3 3.I am not able to set maxptime
PFA
On Thu, Sep 29, 2016 at 2:48 PM, scfcplummy <notifications@github.com mailto:notifications@github.com> wrote:
I've cloned and compiled the latest: kamailio -v version: kamailio 5.0.0-dev6 (x86_64/linux) 276ccc-dirty 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: 276ccc -dirty compiled on 10:07:00 Sep 29 2016 with gcc 5.4.0 But I still get the same issue: Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: [msg_translator.c:418]: clen_builder(): no message body found (missing crlf?) [[INVITE sip:+447580842258@sbc1.o365.voice.redcentric <mailto:+447580842258@sbc1.o365.voice.redcentric>;user=phone SIP/2.0#015#012FROM: "Peter Pulham"sip:+441132214578 <tel:%2B441132214578>@o365.redcentric.training;user=phone;epid=4BE95AECD5;tag=7d6f29c5a0#015#012TO: sip:+447580842258 <tel:%2B447580842258>@sbc1.o365.voice.redcentric;user=phone#15 <https://github.com/kamailio/kamailio/issues/15>#012CSEQ: 17068 INVITE#015#012CALL-ID: f7b8ef80-c45d-45dc-ac79-9cc38d054238#015#012MAX-FORWARDS: 69#015#012VIA: SIP/2.0/TCP 192.168.4.153:57850;branch=z9hG4bKfe6465#015#012CONTACT: sip:MediationServer.o365.voice.redcentric:5068;transport=Tcp;maddr=192.168.4.153;ms-opaque=7d1538e1e699b871#15 <https://github.com/kamailio/kamailio/issues/15>#012CONTENT-LENGTH: 342#015#012SUPPORTED: 100rel#015#012USER-AGENT: RTCC/6.0.0.0 <http://6.0.0.0> MediationServer#015#012CONTENT-TYPE: application/sdp#015#012ALLOW: ACK#015#012P-ASSERTED-IDENTITY: "Peter Pulham"sip:peter.pulham@o365.redcentric.training,tel:+441132214578 <tel:%2B441132214578>#15 <https://github.com/kamailio/kamailio/issues/15>#012Privacy: id#015#012Allow: CANCEL,BYE,INVITE,PRACK,UPDATE#015#012#015#012v=0#015#012o=- 61 1 IN IP4 192.168.4.153#015#012s=session#015#012c=IN IP4 192.168.4.153#015#012b=CT:1000#015#012t=0 0#015#012m=audio 51284 RTP/AVP 97 101 13 0 8#015#012c=IN IP4 192.168.4.153#015#012a=rtcp:51285#015#012a=label:Audio#015#012a=sendrecv#015#012a=rtpmap:97 RED/8000#015#012a=rtpmap:101 telephone-event/8000#015#012a=fmtp:101 0-16#015#012a=rtpmap:13 CN/8000#015#012a=rtpmap:0 PCMU/8000#015#012a=rtpmap:8 PCMA/8000#015#012a=ptime:20#015#012]] Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: [msg_translator.c:1965]: build_req_buf_from_sip_req(): Error while adjusting Content-Length Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:476]: prepare_new_uac(): could not build request Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [t_fwd.c:1741]: t_forward_nonack(): ERROR: t_forward_nonack: failure to add branches Sep 29 10:14:43 sbc /usr/local/sbin/kamailio[47154]: ERROR: tm [tm.c:1426]: _w_t_relay_to(): t_forward_noack failed Many thanks — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <https://github.com/kamailio/kamailio/issues/789#issuecomment-250414108>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AF36ZRHz14NjwJIyUzMrZXr11_7PLbX4ks5qu4J1gaJpZM4KBSky>. _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org <mailto:sr-dev@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev <http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev>
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
I guess it is correlated to other parts of the configuration file you use, because it works fine for me with a config based on kamailio-basic.cfg.
Can you send a stripped down (or full) version of kamailio.cfg that can be used to reproduce the issue?
Hai Sir,
Please check the attached file of kamailio.cfg my concept of sip-routing logic is inside kamailio_chk.cfg please help me, I am trying to migrate our sip-routing script opesnsip.cfg to kamailio as kamailio is very fast,stable and able handle more calls
I am attaching exisitng our opesips.cfg,that trying to migrate into kamailio
Regards Ay
On Thu, Sep 29, 2016 at 4:22 PM, Daniel-Constantin Mierla < notifications@github.com> wrote:
I guess it is correlated to other parts of the configuration file you use, because it works fine for me with a config based on kamailio-basic.cfg.
Can you send a stripped down (or full) version of kamailio.cfg that can be used to reproduce the issue?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kamailio/kamailio/issues/789#issuecomment-250433659, or mute the thread https://github.com/notifications/unsubscribe-auth/AF36Zdvhbaqt3NDGWaO6iiaICSWArLjZks5qu5iFgaJpZM4KBSky .
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
[kam.cfg.txt](https://github.com/kamailio/kamailio/files/500785/kam.cfg.txt)
Thats my full config with the !#defines and !#subst taken out.
hai team,
version: kamailio 4.4.3 (x86_64/linux) 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_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown
modules loaded in kam.cfg ### LOG Levels: 3=DBG, 2=INFO, 1=NOTICE, 0=WARN, -1=ERR debug=3 log_stderror=no
memdbg=5 memlog=5
log_facility=LOG_LOCAL0
fork=yes children=4
/* uncomment the next line to disable TCP (default on) */ #disable_tcp=yes
/* uncomment the next line to disable the auto discovery of local aliases based on reverse DNS on IPs (default on) */ #auto_aliases=no
/* add local domain aliases */ alias=ALIAS
/* uncomment and configure the following line if you want Kamailio to bind on a specific interface/port/proto (default bind on all available) */ mhomed=1 #listen=VTRAN:VIP:VPORT #listen=tcp:CCEIP:CCEPORT
#/* port to listen to # * - can be specified more than once if needed to listen on many ports */ #port=5060
#enable_tls=yes
# life time of TCP connection when there is no traffic # - a bit higher than registration expires to cope with UA behind NAT #tcp_connection_lifetime=3605
####### Modules Section ########
mpath="/usr/local/lib64/kamailio/modules/"
loadmodule "db_mysql.so" loadmodule "ipops.so" loadmodule "mi_fifo.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "rr.so" loadmodule "pv.so" loadmodule "maxfwd.so" loadmodule "textops.so" loadmodule "siputils.so" loadmodule "xlog.so" loadmodule "sanity.so" loadmodule "ctl.so" loadmodule "cfg_rpc.so" loadmodule "mi_rpc.so" *loadmodule "uac.so"* loadmodule "rtpproxy.so" loadmodule "dialog.so"
loadmodule "auth.so" loadmodule "auth_db.so" #loadmodule "tls.so"
# ----------------- setting module-specific parameters ---------------
modparam("dialog", "dlg_flag", 1) modparam("dialog", "track_cseq_updates", 1)
# ----- uac params ----- *modparam("uac", "reg_db_url", "mysql://127.0.0.1/kamailio http://127.0.0.1/kamailio")*
*modparam("uac","root","$avp(auser)")* *modparam("uac","root","$avp(apass)")* *modparam("uac","$null","$avp(arealm)")*
#modparam("uac", "reg_timer_interval", 60) #modparam("uac", "reg_retry_interval", 60) modparam("uac", "reg_db_table", "uacreg") modparam("uac", "reg_contact_addr", "VIP:5060")
# ----- tm params ----- # auto-discard branches from previous serial forking leg modparam("tm", "failure_reply_mode", 3) # default retransmission timeout: 30sec modparam("tm", "fr_timer", 30000) # default invite retransmission timeout after 1xx: 120sec modparam("tm", "fr_inv_timer", 120000)
# ----- rr params ----- # set next param to 1 to add value to ;lr param (helps with some UAs) modparam("rr", "enable_full_lr", 0) # do not append from tag to the RR (no need for this script) modparam("rr", "append_fromtag", 1)
# ----- rtpproxy params ----- modparam("rtpproxy", "rtpproxy_sock", "udp:127.0.0.1:7722")
#!ifdef WITH_TLS # ----- tls params ----- #modparam("tls", "config", "/etc/kamailio/tls.cfg") #!endif
#!ifdef WITH_DEBUG # ----- debugger params ----- modparam("debugger", "cfgtrace", 1) modparam("debugger", "log_level_name", "exec") #!endif
####### Routing Logic ########
# Main SIP request routing logic # - processing of any incoming SIP request starts with this route # - note: this is the same as route { ... } route {
dlg_manage(); t_on_failure("TRUNKAUTH");
# chaeck for options if(uri==myself) { if ((method==OPTIONS) && (! uri=~"sip:.*[@]+.*")) { options_reply(); exit(); }
}
# per request initial checks route(REQINIT);
# do media anchoring route(RTPPROXY);
# handle requests within SIP dialogs route(WITHINDLG);
### only initial requests (no To tag)
# CANCEL processing if (is_method("CANCEL")) { if (t_check_trans()) t_relay(); exit; }
t_check_trans();
# record routing for dialog forming requests (in case they are routed) # - remove preloaded route headers remove_hf("Route"); if (is_method("INVITE|SUBSCRIBE")) record_route();
# handle registrations route(REGISTRAR);
if ($rU==$null) { # request with no Username in RURI sl_send_reply("484","Address Incomplete"); exit; }
# dispatch destinations route(DISPATCH);
}
failure_route[TRUNKAUTH] {
if (t_is_canceled()) { exit; } if(t_check_status("401|407")) { $avp(arealm) = "AUTH_REALM"; $avp(auser) = "AUTH_USER"; $avp(apass) = "AUTH_PASS"; if (uac_auth()) { xlog("L_INFO", "CSeq diff: $dlg_var(cseq_diff)"); t_relay(); } else { xlog("L_INFO", "UAC_AUTH(): credentials not found"); } exit; } }
# Per SIP request initial checks route[REQINIT] { if (!mf_process_maxfwd_header("10")) { sl_send_reply("483","Too Many Hops"); exit; }
if(!sanity_check("1511", "7")) { xlog("Malformed SIP message from $si:$sp\n"); exit; } }
# Handle requests within SIP dialogs route[WITHINDLG] { if (has_totag()) { # sequential request withing a dialog should # take the path determined by record-routing if (loose_route()) { if (is_method("BYE")) { setflag(1); # do accounting ... setflag(3); # ... even if the transaction fails } if(is_method("PRACK")) { $var(rack_sequ) = $(hdr(Rack){s.select,0, }{ s.int}); $var(rack_meth) = $(hdr(Rack){s.select,2, }); $var(new_rack_cseq) = $(hdr(Rack){s.select,1, }{s.int}) + $(dlg_var(cseq_diff){s.int}); remove_hf("RAck"); insert_hf("RAck: $var(rack_sequ) $var(new_rack_cseq) $var(rack_meth)\r\n"); } route(DISPATCH); } else { if (is_method("SUBSCRIBE") && uri == myself) { # in-dialog subscribe requests exit; } if ( is_method("ACK") ) { if ( t_check_trans() ) { # non loose-route, but stateful ACK; # must be ACK after a 487 or e.g. 404 from upstream server t_relay(); exit; } else { # ACK without matching transaction ... ignore and discard. exit; } } sl_send_reply("404","Not here"); } exit; } }
# Handle SIP registrations route[REGISTRAR] { if(!is_method("REGISTER")) return; sl_send_reply("404", "No registrar"); exit; }
# Dispatch requests route[DISPATCH] {
if(dst_ip == VIP ) { $rd = "MEDIATION_FQDN"; $rp = "MEDIATION_PORT"; $td = $rd; if(!t_relay_to_tcp()) { sl_reply_error(); } } else { $rd = "TRUNK_DOMAIN"; $td = $rd; $du = "sip:SBC_SRV"; remove_hf("Privacy"); remove_hf("P-Asserted-Identity");
subst('/^From:(.*)sip:([^@]*)@([a-zA-Z0-9.]+?)(.*)$/From:\1sip:\2@ \3;otg=TRUNK_OTG\4/ig'); if (!t_relay()) { sl_reply_error(); }
} exit;
}
# RTPProxy control route[RTPPROXY] {
if (is_method("INVITE")){ if(dst_ip == VIP ) { rtpproxy_manage("rwei"); } else { rtpproxy_manage("rwie"); } }
return; }
onreply_route {
if (af==INET) { rtpproxy_manage("cwei"); }
return(1); }
Sep 30 03:01:25 divox kamailio[2734]: 0(2743) : <core> [cfg.y:3371]: yyerror_at(): parse error in config file /usr/local/kamailio-4.4/etc/kamailio/kamailio.cfg, line 189, column 32: unknown command, missing loadmodule? Sep 30 03:01:25 divox kamailio[2734]: 0(2743) ERROR: <core> [pvapi.c:828]: pv_parse_spec2(): error searching pvar "avp" Sep 30 03:01:25 divox kamailio[2734]: 0(2743) ERROR: <core> [pvapi.c:1032]: pv_parse_spec2(): wrong char [a/97] in [$avp(arealm)] at [5 (5)] Sep 30 03:01:25 divox kamailio[2734]: 0(2743) : <core> [cfg.y:3368]: yyerror_at(): parse error in config file /usr/local/kamailio-4.4/etc/kamailio/kamailio.cfg, line 190, column 9-20: Can't get from cache: $avp(arealm) Sep 30 03:01:25 divox kamailio[2734]: ERROR: bad config file (51 errors) Sep 30 03:01:25 divox kamailio[2734]: 0(2743) DEBUG: <core> [ppcfg.c:224]: pp_ifdef_level_check(): same number of pairing preprocessor directives #!IF[N]DEF - #!ENDIF Sep 30 03:01:25 divox kamailio[2734]: 0(2743) INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized Sep 30 03:01:25 divox kamailio[2734]: 0(2743) DEBUG: <core> [mem/shm.c:174]: shm_core_lock_destroy(): destroying the shared memory lock Sep 30 03:01:25 divox kamailio[2734]: 0(2743) DEBUG: <core> [mem/shm.c:266]: shm_destroy_manager(): destroying memory manager: f_malloc Sep 30 03:01:25 divox kamailio[2734]: 0(2743) DEBUG: <core> [mem/pkg.c:89]: pkg_destroy_manager(): destroying memory manager: f_malloc
On Thu, Sep 29, 2016 at 7:18 PM, scfcplummy notifications@github.com wrote:
kam.cfg.txt https://github.com/kamailio/kamailio/files/500785/kam.cfg.txt
Thats my full config with the !#defines and !#subst taken out.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kamailio/kamailio/issues/789#issuecomment-250470775, or mute the thread https://github.com/notifications/unsubscribe-auth/AF36ZVgagM4XZOtscypxADCX3R6sbtb_ks5qu8GhgaJpZM4KBSky .
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Still not able to reproduce, can you send me full log with debug=3 in kamailio.cfg for processing from initial INVITE until the error messages are printed?
Closed #789.
Should be fixed, see #819.