PHP Interface PAGI\CallSpool\ICallSpool

PHP Version 5
Author: Marcelo Gornstein ([email protected])
Show file 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