BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 02-18-2006, 11:43 AM   #1
Curtisannev
Knows Where the Search Button Is
 
Join Date: Feb 2006
Location: Vancouver Canada
Model: 7130e
Posts: 17
Smile Help! Log blackberry phone calls into our db $4000

Please Login to Remove!

SOMEBODY please program the blackberry to send a receipt for every phone call and the duration. Send it via email, or tie it into our web based database.

Budget: 2,000-4,000

Time Objective: 30 days March 20 2006

Project outline: Log blackberry phone calls into the intranetsites.com system

Part 1: Blackberry application

Purpose:
We require an application that runs on the blackberry which will allow tracking of start and end time of phone calls made on the device, and pass that information via the web to our databases. The blackberry owner should be able to active/deactive the application. When active, the application will transmit start/end/user data to online databases via http.

Scope:
Name of this application: intraLogBB
The application will run in the background on the blackberry and will send phone call data to the online database via http at the end of each phone call. The daytimer database it interacts with is specified under another project, intraLogReceiver.

Product Perspective:
This application will send phone call data to an online database used for daytimer information. The user can use this application to automatically send all the phone call data, and can log into the web site of the daytimer web application (a separate project) and can view and generate reports from that data.

System Interfaces (overview):

User:
A setup area for the user needs to be available to set the client account/password/server information. The user should have the option of starting/stopping the application. The user should also have the option of having the application run (or not) whenever the device is started up. The rest of the application should be transparent to the user.

Software:
This application is to access information from the phone logs and contact database of the blackberry. The application needs to be triggered by a phone ending event. The application is to send the data to the online database specified in the Settings section of the application. It will communicate via http.


System Interfaces (detailed):

User:
- configuration screen with intraLogBB account and password and server address, as well as Active/DeActivate options, and a start this application automatically at startup checkbox
- screenshot to come...

Software:
- Access to phone logs and contact database on blackberry
- requires start and end time of call, and a means to identify the contact
on the other end of the phone call from the blackberrry user
- spec details to be further specified by developer, include testing specs

- Data send triggered by end of phone call
- spec details to be further specified by developer, including testing specs

- Sending of data to the online database
- using http GET
- start and end times, and user information
- bbPhoneLogger.php?starttime=20060212143000&endtim e=20060212143400&userdata=<serialized/encrypted data here>
- user information, once decoded, would contain: email address and/or phone number,
client's intraLogBB account id and password
(provided by daytimer application administration)
- live testing will determine if the sending of the data is working correctly.
- using the blackberry device, with intraLogBB installed and running, a phone call will be made and ended. A test page will be created (outside of this scope) to ensure the data has been recieved correctly, and further testing can be done by the online database team to ensure it is being stored correctly.

BillCoughlin IntranetSites.com
[email address]
604-820-4663

ps: if you know of someone else that can help PLEASE forward , thanks
Offline  
Old 02-18-2006, 06:42 PM   #2
acnst
BBF Moderator
 
acnst's Avatar
 
Join Date: Aug 2004
Location: Germany
Model: 9700
PIN: not configured
Carrier: T-Mobile
Posts: 1,528
Default

I think that this 3rd-Party product Airtime Manager could fit your needs. But I have no idea how expensive it is.
__________________
Deutsches Blackberry Forum - visit www.blackberry-forum.de


for Microsoft Exchange


Last edited by acnst; 02-18-2006 at 06:43 PM.. Reason: formating link
Offline  
Old 03-31-2006, 03:45 PM   #3
kirko63
New Member
 
Join Date: Mar 2006
Model: 7230
Posts: 1
Default Airtime Manager - Phone and/or email event capture

Bill,

Airtime-A4P provides the mobile time and event capture you are describing out of the box, either for phone calls only, for email or both. A4P can be either obrusive (prompting for billing information after each event) or nonobtrusive, running in the background.

A4P follows a service model rather than a purchase model. Depending on the number of users, it will take a very long time to go through the $4000 you are budgeting.

Best,

Kirk Fackre
Airtime-Manager
[email address]


Quote:
Originally Posted by Curtisannev
SOMEBODY please program the blackberry to send a receipt for every phone call and the duration. Send it via email, or tie it into our web based database.

