Hi Everyone,
I am trying to integrate IMS(*carstenbock/ims*) patch in Kamailio. But so far I could not find any proper documentation to load configuration files - pcscf, icscf, scscf, mgcf etc? Please let me know if there is anything available!
Only relevant link I found - http://www.kamailio.org/w/2011/01/ims-extensions-available-for-testing/ AND this link does not seems to be update - http://www.ng-voice.com/our-solution/installation/
BR, Apoorv
http://nil.uniza.sk/ngnims/kamailio-ims/installing-base-kamailio-ims-platfor...
Best Regards Ivan
On Fri, Jul 20, 2012 at 5:06 AM, Apoorv Khare khareapoorv@gmail.com wrote:
Hi Apoorv,
We, along with Carsten and some other guys are working on IMS extensions for Kamailio. Right now the code sits in a staging area while we test and improve before re-integrating it into Kamailio master. You can find the extensions here:
http://code.google.com/p/smile-ims-extensions/
Please feel free to ask if you have any questions.
Cheers Jason
On Fri, Jul 20, 2012 at 7:51 AM, Ivan Milivojevic edesibe@googlemail.comwrote:
This email is subject to the disclaimer of Smile Communications (PTY) Ltd. at http://www.smilecoms.com/disclaimer
Thanks Jason,
Really looking forward towards this when can we expect it? Currently I have downloaded following way, is this correct? Is there any way I can load all the config files simultaneously like we do in Open-IMS or if not can we add some paths in kamilio.cfg to load pcscf.cfg and others...
git clone --depth 1 git://git.sip-router.org/sip-router kamailio checkout carstenbock/ims
Great work folks!!!!!!
BR, Apoorv
On Thu, Jul 19, 2012 at 11:44 PM, Jason Penton jason.penton@smilecoms.comwrote:
Hi Apoorv,
No this is different to Carsten's branch. You will have to check it out using - http://code.google.com/p/smile-ims-extensions/source/checkout
I think for now until we get the code into Kamailio master (with all docs) it may be better for you to use Carsten's branch as it has documentation to use it ;) - ours doesn't just yet and I, nor the others, will have too much time to help you out too much
The code will be in Kamailio master soon (with docs). I promise! ;)
Cheers Jason
On Fri, Jul 20, 2012 at 8:54 AM, Apoorv Khare khareapoorv@gmail.com wrote:
This email is subject to the disclaimer of Smile Communications (PTY) Ltd. at http://www.smilecoms.com/disclaimer
Thanks Ivan,
Earlier today I actually tried this option, but following mentioned thing does not make sense. How can we create "kamailio.cfg" as a soft link for two different files i.e. pcscf and scscf. Also what will happen to original kamailio.cfg file? Installing P-CSCF
from the guide "Copy the required config to kamailio.cfg (e.g. pcscf.cfg)", but I'll backup the old kamailio file and make symlink
cd /etc/kamailio mv kamailio.cfg kamailio.cfg.dist ln -s pcscf.cfg kamailio.cfg
Installing S-CSCF
the same for P-CSCSF
cd /etc/kamailio mv kamailio.cfg kamailio.cfg.dist ln -s scscf.cfg kamailio.cfg
BR, Apoorv
On Thu, Jul 19, 2012 at 10:51 PM, Ivan Milivojevic edesibe@googlemail.comwrote: