I 've a dahua intercom system composed by:
Now I've made an automation AGI script that in some case (based on a DB query) instead of calling the Group Call answer the call from the outdoor UNIT and plays a ulaw audio file. The script is OK becouse i tested it with zoiper and other telephone. But when I used it with the VTO intercom the script start but after some seconds asterisk fail the call and hangup with the following errors:
[2020-12-16 15:48:16] WARNING[109134]: chan_sip.c:4038 retrans_pkt: Retransmission timeout reached on transmission 202012161748091032678280@172.16.0.111 for seqno 21 (Critical Response) -- See SIP Retransmissions - Asterisk Project - Asterisk Project Wiki
Packet timed out after 6400ms with no response
[2020-12-16 15:48:16] WARNING[109134]: chan_sip.c:4067 retrans_pkt: Hanging up call 202012161748091032678280@172.16.0.111 - no reply to our critical packet (see SIP Retransmissions - Asterisk Project - Asterisk Project Wiki).
I attach two capture i made with tcp dump: one is with the right flow of the call the other one is when it fails.
My FreePBX ip is 172.16.0.160
The VTO ip is 172.16.0.111
The VTH ip is 172.16.0.99
Thank U for everyone who will help me in debugging and resolving this problem.
- a Dahua VTO2000A outdoor unit ()
- a Dahua VTH1510 indoor unit
Now I've made an automation AGI script that in some case (based on a DB query) instead of calling the Group Call answer the call from the outdoor UNIT and plays a ulaw audio file. The script is OK becouse i tested it with zoiper and other telephone. But when I used it with the VTO intercom the script start but after some seconds asterisk fail the call and hangup with the following errors:
[2020-12-16 15:48:16] WARNING[109134]: chan_sip.c:4038 retrans_pkt: Retransmission timeout reached on transmission 202012161748091032678280@172.16.0.111 for seqno 21 (Critical Response) -- See SIP Retransmissions - Asterisk Project - Asterisk Project Wiki
Packet timed out after 6400ms with no response
[2020-12-16 15:48:16] WARNING[109134]: chan_sip.c:4067 retrans_pkt: Hanging up call 202012161748091032678280@172.16.0.111 - no reply to our critical packet (see SIP Retransmissions - Asterisk Project - Asterisk Project Wiki).
I attach two capture i made with tcp dump: one is with the right flow of the call the other one is when it fails.
My FreePBX ip is 172.16.0.160
The VTO ip is 172.16.0.111
The VTH ip is 172.16.0.99
Thank U for everyone who will help me in debugging and resolving this problem.