-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have 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
No final response in 10 seconds. (35) #4
Comments
Working on the same problem right now. I believe that the web server that is hosting the php can send the command to the sip server, but cannot receive data back on the designated port, hence "No final response in 10 seconds." Open the port on PHP server inbound and outbound. Let me know if this helps. Take a look at in PhpSIP.class.php :
|
Same thing happen in my server also.Can you please give me the solution for it. |
Is port 5065 open? |
Actually I am trying to receive in 5061.And yes 5061 is open and I am getting response by python socket |
Hi, I have just made a commit 11122c2 with new example PHP code which sends anonymous SIP OPTIONS request to our SIP Proxy. It may be an easy way to verify your PHP / environment is capable of running PhpSIP. The way to test is:
next edit this line to enter your own IP address, and run in the console:
this should produce output similar to:
which confirms PhpSIP was able to:
All of which are required for PhpSIP to work correctly. Let me know if you need any more help. Regards, |
Hello,
I always get The error message No final response in 10 seconds (I'm using Avaya IPO 10.1).
If I register a softphone client on my PC then the INVITE is working (the call is started), but the request always get's in timeout on the first 10 seconds.
I'm using this tutorial:
https://level7systems.co.uk/click_to_call_with_php_sip/
Any Idea what is the problem here? The script is stuck on
$this->readMessage()
in the send-Method.In the trace I see this request:
The text was updated successfully, but these errors were encountered: