Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Net::CSTA 0.03

    Download button

    No screenshots available
    Downloads: 596  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Leif Johansson | More programs
    GPL / FREE
    April 5th, 2007, 14:21 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Net::CSTA description

    Net::CSTA project is a perl-module for talking to an ECMA CSTA Phase I server.

    Net::CSTA project is a perl-module for talking to an ECMA CSTA Phase I server.

    ECMA CSTA is a ASN.1 based protocol for building CTI applications. Typical use include subscribing to events (aka moinitoring), placing and modifying calls.

    This module only support CSTA Phase I (mainly because that is what I have access to). The module has been tested with Ericsson AL 4.0 (application link) with an MD110.

    SYNOPSIS

    use Net::CSTA;

    # Connect to the CSTA server
    my $csta = Net::CSTA->new(Host=>'csta-server',Port=>'csta-server-port');
    # Create a monitor for '555'
    my $number = 555;
    $csta->request(serviceID=>71,
    serviceArgs=>{monitorObject=>{device=>{dialingNumber=>$number}}})

    for (;;)
    {
    my $pdu = $csta->receive();
    print $pdu->toXML();
    }

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    ECMA CSTA | ECMA server | ECMA communication | Net::CSTA | ECMA | CSTA

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM