|
pcre comes with most of the distributions. Search in yours RPM database the 'pcre' and you should get it. Might be called pcre3-devel or libprcre3-dev.
To get the presence working with kamailio 1.5.0 read the kamailio.cfg. There are comments explaining how to do it. Simply, by using sed, just do:
sed -i 's/#m#//g' kamailio.cfg
sed -i 's/#p#//g' kamailio.cfg
Note that you have to install presence modules before starting kamailio. |