VtigerAsteriskConnector
extends Base
in package
Vtiger Asterisk Connector 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'], 'secretkey' => ['label' => 'LBL_SECRET_KEY'], 'outboundContext' => ['label' => 'LBL_OUTBOUND_CONTEXT']]
$name
public
string
$name
= 'VtigerAsteriskConnector'
Class name
Methods
performCall()
Perform phone call.
public
performCall(Pbx $pbx) : mixed
Parameters
- $pbx : Pbx