Thread: Re: [OpenSIPStack] OpenSBC as complete SBC for a softswitch
Brought to you by:
joegenbaclor
From: joegen <jb...@so...> - 2007-05-11 01:44:49
|
<p>Correct. B2BUpperReg is the correct setting for your topology. In this mode, if you point your domains to resolve to OpenSBC, OpenSBC would think it is authoritative of that domain and would therefore try to authenticate the calls. For upper registration to work, you need to point the domains to PortaSIP. And set upper registration routes to that domain.<br /><br />-- Joegen --</p> |
From: Harley S. <fo...@op...> - 2007-06-06 04:51:33
|
I am seeing the same issue. In any OpenSBC mode it looks like it does not follow the Upper Registration Routes. OpenSBC always attempts to auth the incoming registration via it's internal database.<br /><br />Any suggestions on how I might be able to get past this issue?<br /> |
From: Joegen E. B. <jb...@so...> - 2007-06-06 15:02:34
|
Hi see my recent forum post <br /><br />http://www.opensourcesip.org:8080/jiveforums/thread.jspa?threadID=609&tstart=0<br /> |
From: Joegen E. B. <jb...@so...> - 2007-06-06 15:02:32
|
hmmmn, this is defintely not an expected behavior. Make sure you are using the latest oss-application.conf.xml. If your problem persists after doing this, please subscribe to the developer mailing list at https://lists.sourceforge.net/lists/listinfo/opensipstack-devel and post a level 5 log.<br /><br />NOTE: please do not post the log here. It's just too big for a forum post.<br /><br /><br /><br />Mark Baker wrote:<br />I was exhibiting the exact same issue, so I built from CVS yesterday(6/4/07) but now the issue is that all calls I try to place return 403Forbidden. Calls worked before the rebuild, and the config has notchanged.<br /><br />Thanks!<br />- Mark Baker<br /><br /><br /> |
From: Blackeye1010 <bla...@gm...> - 2007-06-07 15:33:14
|
that link for subscription to the devel ml is giving an error :<br />This was at 16:31 GMT<br />===CUT<br /><h2>Bug in Mailman version 2.1.8</h2><h3>We're sorry, we hit a bug!</h3><p>Please inform the webmaster for this site of thisproblem. Printing of traceback and other system information has beenexplicitly inhibited, but the webmaster can find this information in theMailman error logs.</p><br />===CUT<br /> |
From: Cedric L. <fo...@op...> - 2007-05-11 08:55:25
|
Thank you for that answer. That is what I have done and it 'quite' = works. 'Quite' because I have encounter a strange behaviour :<br />= - OpenSBC behave as a B2BUA with Upper registration for domain 'd',= it consider 'd' as a trusted domain and add n 'opensbc route&#= 39; declared as [sip:*@d*] sip:<ip of portasip>:5060<br />- my sippho= ne register to domain 'd' and it is declared to use opens= bc as proxy : it works. Every REGISTER requests goes though openSBC and sip= phone get authenticated.<br />- Opensbc routes each call coming from Portas= ip to the sipphone perfectly. Media proxy works fine. Great :-)<br />- for = calls coming from my sipphone :<br /> SIPPhone issue an INVITE<br />&= nbsp; this INVITE is forwarded to PortaSIP following the opensbc route<br /= > PortaSIP answers an 'SIP/2.0 401 Unauthorized' because no a= uthentication information are available in the request<br /> Here is = the problem : OPENSBC TRANSLATE IT INTO A 'SIP/2.0 407 Proxy Authentica= tion Required'. As a result, my sipphone authenticate with a 'Proxy= -Authorization:' header. <br /> This answers is forwarded to my P= ortaSIP which is waiting for a 'Authorization:' header because it i= ssued a 401 error code. As a result, PortaSIP does not authenticate my phon= e and call can not be established.<br /><br />Do you think that it is norma= l to concert 401 responses to 407 responses when openSBC is not used as a p= roxy but as a B2BUA ? I do not think so but perhaps am I missing some other= point ?<br /><br />In fact, that conversion make it impossible for me to u= se opensbc as I wish. do you think that it would be possible to take my pro= blem into account and at least offer the choice to convert or not 401 t0 40= 7, depending of the targetted use for opensbc ?<br /><br />thanks in a= dvance,<br />best regards,<br />Cedric<br /><br /> |
From: joegen <jb...@so...> - 2007-05-11 12:58:10
|
Congratualations! You just found a genuine bug. Fix is now in CVS. Thanks for the bug report.<br /> |
From: Cedric L. <fo...@op...> - 2007-05-11 15:04:37
|
It works now perfectly. Thank you for correcting this bug so quickly <img class="emoticon" src="http://www.opensourcesip.org:8080/jiveforums/images/emoticons/happy.gif" border="0" alt="" width="16" height="16" /><br /><br />Best regards,<br />Cedric |