repositório com os arquivos utilizados para integração entre o sistema SimplesIP e diversos sistemas.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
355 B

2 years ago
<?php
require_once "Xpro.php";
$xpro = new Xpro();
2 years ago
$url = "http://sipcloud08.simplesip.com.br/integracao/?method=GetAudio&uniqueid=$UNIQUEID&tipo=mp3&login=user.api&senha=0000&tipoRetorno=JSON/STREAM";
$insert = $xpro->db()->insertXvision(intval($uid),$uid,CONF_TOKEN_API);
2 years ago
$xpro->encerraChamada(intval($UNIQUEID), $url, 180);