Hi Bogdan, Thanks for the answer . I have managed to configure dispatcher and load_balancer modules. Now I can successfuly register to OpenIMS through OpenSIPS dispatcher module. But when I try to make a call with Invite message after registration through OpenSIPS I get “403 Forbidden Not registered” error. When I check the wireshark traces and check the difference between the Invite messages with and without OpenSIPS in between Client and OpenIMS: The difference is changing port number(from 4060 to 5060) when the message went through OpenSIPS. How I can prevent changing port number? BR, Kaan
On Monday, May 26, 2014 9:15 AM, Bogdan-Andrei Iancu <[email protected]> wrote: Hi Kaan, 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. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com/ On 25.05.2014 23:45, Kaan Dandin wrote: Hi Bogdan, > > >Thanks for your quick answer. > > >I have tried SIP REGISTER by loading and configuring Dispatcher module , but >faced same error message. > > >In the mean time , I have investigated a paper which used OpenSIPS as LB. >In this paper it mentions that it is using Opensips as Load Balancer and also >uses LB for SIP REGISTRATION. > > > > > > >, > > > > > > >BR, >Kaan > > >On 23 May 2014, at 15:47, Bogdan-Andrei Iancu <[email protected]> wrote: > >Kaan, >> >>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). >> >>If you want to distribute/LB other methods, I recommend you using the dispatcher module. >> http://www.opensips.org/html/docs/modules/1.11.x/dispatcher.html >> >>Regards, >> >>Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com/ On 23.05.2014 13:35, Kaan Dandin wrote: >> >>Hi Bogdan, >>> >>> >>>Thanks for the quick response. >>>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.? >>> >>> >>>BR, >>>Kaan >>> >>> >>> >>> >>>Samsung Mobile tarafından gönderildi >>> >>> >>>-------- Orjinal mesaj -------- >>>Kimden: Bogdan-Andrei Iancu >>>Tarih:23 05 2014 13:16 (GMT+02:00) >>>Alıcı: OpenSIPS users mailling list ,[email protected] >>>Konu: Re: [OpenSIPS-Users] Using Opensips as loadbalancer(Status 405 Method >>>not allowed 0 bindings) >>> >>> >>>Hi Kaan, >>> >>> >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. >>> >>>Regards, >>> >>>Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com/ On 22.05.2014 21:22, Kaan Dandin wrote: >>> >>>Hi all, >>>> >>>>I am building a test environment using OpenSIPS and OpenIMS. >>>> >>>>I have successfuly installed OpenIMS and able to make registrations and >>>>start calls from Monster client. >>>> >>>>Between the IMS client and OpenIMS P-CSCF’s , I will put OpenSIPS as load >>>>balancer. >>>> >>>>I have installed OpenSIPS and “OpenSIPS Control Panel” successfully. >>>> >>>>I have inserted the configuration for load balancing from OpenSIPS Control >>>>Panel as following. >>>> >>>>mysql> select * from load_balancer; >>>>+----+----------+-----------------+-----------+------------+-------------+ >>>>| id | group_id | dst_uri | resources | probe_mode | description | >>>>+----+----------+-----------------+-----------+------------+-------------+ >>>>| 4 | 1 | sip:192.168.2.2 | pstn=500 | 0 | pcscf2 | >>>>| 3 | 1 | sip:192.168.2.1 | pstn=500 | 0 | pcscf1 | >>>>+----+----------+-----------------+-----------+------------+-------------+ >>>> >>>>When I start a registration from Monster IMS client I get following error. >>>> >>>>192.168.2.10 192.168.2.141 SIP Request: REGISTER sip:open-ims.test >>>>192.168.2.141 192.168.2.10 SIP Status: 405 Method Not Allowed (0 >>>>bindings) >>>> >>>>Load balancer:192.168.2.141 >>>>Client:192.168.2.10 >>>> >>>>Can someone help me to identify this problem? >>>> >>>>BR, >>>>Kaan >>>> >>>> >>>>Windows Posta'dan gönderildi >>>> >>>> >>>> >>>>_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users >>> >> >
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
