Author Topic: Call Accounting Mate technologies  (Read 96379 times)

wdiederich

  • Newbie
  • *
  • Offline Offline
  • Posts: 1
    • View Profile
Call Accounting Mate technologies
« on: June 29, 2005, 03:02:55 PM »
What developer tools were used to build Call Accounting Mate?  Is this a Microsoft based application (VB.NET, C#, C++, IIS, SQL Server, etc.)? 

Also, Call Accounting Mate has a lightweight sql engine included in the package (correct?); but rather than using the packaged sql server, could we point the application / data to full SQL Server Enterprise server?

sergey

  • Moderator
  • Sr. Member
  • *****
  • Offline Offline
  • Posts: 48
    • View Profile
Re: Call Accounting Mate technologies
« Reply #1 on: June 30, 2005, 02:45:59 AM »
1. Call Accounting Mate kernel is developed in C++ (Microsoft(r) Visual Studio 2003)

2. The kernel has built-in own web server and it doesn't rely on any external web server for HTTP requests processing

3. All data is managed by SQLite 2.8 (http://hwaci.com/sw/sqlite/index.html), which is linked with (or built into) the kernel

4. Generally speaking, SQL is standard, but most real world applications use extensions of the standard provided by certain DBMS vendor, so and CAM does. Thus, yes, it is possible to make use of external SQL based DBMS in CAM, but it will require porting of all the queries to the new DBMS. Beside the other features we're currently working on putting multi DBMS support into the CAM kernel, but it is not available in the current version yet.

5. It is not necessary and not possible to make use of external web server like Microsoft(r) IIS or Apache, because CAM has it's own object model for server-side scripting

6. For more information please e-mail us to support@callaccounting.ws
« Last Edit: June 30, 2005, 02:49:56 AM by sergey »