Menu Close

Kamailio 4.x IMS – Installing PCSCF

Find the according configs in the examples folder of Kamailio (Trunk) and copy them to configuration folder.

cd /usr/share/doc/kamailio/examples/pcscf
gunzip kamailio.gz
cp /usr/share/doc/kamailio/examples/PScscf/dispatcher.list /etc/kamailio/
cp kamailio.cfg /etc/kamailio/
cp pcscf.cfg /etc/kamailio/

Edit pcscf.cfg

#!define NETWORK_INTERFACE 158.193.139.40
#!define PORT 5060

#!subst "/NETWORKNAME/ims1.sip.uniza.sk/"
#!subst "/HOSTNAME/pcscf.ims1.sip.uniza.sk/"
#!define HOSTNAME_IP pcscf.ims1.sip.uniza.sk
#!define HOSTNAME_ESC "pcscf\.ims1\.sip\.uniza\.sk"

#!define WITH_XMLRPC
#!define WITH_TCP

Add path to library folder in kamailio.cfg

mpath="/.... .../:/usr/lib/i386-linux-gnu/kamailio/modules/"
Rate this post

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.