Mixpbx
extends Base
in package
Mixpbx PBX integrations class.
Tags
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