Giter Club home page Giter Club logo

cisco_telepresence_mcu_api_client's Introduction

cisco_telepresence_mcu_api_client

Cisco TelePresence MCU API client written in PHP

install

install XML-RPC library for PHP5

sudo apt-get install php5-xmlrpc

download sources from GitHub

wget https://github.com/vanzhiganov/cisco_telepresence_mcu_api_client/archive/master.zip

unpacking

unzip master

cd cisco_telepresence_mcu_api_client-master/

copy config file from example file

cp config.origin.php config.php

configuration

Enter Cisco TelePresence IP address in $mcuaddress variable

$mcuaddress = "192.168.1.1";

Enter Login/Password in $auth variable

$auth = array('login' => "username", 'pass' => "userpassword");

Specify conference names for each meeting room

$place_list = array(
    1 => "blank_conference_1",
    2 => "blank_conference_2"
);

Specify all Endpoints in this list. For correct working you need associate name in Cisco TelePresence Admin Panel

$endpoints = array(
    "office_big" => array("name" => "office_big", "override_name"=>"Office: big", "address"=>"192.168.1.10"),
    "office_small" => array("name"=> "office_small", "override_name"=>"Office: small", "address"=>"192.168.1.20"),
    "region_nyc" => array("name"=> "region_nyc", "override_name"=>"Office: NYC", "address"=>"10.10.10.10")
);

cisco_telepresence_mcu_api_client's People

Contributors

vanzhiganov avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.