This Question is Not Answered

1 "correct" answer available (5 pts) 2 "helpful" answers available (1 pts)
0 Replies Last post: Oct 1, 2009 4:36 AM by mpicher  
Click to view mpicher's profile   40 posts since
Dec 28, 2008

Oct 1, 2009 4:36 AM

Dual OpenSBC Systems Load Balanaced with SRV Records


I'm having a little trouble with multiple OpenSBC boxes. Registration through to the sipXecs system behind both of them works great. But if a user coming through one of the SBC's tries to call a user on the other SBC it's like that user isn't registered to the sipXecs system... call just goes to VoiceMail.

It's possible I have something blocked on Vyatta (basically everything allowed outbound from a firewall perspective but unbound from the Internet side only Port 5060 tcp & udp, ports 10000 - 20000 udp are allowed in.

Here's my config file.

[Solegy]
RTTS-Client-Address=(gets populated automatically with outside IP, this is of no use)

[OpenSBC-General-Parameters]
SIP-Log-Level=1
PTRACE-Log-Level=1
Log-File-Prefix=b2bua
SBC-Application-Mode=B2BUpperReg Mode
Interface-Address Array Size=0
Enable-Backdoor-Port=True
Enable-Trunk-Port=True
Enable-Calea-Port=True
RTP-Min-Port=10000
RTP-Max-Port=20000
Enable-Local-Refer=True
Max-Forwards=70
Encryption-Mode=XOR
Encryption-Key=GS
Transaction-Thread-Count=10
Session-Thread-Count=10
Alerting-Timeout=30000
Seize-Timeout=60000
SIP-Timer-B=Default
SIP-Timer-H=Default
Session-Keep-Alive=1800
Session-Max-Life-Span=10800
Max-Concurrent-Session=100
Max-Call-Rate-Per-Second=10
NAT-Keep-Alive-Interval=15
Send-OPTIONS-NAT-Keep-Alive=True
Send-Responses-Using-New-Socket=True
Disable-Refer-Optimization=False

[Upper-Registration]
Enable-Stateful-Reg=False
Rewrite-TO-Domain=False
Rewrite-FROM-Domain=False
Route-List Array Size=0
All-Reg-As-Upper-Reg=False

[Internal-DNS-Mapping]
Internal-DNS-Map Array Size=0

[Proxy-Relay-Routes]
Drop-Routes-On-Ping-Timeout=False
Proxy-Resolve-To-URI=True
Route-List Array Size=0

[B2BUA-Routes]
Enable-Route-Scripting=False
Route-Script=b2bua-route.cscript
Route-List Array Size=1
Route-List 1=[sip:*@xyzcompany.com] sip:xyzcompany.com
Insert-Route-Header=True
Rewrite-TO-URI=True
Prepend-ISUP-OLI=False
Route-By-Request-URI=True
Route-By-To-URI=False
Drop-Routes-On-Ping-Timeout=False
Use-External-XML=False
External-XML-File=b2bua-route.xml

[Media-Server]
Enable-Media-Server=False
Media-Server-Number=5000
Codec-List Array Size=0
No-RTP-Proxy-On-All-Transfers=False
Enable-Announcement-Service=False
4xx-Error-Map=prompts/basic/cant_complete.wav
5xx-Error-Map=prompts/basic/cant_complete.wav
6xx-Error-Map=prompts/basic/cant_complete.wav
Announcement-Error-Map Array Size=0

[Outbound-Proxies]
Outbound-Proxies Array Size=0

[Local-Domain-Accounts]
Accept-All-Registration=True
Account-List Array Size=0

Please let me know if anybody has thoughts!

Thanks,

Mike