34 lines
1.6 KiB
PHP
34 lines
1.6 KiB
PHP
<?php
|
|
|
|
// for production
|
|
$credentials = array(
|
|
'account_phone'=> '+16143685004', // your RingCentral account phone number
|
|
'extension' => 101, // or number
|
|
'password' => 'NewFunnel100',
|
|
'clientId' => '-Ux96uS4QpeTMTNhtZ2RiQ',
|
|
'clientSecret' => 'dxt6akizSMeZXvJkDYqGuAoqGI88yTRTW3hPt9HAcDRw',
|
|
'server' => 'https://platform.ringcentral.com', // for production - https://platform.ringcentral.com
|
|
'dateFrom' => 'yyyy-mm-dd', // dateFrom
|
|
'dateTo' => 'yyyy-mm-dd', // dateTo,
|
|
'receiverFaxNo'=> '+18443313267',//'+18775770854'// fax number
|
|
'smsNumber' => '+16143685004', // any of SMS-enabled numbers on your RingCentral account
|
|
'mobileNumber' => '+14844986207',
|
|
'smsText' => 'This is a Test SMS from RTG 10-05-2019'
|
|
);
|
|
|
|
// for sandbox
|
|
//$credentials = array(
|
|
// 'account_phone'=> '+14707992902', // your RingCentral account phone number
|
|
// 'extension' => 101, // or number
|
|
// 'password' => 'NewFunnel100##',
|
|
// 'clientId' => 'FuyjuM-tRj2AUjxd0ZMX1g',
|
|
// 'clientSecret' => 'qlcTiuHOQAWwqrPUMm0digwdKLjKQlRx2eBh9iVx6m2Q',
|
|
// 'server' => 'https://platform.devtest.ringcentral.com', // for production - https://platform.ringcentral.com
|
|
// 'dateFrom' => 'yyyy-mm-dd', // dateFrom
|
|
// 'dateTo' => 'yyyy-mm-dd', // dateTo,
|
|
// 'receiverFaxNo'=> '+18443313267',//'+18775770854'// fax number
|
|
// 'smsNumber' => '+14707992902', // any of SMS-enabled numbers on your RingCentral account
|
|
// 'mobileNumber' => '+14844986207',
|
|
// 'smsText' => 'This is a Test SMS from RTG 10-05-2019'
|
|
//);
|