PHP Class PAGI\DialDescriptor\SIPDialDescriptor

Author: Agustín Gutiérrez ([email protected])
Inheritance: extends DialDescriptor
Show file Open project: marcelog/pagi

Protected Properties

Property Type Description
$provider string SIP provider.

Public Methods

Method Description
__construct ( string $target, $provider ) Class constructor.
getChannelDescriptor ( ) (non-PHPdoc)
getTechnology ( ) (non-PHPdoc)
setProvider ( string $provider ) : void Set SIP provider.

Method Details

__construct() public method

Class constructor.
public __construct ( string $target, $provider )
$target string dial target

getChannelDescriptor() public method

(non-PHPdoc)
See also: DialDescriptor::getChannelDescriptor()

getTechnology() public method

(non-PHPdoc)
See also: DialDescriptor::getTechnology()
public getTechnology ( )

setProvider() public method

Set SIP provider.
public setProvider ( string $provider ) : void
$provider string SIP provider
return void

Property Details

$provider protected property

SIP provider.
protected string $provider
return string