From gvsurenderreddy at gmail.com Sun Apr 6 05:54:50 2014 From: gvsurenderreddy at gmail.com (Mr.Surender Reddy) Date: Sun, 6 Apr 2014 13:54:50 +0300 Subject: [karoo-users] Cannot compile OSS_Core Message-ID: Hello, I have error during compiling any help please In file included from ../../src/persistent/KeyValueStore.cpp:28: ../../src/persistent/unqlite/unqlite.h:661: error: declaration of 'pgno unqlite_page::pgno' ../../src/persistent/unqlite/unqlite.h:651: error: changes meaning of 'pgno' from 'typedef sxu64 pgno' make[3]: *** [liboss_core_la-KeyValueStore.lo] Error 1 make[3]: Leaving directory `/root/oss_core/.build/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/oss_core/.build/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/oss_core/.build/src' make: *** [all-recursive] Error 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Sun Apr 6 06:28:12 2014 From: joegen at ossapp.com (Joegen E. Baclor) Date: Sun, 06 Apr 2014 19:28:12 +0800 Subject: [karoo-users] Cannot compile OSS_Core In-Reply-To: References: Message-ID: <53413A4C.1010402@ossapp.com> What OS and architecture are you compiling in? On 04/06/2014 06:54 PM, Mr.Surender Reddy wrote: > Hello, > I have error during compiling any help please > In file included from ../../src/persistent/KeyValueStore.cpp:28: > ../../src/persistent/unqlite/unqlite.h:661: error: declaration of > 'pgno unqlite_page::pgno' > ../../src/persistent/unqlite/unqlite.h:651: error: changes meaning of > 'pgno' from 'typedef sxu64 pgno' > make[3]: *** [liboss_core_la-KeyValueStore.lo] Error 1 > make[3]: Leaving directory `/root/oss_core/.build/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/oss_core/.build/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/root/oss_core/.build/src' > make: *** [all-recursive] Error 1 > > > > _______________________________________________ > karoo-users mailing list > karoo-users at ossapp.com > http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gvsurenderreddy at gmail.com Sun Apr 6 10:41:44 2014 From: gvsurenderreddy at gmail.com (Mr.Surender Reddy) Date: Sun, 6 Apr 2014 18:41:44 +0300 Subject: [karoo-users] need help with commercial version Message-ID: Hello, I want to use OSS as SBC for my switch server where all clients send register request to OSS and oSS passes to my voip server.I have tried with register function but i have the error.I have no clue how to solve it .Any help please [root at RHH-61 ~]# /etc/init.d/karood restart Checking Flexi-RouteException: Unable to load invite route script /etc/karoo.conf.d/scripts/route.js [FAILED] 03-39-15.809: Google V8 global.detail for /etc/karoo.conf.d/scripts/route.js EXECUTED 03-39-15.809: Google V8 is compiling helper script /etc/karoo.conf.d/scripts/route.js.detail/conference.js 03-39-15.809: Google V8 is compiling helper script /etc/karoo.conf.d/scripts/route.js.detail/_404.js 03-39-15.810: Google V8 is compiling helper script /etc/karoo.conf.d/scripts/route.js.detail/route.js 03-39-15.810: Google V8 is compiling main script /etc/karoo.conf.d/scripts/route.js 03-39-15.810: Google V8 is running main script /etc/karoo.conf.d/scripts/route.js 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, domain, password, "", registrar, true, expires, l 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, domain, password, "", registrar, true, expires, l 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, domain, password, "", registrar, true, expires, l 03-39-15.819: [CID=00000000] JS: ReferenceError: bridge_add_gateway is not defined { undefined:238 bridge_add_gateway(user, domain, password, "", registrar, true, expires, l ^ ReferenceError: bridge_add_gateway is not defined at RouteProfile.sendRegister (:238:5) at RouteProfile.Route (:4:9) at :1:13 } 03-39-15.819: Unable to load invite route script /etc/karoo.conf.d/scripts/route.js -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Sun Apr 6 23:35:19 2014 From: joegen at ossapp.com (Joegen E. Baclor) Date: Mon, 07 Apr 2014 12:35:19 +0800 Subject: [karoo-users] need help with commercial version In-Reply-To: References: Message-ID: <53422B07.4030206@ossapp.com> The trunking module is getting some love currently and this is the reason why this feature is currently disabled. Trunking is scheduled to be out this April together with full WebRTC support. On 04/06/2014 11:41 PM, Mr.Surender Reddy wrote: > Hello, > I want to use OSS as SBC for my switch server where all clients send > register request to OSS and oSS passes to my voip server.I have tried > with register function but i have the error.I have no clue how to > solve it .Any help please > > [root at RHH-61 ~]# /etc/init.d/karood restart > Checking Flexi-RouteException: Unable to load invite route script > /etc/karoo.conf.d/scripts/route.js [FAILED] > 03-39-15.809: Google V8 global.detail for > /etc/karoo.conf.d/scripts/route.js EXECUTED > 03-39-15.809: Google V8 is compiling helper script > /etc/karoo.conf.d/scripts/route.js.detail/conference.js > 03-39-15.809: Google V8 is compiling helper script > /etc/karoo.conf.d/scripts/route.js.detail/_404.js > 03-39-15.810: Google V8 is compiling helper script > /etc/karoo.conf.d/scripts/route.js.detail/route.js > 03-39-15.810: Google V8 is compiling main script > /etc/karoo.conf.d/scripts/route.js > 03-39-15.810: Google V8 is running main script > /etc/karoo.conf.d/scripts/route.js > 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, > domain, password, "", registrar, true, expires, l > 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, > domain, password, "", registrar, true, expires, l > 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, > domain, password, "", registrar, true, expires, l > 03-39-15.819: [CID=00000000] JS: ReferenceError: bridge_add_gateway > is not defined > { > undefined:238 > bridge_add_gateway(user, domain, password, "", registrar, true, > expires, l > ^ > ReferenceError: bridge_add_gateway is not defined > at RouteProfile.sendRegister (:238:5) > at RouteProfile.Route (:4:9) > at :1:13 > } > 03-39-15.819: Unable to load invite route script > /etc/karoo.conf.d/scripts/route.js > > > > _______________________________________________ > karoo-users mailing list > karoo-users at ossapp.com > http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Sun Apr 13 21:20:47 2014 From: joegen at ossapp.com (Joegen E. Baclor) Date: Mon, 14 Apr 2014 10:20:47 +0800 Subject: [karoo-users] Cannot compile OSS_Core In-Reply-To: <53413A4C.1010402@ossapp.com> References: <53413A4C.1010402@ossapp.com> Message-ID: <534B45FF.5000505@ossapp.com> Sorry for the late response. Please try most recent githead on CentOS 6.5 again and report back if you still encounter the errors. On 04/06/2014 07:28 PM, Joegen E. Baclor wrote: > What OS and architecture are you compiling in? > > On 04/06/2014 06:54 PM, Mr.Surender Reddy wrote: >> Hello, >> I have error during compiling any help please >> In file included from ../../src/persistent/KeyValueStore.cpp:28: >> ../../src/persistent/unqlite/unqlite.h:661: error: declaration of >> 'pgno unqlite_page::pgno' >> ../../src/persistent/unqlite/unqlite.h:651: error: changes meaning of >> 'pgno' from 'typedef sxu64 pgno' >> make[3]: *** [liboss_core_la-KeyValueStore.lo] Error 1 >> make[3]: Leaving directory `/root/oss_core/.build/src' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory `/root/oss_core/.build/src' >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory `/root/oss_core/.build/src' >> make: *** [all-recursive] Error 1 >> >> >> >> _______________________________________________ >> karoo-users mailing list >> karoo-users at ossapp.com >> http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com > > > > _______________________________________________ > karoo-users mailing list > karoo-users at ossapp.com > http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gvsurenderreddy at gmail.com Sun Apr 6 04:54:50 2014 From: gvsurenderreddy at gmail.com (Mr.Surender Reddy) Date: Sun, 6 Apr 2014 13:54:50 +0300 Subject: [karoo-users] Cannot compile OSS_Core Message-ID: Hello, I have error during compiling any help please In file included from ../../src/persistent/KeyValueStore.cpp:28: ../../src/persistent/unqlite/unqlite.h:661: error: declaration of 'pgno unqlite_page::pgno' ../../src/persistent/unqlite/unqlite.h:651: error: changes meaning of 'pgno' from 'typedef sxu64 pgno' make[3]: *** [liboss_core_la-KeyValueStore.lo] Error 1 make[3]: Leaving directory `/root/oss_core/.build/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/oss_core/.build/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/oss_core/.build/src' make: *** [all-recursive] Error 1 -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Sun Apr 6 05:28:12 2014 From: joegen at ossapp.com (Joegen E. Baclor) Date: Sun, 06 Apr 2014 19:28:12 +0800 Subject: [karoo-users] Cannot compile OSS_Core In-Reply-To: References: Message-ID: <53413A4C.1010402@ossapp.com> What OS and architecture are you compiling in? On 04/06/2014 06:54 PM, Mr.Surender Reddy wrote: > Hello, > I have error during compiling any help please > In file included from ../../src/persistent/KeyValueStore.cpp:28: > ../../src/persistent/unqlite/unqlite.h:661: error: declaration of > 'pgno unqlite_page::pgno' > ../../src/persistent/unqlite/unqlite.h:651: error: changes meaning of > 'pgno' from 'typedef sxu64 pgno' > make[3]: *** [liboss_core_la-KeyValueStore.lo] Error 1 > make[3]: Leaving directory `/root/oss_core/.build/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/oss_core/.build/src' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/root/oss_core/.build/src' > make: *** [all-recursive] Error 1 > > > > _______________________________________________ > karoo-users mailing list > karoo-users at ossapp.com > http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From gvsurenderreddy at gmail.com Sun Apr 6 09:41:44 2014 From: gvsurenderreddy at gmail.com (Mr.Surender Reddy) Date: Sun, 6 Apr 2014 18:41:44 +0300 Subject: [karoo-users] need help with commercial version Message-ID: Hello, I want to use OSS as SBC for my switch server where all clients send register request to OSS and oSS passes to my voip server.I have tried with register function but i have the error.I have no clue how to solve it .Any help please [root at RHH-61 ~]# /etc/init.d/karood restart Checking Flexi-RouteException: Unable to load invite route script /etc/karoo.conf.d/scripts/route.js [FAILED] 03-39-15.809: Google V8 global.detail for /etc/karoo.conf.d/scripts/route.js EXECUTED 03-39-15.809: Google V8 is compiling helper script /etc/karoo.conf.d/scripts/route.js.detail/conference.js 03-39-15.809: Google V8 is compiling helper script /etc/karoo.conf.d/scripts/route.js.detail/_404.js 03-39-15.810: Google V8 is compiling helper script /etc/karoo.conf.d/scripts/route.js.detail/route.js 03-39-15.810: Google V8 is compiling main script /etc/karoo.conf.d/scripts/route.js 03-39-15.810: Google V8 is running main script /etc/karoo.conf.d/scripts/route.js 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, domain, password, "", registrar, true, expires, l 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, domain, password, "", registrar, true, expires, l 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, domain, password, "", registrar, true, expires, l 03-39-15.819: [CID=00000000] JS: ReferenceError: bridge_add_gateway is not defined { undefined:238 bridge_add_gateway(user, domain, password, "", registrar, true, expires, l ^ ReferenceError: bridge_add_gateway is not defined at RouteProfile.sendRegister (:238:5) at RouteProfile.Route (:4:9) at :1:13 } 03-39-15.819: Unable to load invite route script /etc/karoo.conf.d/scripts/route.js -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Sun Apr 6 22:35:19 2014 From: joegen at ossapp.com (Joegen E. Baclor) Date: Mon, 07 Apr 2014 12:35:19 +0800 Subject: [karoo-users] need help with commercial version In-Reply-To: References: Message-ID: <53422B07.4030206@ossapp.com> The trunking module is getting some love currently and this is the reason why this feature is currently disabled. Trunking is scheduled to be out this April together with full WebRTC support. On 04/06/2014 11:41 PM, Mr.Surender Reddy wrote: > Hello, > I want to use OSS as SBC for my switch server where all clients send > register request to OSS and oSS passes to my voip server.I have tried > with register function but i have the error.I have no clue how to > solve it .Any help please > > [root at RHH-61 ~]# /etc/init.d/karood restart > Checking Flexi-RouteException: Unable to load invite route script > /etc/karoo.conf.d/scripts/route.js [FAILED] > 03-39-15.809: Google V8 global.detail for > /etc/karoo.conf.d/scripts/route.js EXECUTED > 03-39-15.809: Google V8 is compiling helper script > /etc/karoo.conf.d/scripts/route.js.detail/conference.js > 03-39-15.809: Google V8 is compiling helper script > /etc/karoo.conf.d/scripts/route.js.detail/_404.js > 03-39-15.810: Google V8 is compiling helper script > /etc/karoo.conf.d/scripts/route.js.detail/route.js > 03-39-15.810: Google V8 is compiling main script > /etc/karoo.conf.d/scripts/route.js > 03-39-15.810: Google V8 is running main script > /etc/karoo.conf.d/scripts/route.js > 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, > domain, password, "", registrar, true, expires, l > 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, > domain, password, "", registrar, true, expires, l > 03-39-15.812: Javascript error on line 238 : bridge_add_gateway(user, > domain, password, "", registrar, true, expires, l > 03-39-15.819: [CID=00000000] JS: ReferenceError: bridge_add_gateway > is not defined > { > undefined:238 > bridge_add_gateway(user, domain, password, "", registrar, true, > expires, l > ^ > ReferenceError: bridge_add_gateway is not defined > at RouteProfile.sendRegister (:238:5) > at RouteProfile.Route (:4:9) > at :1:13 > } > 03-39-15.819: Unable to load invite route script > /etc/karoo.conf.d/scripts/route.js > > > > _______________________________________________ > karoo-users mailing list > karoo-users at ossapp.com > http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From joegen at ossapp.com Sun Apr 13 20:20:47 2014 From: joegen at ossapp.com (Joegen E. Baclor) Date: Mon, 14 Apr 2014 10:20:47 +0800 Subject: [karoo-users] Cannot compile OSS_Core In-Reply-To: <53413A4C.1010402@ossapp.com> References: <53413A4C.1010402@ossapp.com> Message-ID: <534B45FF.5000505@ossapp.com> Sorry for the late response. Please try most recent githead on CentOS 6.5 again and report back if you still encounter the errors. On 04/06/2014 07:28 PM, Joegen E. Baclor wrote: > What OS and architecture are you compiling in? > > On 04/06/2014 06:54 PM, Mr.Surender Reddy wrote: >> Hello, >> I have error during compiling any help please >> In file included from ../../src/persistent/KeyValueStore.cpp:28: >> ../../src/persistent/unqlite/unqlite.h:661: error: declaration of >> 'pgno unqlite_page::pgno' >> ../../src/persistent/unqlite/unqlite.h:651: error: changes meaning of >> 'pgno' from 'typedef sxu64 pgno' >> make[3]: *** [liboss_core_la-KeyValueStore.lo] Error 1 >> make[3]: Leaving directory `/root/oss_core/.build/src' >> make[2]: *** [all-recursive] Error 1 >> make[2]: Leaving directory `/root/oss_core/.build/src' >> make[1]: *** [all] Error 2 >> make[1]: Leaving directory `/root/oss_core/.build/src' >> make: *** [all-recursive] Error 1 >> >> >> >> _______________________________________________ >> karoo-users mailing list >> karoo-users at ossapp.com >> http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com > > > > _______________________________________________ > karoo-users mailing list > karoo-users at ossapp.com > http://www.ossapp.com/mailman/listinfo/karoo-users_ossapp.com -------------- next part -------------- An HTML attachment was scrubbed... URL: