- Joined
- Mar 5, 2014
- Messages
- 94
- Reaction score
- 5
Hello,
I've had the SBC working, now it's stopped and I have no idea why. There has been some work done on the 3CX server by a third party but they're insisting it couldn't have had an issue.
I've tried the SBC for Windows and Raspberry Pi without any luck.
The output I'm seeing on windows is:
My config file is:
(obviously I've changed the public IPs)
The error log shows:
My IP details are:
The one thing which stands out to me is the 169.254.180.133 IP address, where would this be coming from?
Thank you
I've had the SBC working, now it's stopped and I have no idea why. There has been some work done on the 3CX server by a third party but they're insisting it couldn't have had an issue.
I've tried the SBC for Windows and Raspberry Pi without any luck.
The output I'm seeing on windows is:
And the RPi one shows a similar output.Windows SBC said:ALERT | 20150922-111310.059 | 3CXTunnel | TUNL | 12964 | TunnelTcp.cpp:344 | Sending first packet from [ V4 0.0.0.0:64597 UNKNOWN_TRANSPORT target domain=unspecified mFlowKey=0 ] to [ V4 115.248.25.154:5090 TCP target domain=unspecified mFlowKey=0 ]
My config file is:
Code:
[Log]
Type=file # cout, cerr, file, syslog
File=C:\ProgramData\3CXSBC\Logs\3cxsbc.log
Level=ERR # NONE", "EMERG", "ALERT", "CRIT", "ERR", "WARNING", "NOTICE", "INFO", "DEBUG", "STACK", "ERR", "VERBOSE"
[Bridge/123456]
Name="SBC"
Password="IOBRkULwz17MN"
ID=123456
SecurityMode=0
#LocalSipAddr=0.0.0.0
#LocalSipPort=5060 # local SIP (UDP/TCP) address (def: 5060)
TunnelAddr=1.2.3.4
PbxSipPort=5060
TunnelPort=5090
PbxSipIP=10.201.18.10
[General]
PrintStatsInterval=30
ReconnectInterval=30
The error log shows:
Code:
22-Sep-2015 15:15:40.210 Leg L:230.1[Unknown:] is terminated: Cause: BYE from PBX
22-Sep-2015 15:15:40.160 [CM502001]: Source info: From: "SBC"<sip:[email protected]>;tag=3497611525; To: <sip:[email protected]>
22-Sep-2015 15:15:40.160 [CM503013]: Call(C:230): Incoming call rejected, caller is unknown; msg=Ivite-IN Recv Req INVITE from 10.201.18.10:5080 tid=3074588175 [email protected]:
INVITE sip:[email protected]:5060 SIP/2.0
Via: SIP/2.0/UDP 10.201.18.10:5080;branch=z9hG4bK-d8754z-3074588175-2---d8754z-;rport=5080
Via: SIP/2.0/UDP MYWANIP:60476;branch=z9hG4bK-d8754z-tunneltid-1---d8754z-;rport;tnlid=sbc.8dc75aff
Via: SIP/2.0/UDP 172.23.19.13:5064;branch=z9hG4bK3074588175
Max-Forwards: 68
Record-Route: <sip:[email protected]:5080;user=proxy;uri="sbc.8dc75aff">
Record-Route: <sip:[email protected]:5060;user=proxy;tnlid=sbc.8dc75aff>
Contact: <sip:[email protected]:5064>
To: <sip:[email protected]>
From: "SBC"<sip:[email protected]>;tag=3497611525
Call-ID: [email protected]
CSeq: 2 INVITE
Allow: INVITE, INFO, PRACK, ACK, BYE, CANCEL, OPTIONS, NOTIFY, REGISTER, SUBSCRIBE, REFER, PUBLISH, UPDATE, MESSAGE
Content-Type: application/sdp
Proxy-Authorization: Digest username="1200",realm="3CXPhoneSystem",nonce="414d535c0c11b44234:8245358b05db29446c1c0252f5f29e08",uri="sip:[email protected]",response="2e865db25387440e37bb8e8fbbad6e2c",algorithm=MD5
Supported: replaces
User-Agent: Yealink SIP-T42G 29.71.0.224
Allow-Events: talk, hold, conference, refer, check-sync
Content-Length: 306
My IP details are:
- 172.23.19.13 = My phone
- 10.201.18.10 = Remote phone server
- 172.23.70.143 = My desktop running windows SBC
The one thing which stands out to me is the 169.254.180.133 IP address, where would this be coming from?
Thank you