Re: [Asterisk-Users] Web based application for call History

2005-09-22 Thread Tzafrir Cohen
On Wed, Sep 21, 2005 at 09:44:01PM -0700, Pradeepa Ramamurthy wrote:
> I have installed Asterisk and i have configured with two 
> SJPhones; i am able to make calls between these two phones.I am planning to 
> develop a application basically web based 
> application 
> from which the administrator able to trace the call logs or call 
> summary, i mean from which user agent to user agent call is going , 
> and 
> what is the staus, if second user tranfers the call to the third 
> agent 
> then that trace also he should able to visible. Totally Call History 
> should be visible to the administrator.
> I am just thinking to develop this using Java and Jsp
> How to implement this?...Need help for the same
> Thanks,
> Pradeepa.

The most primitive form of such application would be to create a symlink
from your wwwroot to the current Master.csv , and make sure that the
httpd indeed serves the file as a file of mime type
text/comma-separated-values . Chances are this will open a spreadsheet
with the data.

Now use spreadheet-level logic to analyze it and extract whatever data
you want.

-- 
Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
http://tzafrir.org.il |   | a Mutt's  
[EMAIL PROTECTED] |   |  best
ICQ# 16849755 |   | friend
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Web based application for call History

2005-09-21 Thread Jesse Keating
On Wed, 2005-09-21 at 21:44 -0700, Pradeepa Ramamurthy wrote:
> I am just thinking to develop this using Java and Jsp How to implement
> this?...Need help for the same

This is all being reported by CDR tracking.  We log CDR into a pgsql
database, then this database can be queried by whatever application you
want and formatted how you want.

-- 
Jesse Keating
GameHouse -- Systems Engineer

___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Web based application for call History

2005-09-21 Thread Pradeepa Ramamurthy
I have installed Asterisk and i have configured with two SJPhones; i am able to make calls between these two phones.I am planning to develop a application basically web based application from which the administrator able to trace the call logs or call summary, i mean from which user agent to user agent call is going , and what is the staus, if second user tranfers the call to the third agent then that trace also he should able to visible. Totally Call History should be visible to the administrator.
I am just thinking to develop this using Java and Jsp
How to implement this?...Need help for the same
Thanks,Pradeepa.Reply to : [EMAIL PROTECTED]Have a nice day.
		Yahoo! for Good 
Click here to donate to the Hurricane Katrina relief effort. 
___
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users