<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><tt>Hi Kaan,<br>
<br>
As said, the 405 reply is from script and is trigger if you have
initial SIP requests that are not INVITEs - check your sip
traffic or, in the script, log (via xlog) the method name when
this 405 is sent.<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
On 25.05.2014 23:45, Kaan Dandin wrote:<br>
</div>
<blockquote
cite="mid:FD87BBED-25AC-4F00-91D0-70AB203CC91B@yahoo.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Hi Bogdan,
<div><br>
</div>
<div>Thanks for your quick answer.</div>
<div><br>
</div>
<div>I have tried SIP REGISTER by loading and configuring
Dispatcher module , but faced same error message.</div>
<div><br>
</div>
<div>In the mean time , I have investigated a paper which used
OpenSIPS as LB.</div>
<div>In this paper it mentions that it is using Opensips as Load
Balancer and also uses LB for SIP REGISTRATION.</div>
<div><br>
</div>
<div><br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div>,</div>
<div><br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div><br>
</div>
<div>BR,</div>
<div>Kaan</div>
<div><br>
</div>
<div>
<div>
<div>On 23 May 2014, at 15:47, Bogdan-Andrei Iancu <<a
moz-do-not-send="true" href="mailto:bogdan@opensips.org">bogdan@opensips.org</a>>
wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<meta content="text/html; charset=UTF-8"
http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><tt>Kaan,<br>
<br>
The LB module is exclusively for calls (nothing else
than INVITEs) - because the "load" is the actual
number of calls (please refer to the documentation).<br>
<br>
If you want to distribute/LB other methods, I
recommend you using the dispatcher module.<br>
<a moz-do-not-send="true"
class="moz-txt-link-freetext"
href="http://www.opensips.org/html/docs/modules/1.11.x/dispatcher.html">http://www.opensips.org/html/docs/modules/1.11.x/dispatcher.html</a><br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.opensips-solutions.com/">http://www.opensips-solutions.com</a></pre>
On 23.05.2014 13:35, Kaan Dandin wrote:<br>
</div>
<blockquote
cite="mid:lyw2axoe7lmliioevgxn2xpy.1400841349257@email.android.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<div>
<div>Hi Bogdan, </div>
<div><br>
</div>
<div>Thanks for the quick response. </div>
<div>The method is Register. I am using standard load
balancer configuration script generated by opensips
version 1.9 make menuconfig. Which lines I should
add for register method.?</div>
<div><br>
</div>
<div>BR, </div>
<div>Kaan</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="font-size:8px;color:#575757">Samsung
Mobile tarafından gönderildi</div>
</div>
</div>
<br>
<br>
<div>-------- Orjinal mesaj --------</div>
<div>Kimden: Bogdan-Andrei Iancu <bogdan@opensips.org>
</bogdan@opensips.org></div>
<div>Tarih:23 05 2014 13:16 (GMT+02:00) </div>
<div>Alıcı: OpenSIPS users mailling list <users@lists.opensips.org>,<a
moz-do-not-send="true"
class="moz-txt-link-abbreviated"
href="mailto:kaandandin@yahoo.com">kaandandin@yahoo.com</a>
</users@lists.opensips.org></div>
<div>Konu: Re: [OpenSIPS-Users] Using Opensips as
loadbalancer(Status 405 Method not allowed 0 bindings)
</div>
<div><br>
</div>
<div class="moz-cite-prefix"><tt>Hi Kaan,<br>
<br>
</tt></div>
</blockquote>
</div>
</blockquote>
<blockquote type="cite">
<div bgcolor="#FFFFFF" text="#000000">
<blockquote
cite="mid:lyw2axoe7lmliioevgxn2xpy.1400841349257@email.android.com"
type="cite">
<div class="moz-cite-prefix"><tt>If OpenSIPS is the one
sending the 405 reply (you can check that by simply
doing a sip capture on the opensips machine), it is
from the script - check what method you have in your
test traffic - that method may be rejected from the
script you use.<br>
<br>
Regards,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://www.opensips-solutions.com/">http://www.opensips-solutions.com</a></pre>
On 22.05.2014 21:22, Kaan Dandin wrote:<br>
</div>
<blockquote
cite="mid:j9vuqlylrq4vf0qgj8ash4w2.1400782927637@email.android.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<div>
<div>Hi all,</div>
<div> </div>
<div>I am building a test environment using OpenSIPS
and OpenIMS.</div>
<div> </div>
<div>I have successfuly installed OpenIMS and able
to make registrations and start calls from Monster
client.</div>
<div> </div>
<div>Between the IMS client and OpenIMS P-CSCF’s , I
will put OpenSIPS as load balancer.</div>
<div> </div>
<div>I have installed OpenSIPS and “OpenSIPS Control
Panel” successfully.</div>
<div> </div>
<div>I have inserted the configuration for load
balancing from OpenSIPS Control Panel as
following.</div>
<div> </div>
<div>mysql> select * from load_balancer;<br>
+----+----------+-----------------+-----------+------------+-------------+<br>
| id | group_id | dst_uri | resources |
probe_mode | description |<br>
+----+----------+-----------------+-----------+------------+-------------+<br>
| 4 | 1 | <a moz-do-not-send="true"
href="sip:192.168.2.2">sip:192.168.2.2</a> |
pstn=500 | 0 | pcscf2 |<br>
| 3 | 1 | <a moz-do-not-send="true"
href="sip:192.168.2.1">sip:192.168.2.1</a> |
pstn=500 | 0 | pcscf1 |<br>
+----+----------+-----------------+-----------+------------+-------------+<br>
</div>
<div>When I start a registration from Monster IMS
client I get following error.</div>
<div> </div>
<div>192.168.2.10 192.168.2.141 SIP Request:
REGISTER <a moz-do-not-send="true"
href="sip:open-ims.test">sip:open-ims.test</a></div>
<div>192.168.2.141 192.168.2.10 SIP Status: 405
Method Not Allowed (0 bindings)</div>
<div> </div>
<div>Load balancer:192.168.2.141</div>
<div>Client:192.168.2.10</div>
<div> </div>
<div>Can someone help me to identify this problem?</div>
<div> </div>
<div>BR,</div>
<div>Kaan</div>
<div data-signatureblock="true">
<div> </div>
<div>Windows Posta'dan gönderildi</div>
<div> </div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</blockquote>
<br>
</div>
</blockquote>
</div>
<br>
</div>
</blockquote>
<br>
</body>
</html>