• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H03-Dec-2002-615401

graphics/H03-May-2022-10886

ChangesH A D03-Dec-2002796 2119

IPPhone.pmH A D03-Dec-200239.2 KiB1,257409

MANIFESTH A D03-Dec-2002532 3029

Makefile.PLH A D29-Oct-2002293 96

READMEH A D05-Nov-20022.5 KiB7351

test.plH A D29-Oct-2002659 215

README

1Cisco/IPPhone version 0.01
2============================
3
4Cisco::IPPhone - Package for creating Cisco IPPhone XML applications
5
6This Cisco IPPhone module was created to provide a simple convenient
7method to display Cisco IP Phone objects and gather input from a Cisco
87940 or 7960 IP Phone.  This module supports all known Cisco XML objects
9for 7940 and 7960 phones.  Knowledge of Cisco XML syntax is not a requirement.
10
11This Perl module gives the ability to use simple PERL objects to display XML on
12the IP Phone unlike to Cisco Software Development Kit (SDK) which uses
13Microsoft IIS Server, ASP's, JSP's, Javascript, COM Objects, and requires
14knowledge of XML syntax.
15
16Requirements:
17
18Developing Cisco IPPhone XML applications using the Cisco::IPPhone module requires the following:
19 - Cisco CallManager Software or the CallManager Emulator Software
20 - Any web server capable of running Perl CGI (Apache, etc)
21 - A Cisco 7940 or 7960 IPPhone for testing the applications
22
23Graphics:
24
25Use the perl img2cip or cip2img to convert images to cip and vice-versa.
26Code contributed by Nate Mueller (nate@cs.wisc.edu).  These modules
27require the Perl GD image module to be installed. Thanks to the Unisys patent
28lawyers that enforce the LZW compression algorithm used by GIF files, the
29Perl GD graphics module no longer supports GIF, however PNG and JPG formats
30will work.
31
32If you're using Windows or do not have the Perl GD module loaded,
33Use cip2gif.exe, gif2cip.exe, or the photoshop plugin to create the cip files
34and use the data portion of the cip file in your Perl XML objects.
35To use the photoshop plugin, just copy the cip.8bi plugin into the
36Photoshop plugin's directory and then do Save As -> Cip
37
38The following list gives typical services that might be supplied to a phone:
39
40 - Weather
41 - Stock information
42 - Contact information
43 - Company news
44 - To-do lists
45 - Real-time NFL scores
46 - Daily schedule
47
48If you would like your XML app distributed with this module under the examples
49directory on CPAN, please email the app to Mark Palmer - markpalmer@us.ibm.com
50
51INSTALLATION
52
53To install this module type the following:
54
55   perl Makefile.PL
56   make
57   make test
58   make install
59
60DEPENDENCIES
61
62This module requires these other modules and libraries:
63
64If using the cip2img or img2cip modules, the Perl GD graphics module is required
65Otherwise, there are no other requirements or dependencies.
66
67COPYRIGHT AND LICENCE
68
69Distributed under the Perl Artistic License
70
71Copyright (C) 2002 Mark Palmer markpalmer@us.ibm.com
72
73