PHPDaemon\Examples\ExampleAsteriskClient::getConfigDefaults PHP Method

getConfigDefaults() protected method

Setting default config options Overriden from AppInstance::getConfigDefaults
protected getConfigDefaults ( ) : array | false
return array | false
    protected function getConfigDefaults()
    {
        return ['url' => 'tcp://user:password@localhost:5038', 'reconnect' => 1, 'asteriskclient-name' => ''];
    }