Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] Web page to show online extensions?

Goto page Previous  1, 2
 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
asternic at gmail.com
Guest





PostPosted: Fri Apr 04, 2008 9:01 am    Post subject: [asterisk-users] Web page to show online extensions? Reply with quote

Hi, I have released 0.28 the other day... I will probably make a new
branch for asterisk 1.6 soon..

On Thu, Apr 3, 2008 at 3:42 PM, Dean Collins <Dean at cognation.net> wrote:
Quote:
Cute Smile

I was thinking about getting something more complex developed but yes
FOP is a great product though getting a little old.....time for the next
version?




Regards,

Dean Collins
Cognation Pty Ltd
dean at cognation.net
+1-212-203-4357
+61-2-9016-5642 (Sydney in-dial).


Quote:
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-

Quote:
bounces at lists.digium.com] On Behalf Of Tzafrir Cohen
Sent: Thursday, 3 April 2008 2:32 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Web page to show online extensions?



Quote:
On Thu, Apr 03, 2008 at 01:32:37PM -0400, Dean Collins wrote:
Quote:
What about building an Adobe AIR application that can do this.

Any application that connects to the manager interface can do that. It
can be AIR, or FIRE or GROUND.

The FOP exists and does that.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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


--
Nicol?s Gudi?o
Buenos Aires - Argentina
Back to top
asternic at gmail.com
Guest





PostPosted: Fri Apr 04, 2008 9:08 am    Post subject: [asterisk-users] Web page to show online extensions? Reply with quote

As other people mentioned, there is also a DHTML client, if you look
at the javascript code, it is not hard to pull your own interface for
it... like:

1) Extension list like a grid, you can manage it via keyword only (hit
F for filter, type some letters to narrow the list,, hit T for
transfer the call - altought it is not implemented yet, is just an
experiment)

http://www.asternic.org/dhtml3/

2) Special queue monitor with alarms (it will fire an alarm when a
timer or call count is reached, color of queue goes from green to red
depending on number of calls and threshold alarm). Hybrid with a
regular flash panel at the bottom.

http://www.asternic.org/dhtml4/

The sky is the limit (but you will have to code it in javascript!)

Best regards,


On Thu, Apr 3, 2008 at 4:55 PM, Earl Terwilliger <earl at micpc.com> wrote:
Quote:
On Thursday 03 April 2008 02:59:07 pm faraz wrote:
Quote:
FOP is quite clunky!

one reason i wrote the event montor... which is in PHP (and Ajax or rather
Ajap) and does not poll the asterisk manager (which in my opinion overloads
asterisk)



Quote:

Also the flash is almost un-usable with a large number of extensions
Would love to see something in PHP/Ajax which could be lightweight and
fast.

We are working on something along those lines which we should be able to
release in a few months.

On Thu, 2008-04-03 at 14:42 -0400, Dean Collins wrote:
Quote:
Cute Smile

I was thinking about getting something more complex developed but yes
FOP is a great product though getting a little old.....time for the
next
version?



Regards,

Dean Collins
Cognation Pty Ltd
dean at cognation.net
+1-212-203-4357
+61-2-9016-5642 (Sydney in-dial).

Quote:
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com

[mailto:asterisk-users-

Quote:
bounces at lists.digium.com] On Behalf Of Tzafrir Cohen
Sent: Thursday, 3 April 2008 2:32 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Web page to show online extensions?

On Thu, Apr 03, 2008 at 01:32:37PM -0400, Dean Collins wrote:
Quote:
What about building an Adobe AIR application that can do this.

Any application that connects to the manager interface can do that.

It

Quote:
can be AIR, or FIRE or GROUND.

The FOP exists and does that.

--
Tzafrir Cohen
icq#16849755 jabber:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com

--

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

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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



_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

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




--
Nicol?s Gudi?o
Buenos Aires - Argentina
Back to top
philipp.kempgen at amo...
Guest





PostPosted: Fri Apr 04, 2008 8:07 pm    Post subject: [asterisk-users] Web page to show online extensions? Reply with quote

faraz wrote:

Quote:
We are working on something along those lines which we should be able to
release in a few months.

JFYI:
Gemeinschaft (http://www.amooma.de/gemeinschaft/) comes with a thing
called "ast_extstated" (it's in the sbin/ directory). It's a Perl
daemon listening to the Asterisk manager interface, keeping the
state of all the extensions in memory. Clients connect to port 5039
to get a "stream" of events. See htdocs/gui/mon/ for an example client.
It uses the somewhat old-fashioned way of an invisible iframe as a
transport to be compatible with MSIE.

There's no documentation how to use it other than the comments
in the code itself.
You are free to run the daemon or improve upon the code without
actually installing Gemeinschaft.

Regards,
Philipp Kempgen

--
amooma GmbH - Bachstr. 126 - 56566 Neuwied - http://www.amooma.de
Let's use IT to solve problems and not to create new ones.
Asterisk? -> http://www.das-asterisk-buch.de

Gesch?ftsf?hrer: Stefan Wintermeyer
Handelsregister: Neuwied B 14998
Back to top
gordon+asterisk at dro...
Guest





PostPosted: Sat Apr 05, 2008 2:02 am    Post subject: [asterisk-users] Web page to show online extensions? Reply with quote

This is probably coming into this thread a bit late and in the wrong
place, however:

http://www.drogon.net/dsx/onlineStatus.html

is a page of PHP code I use in my systems. You end up with an array,
indexed by extension number with values "SIP", "IAX", or "S&I" (I create
both SIP and IAX accounts in my system so they're interchangeable)

It's maybe not the most elegant bit of code, but it works for me.

Turning the contents of the array into a web page is left as an exercise
to the user Wink

Gordon
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services