Documentation

Mixpbx extends Base
in package

Mixpbx PBX integrations class.

Tags
copyright

YetiForce S.A.

license

YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)

author

Mariusz Krzaczkowski m.krzaczkowski@yetiforce.com

Table of Contents

$configFields  : array<string|int, string>
Values to configure.
$name  : string
performCall()  : mixed
Perform phone call.

Properties

$configFields

Values to configure.

public array<string|int, string> $configFields = ['url' => ['label' => 'LBL_URL'], 'username' => ['label' => 'LBL_USERNAME'], 'password' => ['label' => 'LBL_PASSWORD']]

$name

public string $name = 'MixPBX'

Class name

Methods

performCall()

Perform phone call.

public performCall(Pbx $pbx) : mixed
Parameters
$pbx : Pbx
Return values
mixed

        

Search results