예제 #1
0
 /**
  * Access agi client to set the variable.
  *
  * @param string $name  Variable name
  * @param string $value Value
  */
 protected function setCDRVariable($name, $value)
 {
     $this->client->setVariable(sprint('CDR(%s)', $name), $value);
 }