From: Joegen B. <jb...@so...> - 2009-02-04 09:21:18
|
> > Hi again, Sorry for my ignorance but I already followed what you said in > the previous post. I get a 403 forbidden error in my xlite. I pointed the > xlite to the external IP of SBC. I added a b2bua route using this > Forbidden for what request REGISTER or INVITE? If it's INVITE you might want to put a check on Accept-All-Calls in Trusted-Domains. If it's a REGISTER, then OpenSBC is trying to authenticate your REGISTER locally. Make sure you have upper-reg configured correctly. The trick for upper-reg is to make sure that your set the ip-address of your outbound proxy to the ip address of opensbc and registrar/domain to the ip address or domain of your asterisk box. If done correctly, upper-reg would work out of the box without setting any configuration. > > [sip:*] sip:asteriskip(xxx.xxx.xxx.xxx). Whats wrong with this? Also how > to do I restart SBC? because it says that when you change SBC modes you > need to restart. What I do is kill the process and start it again. I hope > you still answer my question. > That's cool. It basically means route everything to asterisk. If you want you can do a "make distrib" this would create the scripts necessary to start and stop the process in the distrib folder. Joegen |