Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->voicePort = 9987;
     $this->queryPort = 10011;
     $this->queryLogin = '******';
     $this->filetransferPort = 30033;
 }
Esempio n. 2
0
 public function addVoipServer(VoipServer $srv)
 {
     $srv->setMachine($this);
     $this->voipServers[] = $srv;
 }