[SR-Users] Kamailio on P2020RDB-PCA

2014-05-29 Thread ashwin
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-

[SR-Users] Kamailio on PPC

2014-06-01 Thread ashwin
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. _

Re: [SR-Users] Kamailio on P2020RDB-PCA

2014-06-01 Thread ashwin
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

[SR-Users] Kamailio fronting Freeswitch authentication

2014-09-22 Thread Ashwin Jain
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

[SR-Users] Kamailio fronting Freeswitch authentication

2014-09-22 Thread Ashwin Jain
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

[SR-Users] kamailio-OpenIms Presence

2014-05-19 Thread Ashwin Kumar R
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

[SR-Users] Kamailio with Sqlite

2014-05-20 Thread Ashwin Kumar R
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

Re: [SR-Users] Kamailio with Sqlite

2014-05-21 Thread Ashwin Kumar R
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 /.

Re: [SR-Users] Kamailio with Sqlite

2014-05-23 Thread Ashwin Kumar R
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