Hi,
I tried to compile Kamailio on Freescale P2020RDB-PCA.And I'm getting the
following error
bison -d -b cfg cfg.y
make: *** [cfg.tab.h] Broken Pipe
Please give recommendations to solve the error.
Thanks
--
View this message in context:
http://sip-router.1086192.n5.nabble.com/Kamailio-
Broken Pipe when Im doing the compilation.
Yours recommendations will be very helpful.
Thanks
Ashwin
--
View this message in context:
http://sip-router.1086192.n5.nabble.com/Kamailio-on-PPC-tp128097.html
Sent from the Users mailing list archive at Nabble.com.
_
I tried running that command without running 'make'. Just 'bison -d -b cfg
cfg.y'. That time its working ,And after that l made a swap file as
mentioned according to the instructions.
Checked the Memory also ,And found swap memory was created
root@p2020rdb:/home/kamailio# free -m
aying");
exit;
}
#!endif
return;
}
route[FSINBOUND] {
if($si== $sel(cfg_get.freeswitch.bindip) &&
$sp==$sel(cfg_get.freeswitch.bindport))
return 1;
return -1;
}
I have set "WITH_AUTH" and "WITH_FREESWITCH". Let me know, if any more
details are require
aying");
exit;
}
#!endif
return;
}
route[FSINBOUND] {
if($si== $sel(cfg_get.freeswitch.bindip) &&
$sp==$sel(cfg_get.freeswitch.bindport))
return 1;
return -1;
}
I have set "WITH_AUTH" and "WITH_FREESWITCH". Let me know, if any more
details are require
Hi,
At the moment I'm working in a project, in which I need to use
OpenIMSCore with a presence server, so I decided to use Kamailio.What
should be added in the kamctlrc and kamailio.config files to make it
meet the above requirement.
Regards
A
bin/kamailio[10920]: ERROR:
db_sqlite [dbase.c:67]: db_sqlite_new_connection(): failed to open
sqlite database 'etc/kamailio/kamailio.db'
What kamailio.cfg and kamctlrc parameters do I need to change to do
this?
Regards
Ashwin
___
SIP Express Ro
amailio.db'
I have attached my kamctlrc & kamailio.conf files.Please advice.
Regards
Ashwin
On 2014-05-21 01:15, Daniel-Constantin Mierla wrote:
Hello,
try with:
modparam("auth_db", "db_url", "sqlite:etc/kamailio/kamailio.db")
Note the four times /.
Dear All,
Solved the Issue.It was the the location problem itself.
had to change it to
#!define DBURL "sqlite:///usr/local/etc/kamailio/kamailio.db"
Regards
Ashwin
On 2014-05-21 20:54, Ashwin Kumar R wrote:
Dear Sir,
I'm still getting the same error .
I checked the log