- Joined
- Oct 6, 2017
- Messages
- 24
- Reaction score
- 2
Hello,
I'd like to configure 3CX with our existing SIP trunk from IPAustria. I already managed to add the trunk (using “generic”) and get outbound calls working. But inbound calls always show errors in the logs:
Trunk settings
Registrar: node5.ipaustria.at:5060
Outbond proxy: -
Authentication: Register/Account based
Authentication ID: [ID]
Authentication Password: [PW]
3 Way Authentication: No
Main Trunk No: 0043552321***
DIDs: 00435523213** / 00435523213**10 / 00435523213**11
PBX Delivers Audio: Yes
Supports Re-Invite: No
Supports Replaces: No
Public Public IP in SIP VIA Header: No
SRTP: No
"CallerNum" caller's number: From: Display Name
"CalledNum" number that has been dialed: To: Display Name
"CallerName" caller's name: From: User Part
Call Source Identification: No
Log in “Verbose” mode
It looks to me like the 3CX does not get its external IP right.
* Under “Settings → Public IP” I've configured to use “Static Public IP” and entered the IP.
* The “Select network card interface” only shows the EC2's private IP not the static public IP. So this is selected (172.31.**.**).
I tried several options on the trunk settings page but everything stays the same. I am also confused why the verbose log shows the “IPs do not match” error while the normal log shows an error regarding the “extension settings”.
Anyone knows how to get this working?
Thank you!
Matthias
I'd like to configure 3CX with our existing SIP trunk from IPAustria. I already managed to add the trunk (using “generic”) and get outbound calls working. But inbound calls always show errors in the logs:
Trunk settings
Registrar: node5.ipaustria.at:5060
Outbond proxy: -
Authentication: Register/Account based
Authentication ID: [ID]
Authentication Password: [PW]
3 Way Authentication: No
Main Trunk No: 0043552321***
DIDs: 00435523213** / 00435523213**10 / 00435523213**11
PBX Delivers Audio: Yes
Supports Re-Invite: No
Supports Replaces: No
Public Public IP in SIP VIA Header: No
SRTP: No
"CallerNum" caller's number: From: Display Name
"CalledNum" number that has been dialed: To: Display Name
"CallerName" caller's name: From: User Part
Call Source Identification: No
Log in “Verbose” mode
Code:
10/05/2017 5:47:14 PM - [CM302002]: Authentication failed due to unidentified source of: SipReq: INVITE [email protected]:5060 tid=5404da7f cseq=103 INVITE contact=004366444959**@213.208.5.40 / 103 from(wire)
10/05/2017 5:47:14 PM - [CM500002]: Unidentified incoming call. Review INVITE and adjust source identification:
Invite-UNK Recv Req INVITE from 213.208.5.40:5060 tid=595e2bcb [email protected]:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 213.208.5.40:5060;branch=z9hG4bK595e2bcb;rport=5060
Max-Forwards: 70
Contact: <sip:004366444959**@213.208.5.40>
To: <sip:[email protected]:5060>
From: "004366444959**" <sip:004366444959**@213.208.5.40>;tag=as35330886
Call-ID: [email protected]
CSeq: 102 INVITE
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO
Content-Type: application/sdp
Date: Thu, 05 Oct 2017 15:47:14 GMT
Supported: replaces
User-Agent: Voicenode Providersystem v 3.5.1
Content-Length: 338
v=0
o=root 11690 11690 IN IP4 213.208.5.40
s=session
c=IN IP4 213.208.5.40
t=0 0
m=audio 12078 RTP/AVP 8 111 18 3 0 101
a=rtpmap:8 PCMA/8000
a=rtpmap:111 G726-32/8000
a=rtpmap:18 G729/8000
a=fmtp:18 annexb=no
a=rtpmap:3 GSM/8000
a=rtpmap:0 PCMU/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=ptime:20
a=sendrecv
10/05/2017 5:47:14 PM - IPs do not match!
10/05/2017 5:47:14 PM - Compare IPs: incoming=213.208.5.40; external=0.0.0.0
10/05/2017 5:47:14 PM - IPs do not match!
10/05/2017 5:47:14 PM - Compare IPs: incoming=213.208.5.40; external=52.57.244.62
10/05/2017 5:47:06 PM - PBX has dropped a message with 'User-Agent: friendly-scanner' from IP 51.15.147.70 because it is on blocked UAs list
It looks to me like the 3CX does not get its external IP right.
* Under “Settings → Public IP” I've configured to use “Static Public IP” and entered the IP.
* The “Select network card interface” only shows the EC2's private IP not the static public IP. So this is selected (172.31.**.**).
I tried several options on the trunk settings page but everything stays the same. I am also confused why the verbose log shows the “IPs do not match” error while the normal log shows an error regarding the “extension settings”.
Anyone knows how to get this working?
Thank you!
Matthias