ChunkPlayer

From VoIPmonitor.org
Revision as of 10:51, 4 April 2019 by Milan (talk | contribs) (Created page with "== General information == * the ChunkPlayer is the sample code for embedding active call's player * the code's directory is in WEBROOT/api/chunkplayer * the code in this dire...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General information

  • the ChunkPlayer is the sample code for embedding active call's player
  • the code's directory is in WEBROOT/api/chunkplayer
  • the code in this directory can be adjusted and embedded into another code

Configuration

  • set appropriate variables in the configuration.php file:
<?php

define('VPMANAGERHOST', '127.0.0.1');
define('VPMANAGERPORT', 5029);

define("MYSQL_HOST", "127.0.0.1");
define("MYSQL_DB", "voipmonitor");
define("MYSQL_USER", "root");
define("MYSQL_PASS", "");

?>
  • the VPMANAGERHOST and VPMANAGERPORT are used if the sensor id is not used in the play request

Example of use