|
Home > Archive > Voice over IP Cisco > August 2007 > RSS Feeds on IP Phones
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
RSS Feeds on IP Phones
|
|
|
| I heard a lot about that it is possible to read RSS feeds on a cisco IP
Phone. But I can't find a working IP Phone Service. Has anybody that
configured?
| |
| Erick Bergquist 2007-06-07, 1:12 am |
|
I don't know of a free IP service for this, but awhile back when I saw Cistera's IPT stuff they had a service that did this as part of their bundle.
----- Original Message ----
From: Stift <steffen.bruening@de.logicalis.com>
To: cisco-voip@puck.nether.net
Sent: Wednesday, June 6, 2007 10:28:20 AM
Subject: [cisco-voip] RSS Feeds on IP Phones
I heard a lot about that it is possible to read RSS feeds on a cisco IP
Phone. But I can't find a working IP Phone Service. Has anybody that
configured?
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
________________________________________
________________________________________
____
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/
| |
| Riley, Andrew 2007-06-07, 1:12 am |
| This guys stuff works well
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Erick Bergquist
Sent: Thursday, 7 June 2007 1:19 PM
To: Stift; cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] RSS Feeds on IP Phones
I don't know of a free IP service for this, but awhile back when I saw
Cistera's IPT stuff they had a service that did this as part of their
bundle.
----- Original Message ----
From: Stift <steffen.bruening@de.logicalis.com>
To: cisco-voip@puck.nether.net
Sent: Wednesday, June 6, 2007 10:28:20 AM
Subject: [cisco-voip] RSS Feeds on IP Phones
I heard a lot about that it is possible to read RSS feeds on a cisco IP
Phone. But I can't find a working IP Phone Service. Has anybody that
configured?
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
________________________________________
________________________________
____________
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| Riley, Andrew 2007-06-07, 1:12 am |
| This guys stuff works well
http://dontpokebadgers.com/RSS2Cisco/
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Erick Bergquist
Sent: Thursday, 7 June 2007 1:19 PM
To: Stift; cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] RSS Feeds on IP Phones
I don't know of a free IP service for this, but awhile back when I saw
Cistera's IPT stuff they had a service that did this as part of their
bundle.
----- Original Message ----
From: Stift <steffen.bruening@de.logicalis.com>
To: cisco-voip@puck.nether.net
Sent: Wednesday, June 6, 2007 10:28:20 AM
Subject: [cisco-voip] RSS Feeds on IP Phones
I heard a lot about that it is possible to read RSS feeds on a cisco IP
Phone. But I can't find a working IP Phone Service. Has anybody that
configured?
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
________________________________________
________________________________
____________
Park yourself in front of a world of choices in alternative vehicles.
Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| Kalle Tetto 2007-06-07, 7:11 am |
|
I've very successfully installed this:
http://dontpokebadgers.com/RSS2Cisco/how-to.html
just install it on a seperate linux or windows machine and let the ip
phone service point to this machine.
Stift schrieb:
> I heard a lot about that it is possible to read RSS feeds on a cisco IP
> Phone. But I can't find a working IP Phone Service. Has anybody that
> configured?
| |
| c3voip 2007-08-29, 7:11 pm |
| Any PERL experts out there? I keep getting an XML/Parser.pm error when
trying to pull up one of the RSS Feeds that I have setup on this script.
The script itself will load and I see the menu, but when I select one of the
Feeds I get an error.
Here is the error:
no element found at line 1, column 0, byte -1 at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/XML/Parser.pm line
187
Thanks,
-C
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Kalle Tetto
Sent: Thursday, June 07, 2007 3:34 AM
To: cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] RSS Feeds on IP Phones
I've very successfully installed this:
http://dontpokebadgers.com/RSS2Cisco/how-to.html
just install it on a seperate linux or windows machine and let the ip
phone service point to this machine.
Stift schrieb:
> I heard a lot about that it is possible to read RSS feeds on a cisco IP
> Phone. But I can't find a working IP Phone Service. Has anybody that
> configured?
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
| |
| c3voip 2007-08-30, 1:12 pm |
| Found the problem:
SELinux httpd_can_network_connect Boolean was set by default to off, just
had to turn it on.
Thanks,
-C
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of c3voip
Sent: Wednesday, August 29, 2007 3:48 PM
To: 'Kalle Tetto'; cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] RSS Feeds on IP Phones
Any PERL experts out there? I keep getting an XML/Parser.pm error when
trying to pull up one of the RSS Feeds that I have setup on this script.
The script itself will load and I see the menu, but when I select one of the
Feeds I get an error.
Here is the error:
no element found at line 1, column 0, byte -1 at
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/XML/Parser.pm line
187
Thanks,
-C
-----Original Message-----
From: cisco-voip-bounces@puck.nether.net
[mailto:cisco-voip-bounces@puck.nether.net] On Behalf Of Kalle Tetto
Sent: Thursday, June 07, 2007 3:34 AM
To: cisco-voip@puck.nether.net
Subject: Re: [cisco-voip] RSS Feeds on IP Phones
I've very successfully installed this:
http://dontpokebadgers.com/RSS2Cisco/how-to.html
just install it on a seperate linux or windows machine and let the ip
phone service point to this machine.
Stift schrieb:
> I heard a lot about that it is possible to read RSS feeds on a cisco IP
> Phone. But I can't find a working IP Phone Service. Has anybody that
> configured?
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
________________________________________
_______
cisco-voip mailing list
cisco-voip@puck.nether.net
https://puck.nether.net/mailman/listinfo/cisco-voip
|
|
|
|
|