PAGI\CallerId\Impl\CallerIdFacade::setCallerIdVariable PHP Method

setCallerIdVariable() protected method

Access AGI client to set the variable.
protected setCallerIdVariable ( string $name, string $value ) : void
$name string Variable name.
$value string Value.
return void
    protected function setCallerIdVariable($name, $value)
    {
        $this->client->setVariable('CALLERID(' . $name . ')', $value);
    }