We are running Asterisk 16.11.1 in CentOS 7 box with 16 CPU and 65 GB RAM. The calls are timing out with the below message when we do testing with 5 cps. We are not using Realtime and the dialplan is in the extensions.conf file. We are using a simple dialplan for testing and the calls started timing out with Retransmission error on 43rd call onward if number of lines/statements in the dialplan is 17. Issue started experiencing on 68th call when the number of dialplan statements reduces to 12.
exten => 1000,1,Answer()
exten => 1000,n,NoOp(message1)
exten => 1000,n,NoOp(message2)
exten => 1000,n,NoOp(message3)
exten => 1000,n,NoOp(message4)
exten => 1000,n,NoOp(message5)
exten => 1000,n,NoOp(message6)
exten => 1000,n,NoOp(message7)
exten => 1000,n,NoOp(message8)
exten => 1000,n,NoOp(message9)
exten => 1000,n,NoOp(message10)
exten => 1000,n,NoOp(message11)
exten => 1000,n,NoOp(message12)
exten => 1000,n,NoOp(message13)
exten => 1000,n,NoOp(message14)
exten => 1000,n,NoOp(message15)
exten => 1000,n,NoOp(message16)
exten => 1000,n,Playback(mohaudio&mohaudio&mohaudio&mohaudio&mohaudio&mohaudio&mohaudio&mohaudio&mohaudio&mohaudio&mohaudio)
exten => 1000,n,Hangup()
[2020-06-25 13:36:28.687] WARNING[44639] chan_sip.c: Retransmission timeout reached on transmission 4fdc-48899552-0001-Call71 for seqno 1 (Critical Response) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 32122ms with no response
[2020-06-25 13:36:28.695] WARNING[44639] chan_sip.c: Hanging up call 4fdc-48899552-0001-Call71 - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
[2020-06-25 13:36:32.992] WARNING[44639] chan_sip.c: Retransmission timeout reached on transmission 1f89-48900752-0001-Call77 for seqno 1 (Critical Response) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 32541ms with no response
[2020-06-25 13:36:32.999] WARNING[44639] chan_sip.c: Hanging up call 1f89-48900752-0001-Call77 - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
[2020-06-25 13:36:38.997] WARNING[44639] chan_sip.c: Retransmission timeout reached on transmission 3558-48902357-0001-Call85 for seqno 1 (Critical Response) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Packet timed out after 32362ms with no response
[2020-06-25 13:36:39.010] WARNING[44639] chan_sip.c: Hanging up call 3558-48902357-0001-Call85 - no reply to our critical packet (see https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions).
[2020-06-25 13:36:40.060] WARNING[44639] chan_sip.c: Retransmission timeout reached on transmission 7086-48902552-0001-Call86 for seqno 1 (Critical Response) – See https://wiki.asterisk.org/wiki/display/AST/SIP+Retransmissions
Any help on this will be highly appreciated.
Thanks,
Pradeep