Hi,
I am getting this error when calling an extension. Both extensions are behind the NAT, the call is started and I can hear the voice. but hangup fails with the following error.
If I used a 3G connection for both extensions, start and end call work fine.
tport.c:3286 tport_tsend() tport_tsend(0x7f2de4040620) tpn = TCP/46.244.66.80:16143
tport.c:3623 tport_vsend() tport_vsend(0x7f2de4040620): 1249 bytes of 1249 to tcp/46.244.66.80:16143
tport.c:3521 tport_send_msg() tport_vsend returned 1249
tport.c:2311 tport_set_secondary_timer() tport(0x7f2de4040620): reset timer
nta.c:7209 _nta_incoming_timer() nta_incoming_timer: 1/1 resent, 0/1 tout, 0/1 term, 0/2 free
nta.c:1300 agent_timer() nta: timer set next to 4000 ms
tport.c:2770 tport_wakeup_pri() tport_wakeup_pri(0x7f2de407f890): events IN
tport.c:2893 tport_recv_event() tport_recv_event(0x7f2de407f890)
tport.c:3234 tport_recv_iovec() tport_recv_iovec(0x7f2de407f890) msg 0x7f2de40f54d0 from (udp/80.240.28.174:5060) has 376 bytes, veclen = 1
tport.c:3052 tport_deliver() tport_deliver(0x7f2de407f890): msg 0x7f2de40f54d0 (376 bytes) from udp/46.244.66.80:5060/sip next=(nil)
nta.c:2895 agent_recv_request() nta: received ACK sip:*723@80.240.28.174:5060;transport=udp SIP/2.0 (CSeq 18505)
nta.c:2957 agent_recv_request() nta: ACK has bad Via header
tport.c:2770 tport_wakeup_pri() tport_wakeup_pri(0x7f2de407f890): events IN
tport.c:2893 tport_recv_event() tport_recv_event(0x7f2de407f890)
tport.c:3234 tport_recv_iovec() tport_recv_iovec(0x7f2de407f890) msg 0x7f2de40f54d0 from (udp/80.240.28.174:5060) has 400 bytes, veclen = 1
tport.c:3052 tport_deliver() tport_deliver(0x7f2de407f890): msg 0x7f2de40f54d0 (400 bytes) from udp/46.244.66.80:5060/sip next=(nil)
nta.c:2895 agent_recv_request() nta: received BYE sip:*723@80.240.28.174:5060;transport=udp SIP/2.0 (CSeq 18506)
nta.c:2957 agent_recv_request() nta: BYE has bad Via header
I am getting this error when calling an extension. Both extensions are behind the NAT, the call is started and I can hear the voice. but hangup fails with the following error.
If I used a 3G connection for both extensions, start and end call work fine.
tport.c:3286 tport_tsend() tport_tsend(0x7f2de4040620) tpn = TCP/46.244.66.80:16143
tport.c:3623 tport_vsend() tport_vsend(0x7f2de4040620): 1249 bytes of 1249 to tcp/46.244.66.80:16143
tport.c:3521 tport_send_msg() tport_vsend returned 1249
tport.c:2311 tport_set_secondary_timer() tport(0x7f2de4040620): reset timer
nta.c:7209 _nta_incoming_timer() nta_incoming_timer: 1/1 resent, 0/1 tout, 0/1 term, 0/2 free
nta.c:1300 agent_timer() nta: timer set next to 4000 ms
tport.c:2770 tport_wakeup_pri() tport_wakeup_pri(0x7f2de407f890): events IN
tport.c:2893 tport_recv_event() tport_recv_event(0x7f2de407f890)
tport.c:3234 tport_recv_iovec() tport_recv_iovec(0x7f2de407f890) msg 0x7f2de40f54d0 from (udp/80.240.28.174:5060) has 376 bytes, veclen = 1
tport.c:3052 tport_deliver() tport_deliver(0x7f2de407f890): msg 0x7f2de40f54d0 (376 bytes) from udp/46.244.66.80:5060/sip next=(nil)
nta.c:2895 agent_recv_request() nta: received ACK sip:*723@80.240.28.174:5060;transport=udp SIP/2.0 (CSeq 18505)
nta.c:2957 agent_recv_request() nta: ACK has bad Via header
tport.c:2770 tport_wakeup_pri() tport_wakeup_pri(0x7f2de407f890): events IN
tport.c:2893 tport_recv_event() tport_recv_event(0x7f2de407f890)
tport.c:3234 tport_recv_iovec() tport_recv_iovec(0x7f2de407f890) msg 0x7f2de40f54d0 from (udp/80.240.28.174:5060) has 400 bytes, veclen = 1
tport.c:3052 tport_deliver() tport_deliver(0x7f2de407f890): msg 0x7f2de40f54d0 (400 bytes) from udp/46.244.66.80:5060/sip next=(nil)
nta.c:2895 agent_recv_request() nta: received BYE sip:*723@80.240.28.174:5060;transport=udp SIP/2.0 (CSeq 18506)
nta.c:2957 agent_recv_request() nta: BYE has bad Via header
Last edited: