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

..03-May-2022-

lib/Net/H07-Dec-2007-1,302966

t/H07-Dec-2007-169

ChangesH A D28-Mar-2006153 74

MANIFESTH A D15-Apr-2006164 98

META.ymlH A D07-Dec-2007417 1412

Makefile.PLH A D07-Dec-2007580 139

READMEH A D19-Jul-20061 KiB4326

README

1Net-CSTA version 0.02
2=====================
3
4CSTA is short for "Computer Supported Telecommunications Applications". It
5is a CTI protocol defined in ASN.1 by ECMA:
6
7http://www.ecma-international.org/activities/Communications/TG11/cstaIII.htm
8
9This perl-module implements CSTA phase I. It has been tested with the Ericsson
10MD110 PBX and Application Link 4.0.
11
12INSTALLATION
13
14To install this module type the following:
15
16   perl Makefile.PL
17   make
18   make test
19   make install
20
21DEPENDENCIES
22
23This module requires these other modules and libraries:
24
25  Convert::ASN1
26  MIME::Base64
27  XML::Simple
28
29  and a patched version of Convert::ASN1 available at
30  http://devel.it.su.se/pub/jsp/polopoly.jsp?d=1026&a=6589
31
32COPYRIGHT AND LICENCE
33
34Put the correct copyright and licence information here.
35
36Copyright (C) 2006 by Leif Johansson
37
38This library is free software; you can redistribute it and/or modify
39it under the same terms as Perl itself, either Perl version 5.8.6 or,
40at your option, any later version of Perl 5 you may have available.
41
42
43