Re: [Asterisk-Users] xml output from * ?

2004-04-04 Thread Serge Mankovski
HI
If I understand correctly, you are talking about a production of RSS feed 
(see http://www.xml.com/lpt/a/2002/12/18/dive-into-xml.html)

I am writing a bunch of java classes that will expose Manager interface in 
more readable form (form Java point of view). I might think of writing an 
RSS feed for events off the manager interface if people are interested.

I do not really know how to expose call volume, message stats and message 
waiting info. If someone would explain me how it can be done through event 
channel, I might include those too.

To produce an RSS feed there is a need for an http interface. This can be 
done using Tomcat. This means that your * installation has to have Tomcat 
running as well. That might have security implications for your 
installation.

Serge




From: John Todd [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] xml output from * ?
Date: Thu, 1 Apr 2004 10:37:53 -0800
At 9:35 AM -0500 3/31/04, [EMAIL PROTECTED] wrote:
Hi Yawl,

I took delivery this morning of a used BetaBrite LED
display sign which I promptly set about playing with.
Having found a windows app that grabs XML headline
files from places like Slashdot and CNN as well as
stocks etc I had an idea.
What if I could get it to display stats from *? Things
like call volume, queue stats, message waiting info.
Now I'd be looking for someone to write this as I can't
right a line of code myself but perhaps as it has some
call center type application maybe someone would have a
go rather than bitch at me about how I want some free
developement done.
Mark
Add my voice to the me too chorus, though I don't have the time or skills 
to write it either.  This would almost certainly be an external application 
(not in Asterisk) since the manager interface could provide the relevant 
information.  There are Perl modules for the BetaBrite, I think... dig 
around.

JT
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users
_
Add photos to your e-mail with MSN Premium. Get 2 months FREE*  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] xml output from * ?

2004-04-04 Thread kc2eni
Hi John,

I found a very basic Betabrite package for linux. It's
nowhere near as clever as the Winwows one but I guess
it could be scripted.

As for the manager interface; it seems that all folks
are interested in there is a phantom operators console
or adding extensions etc.

Are we too far ahead for this application?

Got a result with your friend Mike at clearpath1 BTW.

Thanks

Mark

On Thu, 1 Apr 2004 10:37:53 -0800, John Todd wrote:

 
 At 9:35 AM -0500 3/31/04, [EMAIL PROTECTED] wrote:
 Hi Yawl,
 
 I took delivery this morning of a used BetaBrite LED
 display sign which I promptly set about playing with.
 Having found a windows app that grabs XML headline
 files from places like Slashdot and CNN as well as
 stocks etc I had an idea.
 
 What if I could get it to display stats from *?
Things
 like call volume, queue stats, message waiting info.
 
 Now I'd be looking for someone to write this as I
can't
 right a line of code myself but perhaps as it has
some
 call center type application maybe someone would
have a
 go rather than bitch at me about how I want some free
 developement done.
 
 Mark
 
 Add my voice to the me too chorus, though I don't
 have the time or 
 skills to write it either.  This would almost
certainly
 be an 
 external application (not in Asterisk) since the
 manager interface 
 could provide the relevant information.  There are
Perl
 modules for 
 the BetaBrite, I think... dig around.
 
 JT
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]

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

http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] xml output from * ?

2004-04-03 Thread Garry Adkins
Hi,

Where could one find this (op_server.pl)?  I searched the wiki and google...
But did not find it.

-G 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Gudino
Sent: Friday, April 02, 2004 12:37 PM
To: [EMAIL PROTECTED]
Subject: Re: [Asterisk-Users] xml output from * ?

Hi,

On Thu, 2004-04-01 at 15:37, John Todd wrote:
 At 9:35 AM -0500 3/31/04, [EMAIL PROTECTED] wrote:
 Hi Yawl,
 
 I took delivery this morning of a used BetaBrite LED display sign 
 which I promptly set about playing with.
 Having found a windows app that grabs XML headline files from places 
 like Slashdot and CNN as well as stocks etc I had an idea.
 
 What if I could get it to display stats from *? Things like call 
 volume, queue stats, message waiting info.
 
 Add my voice to the me too chorus, though I don't have the time or 
 skills to write it either.  This would almost certainly be an external 
 application (not in Asterisk) since the manager interface could 
 provide the relevant information.  There are Perl modules for the 
 BetaBrite, I think... dig around.

You can look at the op_server.pl I wrote. It connects to asterisk manager
port, perform some magic and outputs xml to flash clients. It might give you
ideas on how to implement the betabrite interface. Best regards,

--
Nicolas Gudino [EMAIL PROTECTED]
House Internet S.R.L.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] xml output from * ?

2004-04-02 Thread Nicolas Gudino
Hi,

On Thu, 2004-04-01 at 15:37, John Todd wrote:
 At 9:35 AM -0500 3/31/04, [EMAIL PROTECTED] wrote:
 Hi Yawl,
 
 I took delivery this morning of a used BetaBrite LED
 display sign which I promptly set about playing with.
 Having found a windows app that grabs XML headline
 files from places like Slashdot and CNN as well as
 stocks etc I had an idea.
 
 What if I could get it to display stats from *? Things
 like call volume, queue stats, message waiting info.
 
 Add my voice to the me too chorus, though I don't have the time or 
 skills to write it either.  This would almost certainly be an 
 external application (not in Asterisk) since the manager interface 
 could provide the relevant information.  There are Perl modules for 
 the BetaBrite, I think... dig around.

You can look at the op_server.pl I wrote. It connects to asterisk
manager port, perform some magic and outputs xml to flash clients. It
might give you ideas on how to implement the betabrite interface. Best
regards,

-- 
Nicolas Gudino [EMAIL PROTECTED]
House Internet S.R.L.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
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] xml output from * ?

2004-04-01 Thread John Todd
At 9:35 AM -0500 3/31/04, [EMAIL PROTECTED] wrote:
Hi Yawl,

I took delivery this morning of a used BetaBrite LED
display sign which I promptly set about playing with.
Having found a windows app that grabs XML headline
files from places like Slashdot and CNN as well as
stocks etc I had an idea.
What if I could get it to display stats from *? Things
like call volume, queue stats, message waiting info.
Now I'd be looking for someone to write this as I can't
right a line of code myself but perhaps as it has some
call center type application maybe someone would have a
go rather than bitch at me about how I want some free
developement done.
Mark
Add my voice to the me too chorus, though I don't have the time or 
skills to write it either.  This would almost certainly be an 
external application (not in Asterisk) since the manager interface 
could provide the relevant information.  There are Perl modules for 
the BetaBrite, I think... dig around.

JT
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] xml output from * ?

2004-03-31 Thread kc2eni
Hi Yawl,

I took delivery this morning of a used BetaBrite LED
display sign which I promptly set about playing with.
Having found a windows app that grabs XML headline
files from places like Slashdot and CNN as well as
stocks etc I had an idea.

What if I could get it to display stats from *? Things
like call volume, queue stats, message waiting info.

Now I'd be looking for someone to write this as I can't
right a line of code myself but perhaps as it has some
call center type application maybe someone would have a
go rather than bitch at me about how I want some free
developement done.

Mark
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users