Twilio\TwiML\Voice\Sip
Synopsis
class Sip
extends TwiML
{
- // Inherited members from TwiML
- protected $name;
- protected $attributes;
- protected $children;
- // methods
- public void __construct()
- public Sip setUsername()
- public Sip setPassword()
- public Sip setUrl()
- public Sip setMethod()
- public Sip setStatusCallbackEvent()
- public Sip setStatusCallback()
- public Sip setStatusCallbackMethod()
- public Sip setMachineDetection()
- public Sip setAmdStatusCallbackMethod()
- public Sip setAmdStatusCallback()
- public Sip setMachineDetectionTimeout()
- public Sip setMachineDetectionSpeechThreshold()
- public Sip setMachineDetectionSpeechEndThreshold()
- public Sip setMachineDetectionSilenceTimeout()
- // Inherited methods from TwiML
- public void __construct()
- public TwiML append()
- public TwiML nest()
- public Sip setAttribute()
- public TwiML addChild()
- public string asXML()
- public string __toString()
Hierarchy
Extends
Members
protected
- $attributes
- $children
- $name
Methods
public
- __construct() — Sip constructor.
- setAmdStatusCallback() — Add AmdStatusCallback attribute.
- setAmdStatusCallbackMethod() — Add AmdStatusCallbackMethod attribute.
- setMachineDetection() — Add MachineDetection attribute.
- setMachineDetectionSilenceTimeout() — Add MachineDetectionSilenceTimeout attribute.
- setMachineDetectionSpeechEndThreshold() — Add MachineDetectionSpeechEndThreshold attribute.
- setMachineDetectionSpeechThreshold() — Add MachineDetectionSpeechThreshold attribute.
- setMachineDetectionTimeout() — Add MachineDetectionTimeout attribute.
- setMethod() — Add Method attribute.
- setPassword() — Add Password attribute.
- setStatusCallback() — Add StatusCallback attribute.
- setStatusCallbackEvent() — Add StatusCallbackEvent attribute.
- setStatusCallbackMethod() — Add StatusCallbackMethod attribute.
- setUrl() — Add Url attribute.
- setUsername() — Add Username attribute.
Inherited from Twilio\TwiML\TwiML
public
- __toString() — Convert TwiML to XML string.
- addChild()
- append() — Add a TwiML element.
- asXML() — Convert TwiML to XML string.
- nest() — Add a TwiML element.
- setAttribute() — Set TwiML attribute.