PHP Interface PAGI\CallSpool\ICallSpool

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Afficher le fichier Open project: marcelog/pagi

Méthodes publiques

Méthode Description
spool ( CallFile $call, integer $schedule = null ) : void Spools the given call.

Method Details

spool() public méthode

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.
Résultat void