PAGI\CallSpool\ICallSpool::spool PHP Method

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
    public function spool(CallFile $call, $schedule = null);
ICallSpool