Re: [OpenSBC] Please help withUpperRegistration config
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2008-11-19 21:51:39
|
> {quote:title=ehernaez wrote:}{quote} > > > > > > > > 3. If you don't NEED to authenticate > registrations, you could just authenticate calls by creating a route to > brekeke and use OSBC as the registrar > > > > > retail users normally register with username and password. However, > wholesale customers do not register and are authenticated by IP Address. > > > > > > My point was that it is not technically necessary to authenticate registrations. You could allow all users to register on OSBC without the 407 message. It would only be actual INVITEs that are authenticated when they hit Brekeke. > > > > > > > > > 3. If you don't NEED to authenticate > registrations, you could just authenticate calls by creating a route to > brekeke and use OSBC as the registrar > > > > > retail users normally register with username and password. However, > wholesale customers do not register and are authenticated by IP Address. > > > > > > My point was that it is not technically necessary to authenticate registrations. You could allow all users to register on OSBC without the 407 message. It would only be actual INVITEs that are authenticated when they hit Brekeke. > Ok.....I will try your suggestion... 1) Can you please tell me how to correctly implement your suggestion for users that will be authenticated via IP? 2) I have 'B2BUpperRegMode' enabled and 'Accept-All-Registration' under Local-Domain-Accounts checked. Is this how you meant I should configure OSBC for normal users? The phone is showing as registered under OpenSBC Registration Status and also I can see it in Brekeke as below. *Contact URI* sip:27723107@67.215.168.10:5062 *Detail* Expires : 3600 Priority : 1000 User Agent : Linksys/SPA941-5.1.8 Requester : 57.xx.xx.10:5060 Time Update : Wed Nov 19 16:12:10 EST 2008 I am able to make calls. Here is my configuration ****************** Begin ********************** [Solegy] RTTS-Client-Address=57.xx.xx.10 [OpenSBC HTTP Admin] HTTP User=admin HTTP Password=MJLZA+UB2hQ= [OpenSBC-General-Parameters] SIP-Log-Level=1 PTRACE-Log-Level=1 Log-File-Prefix=b2bua SBC-Application-Mode=B2BUpperReg Mode Interface-Address Array Size=2 Enable-Backdoor-Port=True Enable-Trunk-Port=True Enable-Calea-Port=True RTP-Min-Port=10000 RTP-Max-Port=20000 Enable-Local-Refer=False 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 Interface-Address 1=sip:*:5060 Interface-Address 2=sip:*:6060 [Upper-Registration] Enable-Stateful-Reg=True Rewrite-TO-Domain=True Rewrite-FROM-Domain=True Route-List Array Size=1 Route-List 1=sip:57.xx.xx.2:5060 [RTP-Proxy] Proxy-On-Private-Contact=True Proxy-On-via-received-vs-signaling-address=True Proxy-On-Private-Via=True Proxy-On-Different-RPORT=True Proxy-All-Media=False [Local-Domain-Accounts] Accept-All-Registration=True Account-List Array Size=0 ****************** End *********************** regards, Miced |