Hi, I am trying to install Kamailio on Ubuntu 12.04,but hitting the below issue.
root@test:/usr/local# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package kamailio E: Unable to locate package kamailio-mysql-modules E: Unable to locate package kamailio-tls-modules
Can anybody point me the right steps to do the same
Thanks
you have to configure APT: http://www.kamailio.org/wiki/packages/debs
On 19.03.2014 10:26, Swetha Raj wrote:
Hi, I am trying to install Kamailio on Ubuntu 12.04,but hitting the below issue.
root@test:/usr/local# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package kamailio E: Unable to locate package kamailio-mysql-modules E: Unable to locate package kamailio-tls-modules
Can anybody point me the right steps to do the same
Thanks
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Thanks,i could install Kamailio.I followed steps mentioned in http://kb.asipto.com/kamailio%3askype-like-service-in-less-than-one-hour
But then when i start the server i see the below error,
0(11848) ERROR: <core> [pvapi.c:712]: error searching pvar "rU" 0(11848) ERROR: <core> [pvapi.c:916]: wrong char [U/85] in [$rU] at [2 (0)] 0(11848) : <core> [cfg.y:3591]: parse error in config file /etc/kamailio/kamailio.cfg, line 453, column 6-8: unknown script pseudo variable $rU ERROR: bad config file (63 errors) /etc/init.d/kamailio: 55: /etc/init.d/kamailio: log_faiulre_msg: not found
As mentioned in the link i got the config file from,
wget http://kb.asipto.com/images/kamailio-jitsi/kamailio.cfg wget http://kb.asipto.com/images/kamailio-jitsi/tls.cfg
On Wed, Mar 19, 2014 at 3:05 PM, Klaus Darilion < klaus.mailinglists@pernau.at> wrote:
you have to configure APT: http://www.kamailio.org/wiki/packages/debs
On 19.03.2014 10:26, Swetha Raj wrote:
Hi, I am trying to install Kamailio on Ubuntu 12.04,but hitting the below issue.
root@test:/usr/local# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package kamailio E: Unable to locate package kamailio-mysql-modules E: Unable to locate package kamailio-tls-modules
Can anybody point me the right steps to do the same
Thanks
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Here is a shell script I am working on
https://gist.github.com/zhacker98/9643861
This will install from GIT
run kamailio -c (-f if you want to run a file other than kamailio.cfg)
This tells you the location of the error. I use Notepad++ on Windows or nano ( with +{line number} to locate the error in the file.
Usually the errors are misplaced characters
I am not an expert and far from it, just sharing what I know
On Wed, Mar 19, 2014 at 5:26 AM, Swetha Raj swetha.2112@gmail.com wrote:
Hi, I am trying to install Kamailio on Ubuntu 12.04,but hitting the below issue.
root@test:/usr/local# apt-get install kamailio kamailio-mysql-modules kamailio-tls-modules Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package kamailio E: Unable to locate package kamailio-mysql-modules E: Unable to locate package kamailio-tls-modules
Can anybody point me the right steps to do the same
Thanks
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users