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/"