PATH:
home
/
lab2454c
/
sportsnovate.com
/
backups
/
core
/
vendor
/
twilio
/
sdk
/
src
/
Twilio
/
TwiML
/
Voice
<?php /** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ namespace Twilio\TwiML\Voice; use Twilio\TwiML\TwiML; class Sip extends TwiML { /** * Sip constructor. * * @param string $sipUrl SIP URL * @param array $attributes Optional attributes */ public function __construct($sipUrl, $attributes = []) { parent::__construct('Sip', $sipUrl, $attributes); } /** * Add Username attribute. * * @param string $username SIP Username */ public function setUsername($username): self { return $this->setAttribute('username', $username); } /** * Add Password attribute. * * @param string $password SIP Password */ public function setPassword($password): self { return $this->setAttribute('password', $password); } /** * Add Url attribute. * * @param string $url Action URL */ public function setUrl($url): self { return $this->setAttribute('url', $url); } /** * Add Method attribute. * * @param string $method Action URL method */ public function setMethod($method): self { return $this->setAttribute('method', $method); } /** * Add StatusCallbackEvent attribute. * * @param string[] $statusCallbackEvent Status callback events */ public function setStatusCallbackEvent($statusCallbackEvent): self { return $this->setAttribute('statusCallbackEvent', $statusCallbackEvent); } /** * Add StatusCallback attribute. * * @param string $statusCallback Status callback URL */ public function setStatusCallback($statusCallback): self { return $this->setAttribute('statusCallback', $statusCallback); } /** * Add StatusCallbackMethod attribute. * * @param string $statusCallbackMethod Status callback URL method */ public function setStatusCallbackMethod($statusCallbackMethod): self { return $this->setAttribute('statusCallbackMethod', $statusCallbackMethod); } }
[-] Sip.php
[edit]
[-] Refer.php
[edit]
[-] Identity.php
[edit]
[-] Gather.php
[edit]
[-] SsmlSayAs.php
[edit]
[-] Record.php
[edit]
[-] Conference.php
[edit]
[-] Play.php
[edit]
[-] Parameter.php
[edit]
[+]
..
[-] Reject.php
[edit]
[-] Enqueue.php
[edit]
[-] SsmlP.php
[edit]
[-] Siprec.php
[edit]
[-] Start.php
[edit]
[-] Leave.php
[edit]
[-] Connect.php
[edit]
[-] Redirect.php
[edit]
[-] Stop.php
[edit]
[-] Client.php
[edit]
[-] Stream.php
[edit]
[-] Sim.php
[edit]
[-] SsmlW.php
[edit]
[-] Echo_.php
[edit]
[-] SsmlBreak.php
[edit]
[-] Dial.php
[edit]
[-] Queue.php
[edit]
[-] SsmlEmphasis.php
[edit]
[-] SsmlLang.php
[edit]
[-] Number.php
[edit]
[-] Prompt.php
[edit]
[-] Autopilot.php
[edit]
[-] SsmlProsody.php
[edit]
[-] Sms.php
[edit]
[-] Hangup.php
[edit]
[-] Pay.php
[edit]
[-] SsmlPhoneme.php
[edit]
[-] SsmlSub.php
[edit]
[-] SsmlS.php
[edit]
[-] Say.php
[edit]
[-] Room.php
[edit]
[-] Task.php
[edit]
[-] ReferSip.php
[edit]
[-] VirtualAgent.php
[edit]
[-] Pause.php
[edit]