File "ReferSip.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/twilio/sdk/src/Twilio/TwiML/Voice/ReferSip.php
File size: 388 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
namespace Twilio\TwiML\Voice;
use Twilio\TwiML\TwiML;
class ReferSip extends TwiML {
/**
* ReferSip constructor.
*
* @param string $sipUrl SIP URL
*/
public function __construct($sipUrl) {
parent::__construct('Sip', $sipUrl);
}
}