-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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:
16:19:30 2179115091mS SIP Rx: UDP 192.168.1.126:5065 -> 192.168.1.170:5060
INVITE sip:8004@192.168.1.170 SIP/2.0
Via: SIP/2.0/UDP 192.168.1.126:5065;rport;branch=z9hG4bK808467
From: <sip:8003@192.168.1.126>;tag=82155
To: <sip:8004@192.168.1.170>
Call-ID: 8ca87e628b8bd7a952e9a8eb6fb28efa@192.168.1.126
CSeq: 20 INVITE
Contact: <sip:8003@192.168.1.126:5065>
Content-Type: application/sdp
Max-Forwards: 70
User-Agent: PHP SIP
Subject: click2call
Content-Length: 225
v=0
o=click2dial 0 0 IN IP4 192.168.1.126
s=click2dial call
c=IN IP4 192.168.1.126
t=0 0
m=audio 8000 RTP/AVP 0 8 18 3 4 97 98
a=rtpmap:0 PCMU/8000
a=rtpmap:18 G729/8000
a=rtpmap:97 ilbc/8000
a=rtpmap:98 speex/8000
Metadata
Metadata
Assignees
Labels
No labels