Hello,
On 29/04/15 10:06, Mihail Dakov wrote:
Hi all,
I am trying to run Kamailio server with IMS modules for which I have gone through the following tutorials:
http://nil.uniza.sk/ngnims/kamailio-ims/preparing-debian-operating-system-ka...
http://www.kamailio.org/wiki/tutorials/ims/installation-howto
The problem I have is that using 'service kamailio start' I can only run one IMS component, say PCSCF. But I need to run all P/S/I-CSCFs. How do I proceed to get running P/S/I-CSCF on the same machine with kamailio?
you can run multiple instances of kamailio on the same system, just use different ports for each instance. Or, if you can allocate many IP addresses to the system, you can run one per IP. Just specify the ip and port to listen on via global parameter:
listen=1.2.3.4:5080
If you questions is about combining all those configs, perhaps is possible, but not something I can assist with.
Cheers, Daniel