cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
721
Views
0
Helpful
5
Replies

News Ticker on Cisco Phones

Rajesh Revuru
Level 4
Level 4

How can i acheive news ticker on cisco phones?

5 Replies 5

msabir
Level 4
Level 4

You can read news RSS and push it as text to by using CiscoIPPhoneExecute object. For example, PhoneTop Messenger read RSS weather data and pushes it to IP phone group based on rules (weather zones, type of alert, etc.) May be we should expand it out to include news as well :))

you can add any web or url to display on your phone. Just need to add it as a service and then add the URL to that service.

Subscribe the device to the service created above bingo you are done.

Good luck.

Baseer.

This is not true as mentioned in earlier post: "you can add any web or url to display on your phone."

You can only have a URL that would meet the

Cisco specific XML format.

Hey Baseer - what format would this service url look like. I am currently testing this on our 4.1(3) version call manager. Screen capture would be useful.

Regards

Carl

Hi Carl,

If you use Perl, take a look at Cisco::IPPhone in cpan. It provides an alternate route to publishing data to your devices.

http://search.cpan.org/~mrpalmer/Cisco-IPPhone-0.05/IPPhone.pm

Cheers,

-James.