Error in ast_cli

What might be causing this?
=> [Sep 16 12:51:10] ERROR[1827]: chan_sip.c:4271 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit returns error for pkt data

1 Like

Misconfiguration on your SIP configuration or Serious Network Troubles

1 Like

Most of the errors listed here could cause it, although some are not relevant and are temporary conditions that should be retried, silently:

https://man7.org/linux/man-pages/man2/send.2.html#ERRORS

1 Like

So u mean to say asterisk is trying send sip data to a specific IP and then it fails to send to that ip because it does not exist, thus throwing this error?

I’m saying that the error means one of those system calls failed, and those are the possible detailed reasons for failure. There are multiple possible errors. I don’t know if a debug message is produced with the more precise error.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.