Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Kamal Palei
Thanks Paul. I will enable dispatcher module. Probably this is a mandatory module. I looked at dispatcher.list file. The content is something like below. *# proxies2 sip:127.0.0.1:5080 http://127.0.0.1:50802 sip:127.0.0.1:5082 http://127.0.0.1:5082# gateways1 sip:127.0.0.1:7070

Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Paul Smith
We may be approaching this from the wrong angle … Where did you get the kamailio.cfg file from? Are you working from a tutorial or example file from somewhere? If you do not need to load balance then you may not need dispatcher module at all and in that case your kamailio.cfg has no need to

Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Kamal Palei
Hi Paul I am working towards setting up a local environment for IMS. I have taken a fresh 4.2.0 code. Built it locally in an Ubuntu 12.04 system. I have built all the modules as per below command. *make group_include=standard standard-dep stable experimental all* As per given INSTALL file above

Re: [SR-Users] Htable iterators, am I doing it wrong?

2014-10-28 Thread Elena-Ramona Modroiu
Try with latest version from git branch 4.2. I committed a fix for a last minute optimization done for searching the iterator by name. Ramona On 27/10/14 15:47, davy van de moere wrote: I was giving the htable iterator a go , but I can't get it to work. My relevant config would is:

Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Zaka Ul Isam
Hi Kamal: Remove the the line which loads the respective module dispatcher.so modparam blocks related to this module. I recon there is also a dispatcher.list (if so remove any reference to it in the cfg file) Cheers, Zaka From:

Re: [SR-Users] Htable iterators, am I doing it wrong?

2014-10-28 Thread davy van de moere
Succes! Indeed that works! Nice and quick fix! thx! 2014-10-28 12:05 GMT+01:00 Elena-Ramona Modroiu ram...@asipto.com: Try with latest version from git branch 4.2. I committed a fix for a last minute optimization done for searching the iterator by name. Ramona On 27/10/14 15:47, davy

Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Kamal Palei
Hi Zaka Thanks a lot. I have commented loadmodule and modparams for dispatch module. I see two different functions are being referred in kamailio.cfg file. One function is *ds_is_from_list* , and the code is as below *if (!ds_is_from_list()){#

Re: [SR-Users] rtpproxy_manage fails to rewrite SDP

2014-10-28 Thread Igor Potjevlesch
Hello, I have seen that the problem can occur due to the kernel limitation. So, I have changed the local_port range to be sure that they include the port range of RTPProxy. But, I still not explain this limitation. Because, even with the kernel limitation, they should be have sufficient

Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Zaka Ul Isam
Hello Kamal: Based on my understanding apparently it seems to be the logical choice (the else expression). Hello Folks, please correct me if wrong. Cheers, Zaka From: sr-users-boun...@lists.sip-router.org [sr-users-boun...@lists.sip-router.org] on

[SR-Users] SCSCF Configuration

2014-10-28 Thread Kamal Palei
Hi All I am trying to setup P-CSCF/I-CSCF/S-CSCF using Kamailio 4.2.0. I see configurations as below both in icscf.cfg and scscf.cfg files. *#!define HOSTNAME icscf-1.imscore.org http://icscf-1.imscore.org* *#!define NETWORKNAME ims.imscore.org http://ims.imscore.org* First line is *#!define

Re: [SR-Users] rtpproxy_manage fails to rewrite SDP

2014-10-28 Thread Richard Fuchs
On 10/28/14 09:18, Igor Potjevlesch wrote: Hello, I have seen that the problem can occur due to the kernel limitation. So, I have changed the local_port range to be sure that they include the port range of RTPProxy. But, I still not explain this limitation. Because, even with

[SR-Users] Error while executing S-CSCF (Kamailio 4.2.0)

2014-10-28 Thread Kamal Palei
Hi All I have followed link http://nil.uniza.sk/book/export/html/617 to install P-CSCF/I-CSCF/S-CSCF. Though I have some doubts in configuration , still I have put the configuration to best of my knowledge. When I execute SCSCF, I get below errors. I see some database related errors. As per

Re: [SR-Users] Error while executing S-CSCF (Kamailio 4.2.0)

2014-10-28 Thread Kamal Palei
On further debugging, I found in Kamailio.cfg, #!ifdef DB_URL loadmodule presence #!endif I had commented DB_URL in scscf.cfg, hence presence module was not being loaded. My Question is, shall we enable DB_URL. If so, what DB URL should contains, and what related mysql stuff I need to do

Re: [SR-Users] rtpproxy_manage fails to rewrite SDP

2014-10-28 Thread Igor Potjevlesch
Hello Richard, Thank you for your suggestion. I set ulimit -n 6 on the server. I will restart rtpproxy tonight and see if there are new errors tomorrow. Regards, Igor. -Message d'origine- De : sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] De

[SR-Users] Registration at SCSCF Failed

2014-10-28 Thread Kamal Palei
Hi All In 4.2.0 Kamailio (S-CSCF), when I try to register an IMS endpoint, I get 403 from P-CSCSF. When I checked the error logs, SCSCF logs look as below 1(5455) INFO: ims_auth [authorize.c:824]: authenticate(): uri=sip: group4-imslab11.in nonce=b9eec0ad9d6d186408541d8a23a7c7a5

[SR-Users] Fwd: Registration at SCSCF Failed

2014-10-28 Thread Kamal Palei
This is a BLOCKING issue, we are totally stuck here. Can somebody please guide us why SCSCF sends 403 to us. Thanks Kamal -- Forwarded message -- From: Kamal Palei palei.ka...@gmail.com Date: Wed, Oct 29, 2014 at 9:18 AM Subject: Registration at SCSCF Failed To: SIP Router -

Re: [SR-Users] Registration at SCSCF Failed

2014-10-28 Thread Kamal Palei
On further debugging looks below code in kamailio.cfg is failing if (!can_subscribe_to_reg(location)){ t_reply(403,Forbidden to SUBSCRIBE); exit; } In what case, can_subscribe_to_reg fails.., please let me know.