I am trying to Send Fax from PHP SDK it works and providing a sent URL but after that when i check the status of fax it is sending failed.
I am trying to Send Fax from PHP SDK it works and providing a sent URL but after that when i check the status of fax it is sending failed.
object(RingCentral\SDK\Http\ApiResponse)[48] protected '_jsonAsArray' => null protected '_jsonAsObject' => null protected '_multiparts' => null protected '_response' => object(GuzzleHttp\Psr7\Response)[46] private 'reasonPhrase' => string 'OK' (length=2) private 'statusCode' => int 200 private 'headers' => array (size=13) 'Server' => array (size=1) ... 'Date' => array (size=1) ... 'Content-Type' => array (size=1) ... 'Content-Length' => array (size=1) ... 'Connection' => array (size=1) ... 'RCRequestId' => array (size=1) ... 'RoutingKey' => array (size=1) ... 'Content-Language' => array (size=1) ... 'Vary' => array (size=1) ... 'X-Rate-Limit-Group' => array (size=1) ... 'X-Rate-Limit-Limit' => array (size=1) ... 'X-Rate-Limit-Remaining' => array (size=1) ... 'X-Rate-Limit-Window' => array (size=1) ... private 'headerNames' => array (size=13) 'server' => string 'Server' (length=6) 'date' => string 'Date' (length=4) 'content-type' => string 'Content-Type' (length=12) 'content-length' => string 'Content-Length' (length=14) 'connection' => string 'Connection' (length=10) 'rcrequestid' => string 'RCRequestId' (length=11) 'routingkey' => string 'RoutingKey' (length=10) 'content-language' => string 'Content-Language' (length=16) 'vary' => string 'Vary' (length=4) 'x-rate-limit-group' => string 'X-Rate-Limit-Group' (length=18) 'x-rate-limit-limit' => string 'X-Rate-Limit-Limit' (length=18) 'x-rate-limit-remaining' => string 'X-Rate-Limit-Remaining' (length=22) 'x-rate-limit-window' => string 'X-Rate-Limit-Window' (length=19) private 'protocol' => string '1.1' (length=3) private 'stream' => object(GuzzleHttp\Psr7\Stream)[44] private 'stream' => resource(66, stream) private 'size' => null private 'seekable' => boolean true private 'readable' => boolean true private 'writable' => boolean true private 'uri' => string 'php://temp' (length=10) private 'customMetadata' => array (size=0) ... protected '_request' => object(GuzzleHttp\Psr7\Request)[37] private 'method' => string 'POST' (length=4) private 'requestTarget' => null private 'uri' => object(GuzzleHttp\Psr7\Uri)[21] private 'scheme' => string 'https' (length=5) private 'userInfo' => string '' (length=0) private 'host' => string 'platform.devtest.ringcentral.com' (length=32) private 'port' => null private 'path' => string '/restapi/v1.0/account/~/extension/~/fax' (length=39) private 'query' => string '' (length=0) private 'fragment' => string '' (length=0) private 'headers' => array (size=6) 'Host' => array (size=1) ... 'Content-Type' => array (size=1) ... 'Authorization' => array (size=1) ... 'User-Agent' => array (size=1) ... 'RC-User-Agent' => array (size=1) ... 'Expect' => array (size=1) ... private 'headerNames' => array (size=6) 'content-type' => string 'Content-Type' (length=12) 'authorization' => string 'Authorization' (length=13) 'user-agent' => string 'User-Agent' (length=10) 'rc-user-agent' => string 'RC-User-Agent' (length=13) 'host' => string 'Host' (length=4) 'expect' => string 'Expect' (length=6) private 'protocol' => string '1.1' (length=3) private 'stream' => object(GuzzleHttp\Psr7\MultipartStream)[22] private 'boundary' => string 'de8542ac0534cffa01ee24f9f9d509f1a6770ea3' (length=40) public 'stream' => object(GuzzleHttp\Psr7\AppendStream)[23]...
Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.
Download RingCentral Phone for Desktop:
Tip: switch to the "sandbox mode" before logging in the app:
5 People are following this question.
How can I implement SingleSignOn when connecting to RingCenral using ringcentral-csharp-client SDK?
RingCentralSDK Authorization session management
Can you add a contact name / number to an organization via the API?
Getting messageStatus = "SendingFailed" and faxErrorCode = "RenderingFailed" ?
JWT: error Error: Client authentication is required | Node SDK