Chan_sip.c:4270 __sip_reliable_xmit: Serious Network Trouble; __sip_xmit Returns Error For Pkt Data
May 23 10:56:33 ERROR26017: chansip.c:2922 sipreliablexmit: Serious Network Trouble; sipxmit returns error for pkt data.
- Chan_sip.c:4270 __sip_reliable_xmit: Serious Network Trouble Today
- Chan_sip.c:4270 __sip_reliable_xmit: Serious Network Trouble Full
- Chan_sip.c:4270 __sip_reliable_xmit: Serious Network Trouble Lyrics
- Chansip.c:4263 sipreliablexmit: Serious Network Trouble; sipxmit returns. I have restarted the server couple of times and still the same. I now have no clue whats to be done next. Now I am thinking whether I should continue with this new version or stick to the old existing one. And the reason I want to switch to this new.
- May 11, 2016 - Last qualify: 0 2016-05-15 19:09:34 ERROR3422 chansip.c: Serious Network Trouble; sipxmit returns error for pkt data 2016-05-15.
Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Feb 12, 2018
The server configuration guide for Asterisk sugests adding two parameters to UA's configuration:
And it works with Can this options be added to Lines 76 to 89 in 3fbdab5
Or if has no side effects, can all the |
commented Feb 12, 2018
I will add some sort of |
commented Feb 22, 2018
@seanbright I'm testing with Asterisk 13.19.0. I've tried without this options and all incoming calls fail with this error: Unless i set |
Chan_sip.c:4270 __sip_reliable_xmit: Serious Network Trouble Today
commented Apr 27, 2018
I use |
commented Apr 30, 2018
I have updated our Asterisk Guide and these options are no longer needed to work with recent versions of Asterisk. I am going to close this as we do not wish to add these options to the Simple layer. |
I got the above error when try to connect two soft phones which is successfully registered. I was trying to make a voice call in local not connecting and instead returns the error:
I am using asterisk 13.5.0 and not using freepbx. Simply try to make a call between two peers
3 Answers
arheopsarheopsMake changes to sip.conf edit the line bind address like bindaddr=0.0.0.0
Solved
Chan_sip.c:4270 __sip_reliable_xmit: Serious Network Trouble Full
OK I've just solved this issue in my network.First of all , about the situation : i had an 'Issabel VoIP server' based on Asterisk 13 but when i wanted to make calls ,it just failed and i got the same error as yours on Asterisk CLI. I had successful ping requests from the server and extension had been registered without any errors.Solution: I had doubt about network devices, so i installed 2 soft-phones (like 3cx or Zoiper) on my laptop and connected it straightly to the server using a LAN patch cord ( to see if there's an issue on server side or its related to my network infra.) and registered 2 extensions on my soft-phone and they called each other without problem.so i understood that its one of my network devices that was limiting the transition of VoIP packets between server and extensions . finally i got that it was my TDD-LTE Modem that intercept my connection.
So to make long story short :
1- First create a small network between your server and laptop
2- Register 2 extensions on your soft-phone
3- make call between them and if it goes fine , then look for an obstacle in your main network.
hope it could help you