Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
PAGI
CallSpool
ICallSpool
PHP Interface PAGI\CallSpool\ICallSpool
PHP Version 5
See link:
http://marcelog.github.com/PAGI/
Author:
Marcelo Gornstein (
[email protected]
)
Mostrar archivo
Open project: marcelog/pagi
Public Methods
Method
Description
spool
(
CallFile
$call
,
integer
$schedule
= null ) :
void
Spools the given call.
Method Details
spool()
public
method
Spools the given call.
public
spool
(
CallFile
$call
,
integer
$schedule
= null ) :
void
$call
CallFile
Call to spool.
$schedule
integer
Optional unix timestamp to schedule the call.
return
void