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] Kamailio 4.2.0 - Error in default configuration

2014-10-28 Thread Zaka Ul Isam
...@lists.sip-router.org [sr-users-boun...@lists.sip-router.org] on behalf of Kamal Palei [palei.ka...@gmail.com] Sent: Tuesday, October 28, 2014 9:46 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration Hi Paul I am working towards setting up

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

2014-10-28 Thread Kamal Palei
4.2.0 - Error in default configuration 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

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

2014-10-28 Thread Zaka Ul Isam
] on behalf of Kamal Palei [palei.ka...@gmail.com] Sent: Tuesday, October 28, 2014 1:40 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Kamailio 4.2.0 - Error in default configuration Hi Zaka Thanks a lot. I have commented loadmodule and modparams for dispatch module. I see two

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

2014-10-27 Thread Kamal Palei
Hi All I am in process of setting up of P-CSCF using Kamailio 4.2.0. I wanted to disable WITH_ANTIFLOOD (as I am not sure what shall be the content of dispatcher.list file for me, as it is juts a local setup). When I disable WITH_ANTIFLOOD, and try to execute I get below errors. Wherever

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

2014-10-27 Thread Paul Smith
Hi Kamal dispatcher module needs to be loaded in order to call ds_is_from_list(), or ds_select_dst(). It looks like you have added the line 'loadmodule “dispatcher.so”’inside the conditional WITH_ANTIFLOOD block, so it never gets called after you have disabled that block. In short make sure