Budget: 2,000-4,000

Time Objective: 30 days March 20 2006

Project outline: Log blackberry phone calls into the intranetsites.com system

Part 1: Blackberry application

Purpose:
We require an application that runs on the blackberry which will allow tracking of start and end time of phone calls made on the device, and pass that information via the web to our databases. The blackberry owner should be able to active/deactive the application. When active, the application will transmit start/end/user data to online databases via http.

Scope:
Name of this application: intraLogBB
The application will run in the background on the blackberry and will send phone call data to the online database via http at the end of each phone call. The daytimer database it interacts with is specified under another project, intraLogReceiver.

Product Perspective:
This application will send phone call data to an online database used for daytimer information. The user can use this application to automatically send all the phone call data, and can log into the web site of the daytimer web application (a separate project) and can view and generate reports from that data.

System Interfaces (overview):

User:
A setup area for the user needs to be available to set the client account/password/server information. The user should have the option of starting/stopping the application. The user should also have the option of having the application run (or not) whenever the device is started up. The rest of the application should be transparent to the user.

Software:
This application is to access information from the phone logs and contact database of the blackberry. The application needs to be triggered by a phone ending event. The application is to send the data to the online database specified in the Settings section of the application. It will communicate via http.


System Interfaces (detailed):

User:
- configuration screen with intraLogBB account and password and server address, as well as Active/DeActivate options, and a start this application automatically at startup checkbox
- screenshot to come...

Software:
- Access to phone logs and contact database on blackberry
- requires start and end time of call, and a means to identify the contact
on the other end of the phone call from the blackberrry user
- spec details to be further specified by developer, include testing specs

- Data send triggered by end of phone call
- spec details to be further specified by developer, including testing specs

- Sending of data to the online database
- using http GET
- start and end times, and user information
- bbPhoneLogger.php?starttime=20060212143000&endtim e=20060212143400&userdata=<serialized/encrypted data here>
- user information, once decoded, would contain: email address and/or phone number,
client's intraLogBB account id and password
(provided by daytimer application administration)
- live testing will determine if the sending of the data is working correctly.
- using the blackberry device, with intraLogBB installed and running, a phone call will be made and ended. A test page will be created (outside of this scope) to ensure the data has been recieved correctly, and further testing can be done by the online database team to ensure it is being stored correctly.

BillCoughlin IntranetSites.com
[email address]
604-820-4663

ps: if you know of someone else that can help PLEASE forward , thanks
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


CBB60 Motor Run Capacitor 450VAC 10uF/20uF/30uF/40uF/50uF 4 Pins CE Standard picture

CBB60 Motor Run Capacitor 450VAC 10uF/20uF/30uF/40uF/50uF 4 Pins CE Standard

$12.99



BEEYUIHF 625Pcs 24Values Aluminum Electrolytic Capacitor Kit 10V-100V 1F-1000uF picture

BEEYUIHF 625Pcs 24Values Aluminum Electrolytic Capacitor Kit 10V-100V 1F-1000uF

$24.99



CBB60 Capacitor 250VAC 60UF MFD For Motor Run 2 Wires Metallized Polypropylene picture

CBB60 Capacitor 250VAC 60UF MFD For Motor Run 2 Wires Metallized Polypropylene

$12.99



45/5 MFD uf Round Dual Run Capacitor HVAC AC 45+5 µF 370-440VAC 50/60Hz 5% picture

45/5 MFD uf Round Dual Run Capacitor HVAC AC 45+5 µF 370-440VAC 50/60Hz 5%

$20.99



CBB61 250V  Capacitor 2 wires 1/2/3/3.5/4/5/6/7/8/9/10/12/15/18/20/24/25/30 UF picture

CBB61 250V Capacitor 2 wires 1/2/3/3.5/4/5/6/7/8/9/10/12/15/18/20/24/25/30 UF

$66.07



5pc Radial Electrolytic Capacitor 250V 100V 50V 25V 16V 0.22uF-4700uF 10000uF picture

5pc Radial Electrolytic Capacitor 250V 100V 50V 25V 16V 0.22uF-4700uF 10000uF

$27.99







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.