PAGI\CallerId\Impl\CallerIdFacade::setCallerIdVariable PHP 메소드

setCallerIdVariable() 보호된 메소드

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