Cisco::IPPhone

Cisco::IPPhone is a package for creating Cisco IPPhone XML objects.
Download

Cisco::IPPhone Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mark Palmer
  • Publisher web site:
  • http://search.cpan.org/~mrpalmer/Cisco-IPPhone-0.05/IPPhone.pm

Cisco::IPPhone Tags


Cisco::IPPhone Description

Cisco::IPPhone is a package for creating Cisco IPPhone XML objects. Cisco::IPPhone is a package for creating Cisco IPPhone XML objects.SYNOPSIS use Cisco::IPPhone; $mytext = new Cisco::IPPhone; $mytext->Text({ Title => "My Title", Prompt => "My Prompt", Text => "My Text" }); $mytext->AddSoftKeyItem( { Name => "Update", URL => "SoftKey:Update", Position => "1" }); $mytext->AddSoftKeyItem( { Name => "Exit", URL => "SoftKey:Exit", Position => "2" }); print $mytext->Content;Cisco::IPPhone - Package for creating Cisco IPPhone XML applicationsThis Cisco IPPhone module was created to provide a simple convenient method to display Cisco IP Phone objects and gather input from a Cisco 7940 or 7960 IP Phone. This module supports all known Cisco XML objects for 7940 and 7960 phones. Knowledge of Cisco XML syntax is not a requirement.This Perl module gives the ability to use simple PERL objects to display XML on the IP Phone unlike to Cisco Software Development Kit (SDK) which uses Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires knowledge of XML syntax.The following list gives typical services that might be supplied to a phone:- Weather- Stock information- Contact information- Company news- To-do lists- Real-time NFL scores- Daily schedule Requirements: · Perl


Cisco::IPPhone Related Software