示例#1
0
文件: SipReconnect.php 项目: cwcw/cms
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_type = self::CONNECTOR_SIPSIP;
 }
示例#2
0
文件: IvrOutcall.php 项目: cwcw/cms
 /**
  * Constructor
  *
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_type = self::CONNECTOR_SIPMS;
     $this->_initDefaultOptions();
 }