This Question is Not Answered

1 "correct" answer available (5 pts) 2 "helpful" answers available (1 pts)
5 Replies Last post: Jan 18, 2010 12:44 AM by mparadis  
Click to view mparadis's profile   89 posts since
Oct 2, 2009

Jan 13, 2010 12:44 AM

opensbc with asterisk


I see plenty of posts from some talking about using asterisk and I would be interested in using opensbc to connect to a couple of different types of systems to see what best works.

Does anyone know of some documentation, guide or such that can explain how to go about this?

Click to view mpicher's profile   40 posts since
Dec 28, 2008
1. Jan 13, 2010 6:24 AM in response to: mparadis
Re: opensbc with asterisk

SIP is SIP.


If you are using SRV records for failover (which I know you are), i'm not sure how Asterisk deals with that. You may just need to re-write the sip domain destination to be the IP address of the Asterisk box.


Mike

Click to view joegen's profile   469 posts since
Apr 28, 2007
3. Jan 13, 2010 8:49 PM in response to: mparadis
Re: opensbc with asterisk
If the call is coming from the SBC towrds asterisk, load balancing would be as easy as using "|" to separate multiple routes in B2BUA-Routes instead of a comma ",". If it is asterisk that is suppose to load balance calls towards two SBC's, then you can definitely deploy SRV records to point to the two SBC's and give them equal weights and hope that asterisk treats that as a trigger that you want to load balance the calls between the two SBCs.