Hello i’m getting this error in my asterisk
ERROR[21683]: chan_sip.c:4321 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit returns error for pkt data
and then i setted the debug on and this cames around.
Retransmitting #4 (no NAT) to <ip_addr>:50928:
OPTIONS sip:pan80orn@192.0.2.47;transport=ws SIP/2.0
Via: SIP/2.0/UDP XXX.XXX.XXX.XXX:5060;branch=z9hG4bK7e44a64f
Max-Forwards: 70
From: "asterisk" <sip:asterisk@XXX.XXX.XXX.XXX>;tag=as39e37540
To: <sip:pan80orn@192.0.2.47;transport=ws>
Contact: <sip:asterisk@XXX.XXX.XXX.XXX:5060>
Call-ID: 542d91ed3a30f9b16983bdc501786241@172.26.13.179:5060
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX 16.5.1
Date: Thu, 12 Sep 2019 16:32:36 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Content-Length: 0
Is there a way to avoid that this -> sip:pan80orn@192.0.2.47 tries to access the asterisk?
Thanks