
Nuno Costa
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Nuno Costa-
Nuno Costa commented,
Good to know you have 1st problem solve. Are you sure you not using this parameter on php Curl request? CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1 If you are using it, just remove it. And check ...
-
Nuno Costa commented,
Hello Said, can you post the request that you are trying to PBX it should work.
-
Nuno Costa commented,
Hello said hussein, i think you should try using the method get_random de URL, Try with, api/v1.1.0/recording/get_random POST https://{pbx host url}/api/v1.1.0/recording/get_random?token={token}C...
-
Nuno Costa commented,
If u are using the correct recording file name, he should return to you, the random to construct the download url. Check two thinks: Curl php , remove this CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION...
-
Nuno Costa commented,
Hello Said Hussein, Steps i used to make working: 1. In my case im getting all the calls throw the pbx cdr database. 2. After that i call POST /api/v1.10/login that return me the token. 3. Then POS...
-
Nuno Costa commented,
Hi said hussein, if you are using Curl PHP, i have solve my problem using this parameters on curl request: CURLOPT_URL => $urlCURLOPT_RETURNTRANSFER => true,CURLOPT_ENCODING => "",CURLOPT_SSL_VERI...
-
Nuno Costa created a post,
Yeastar S-Series PBX API - Cant Download Recording Files
I'm trying to integrate the Yeastar on a 3rd Cloud Platform Application. Im calling the method /api/v1.1.0/recording/get_random?token={token}, with a successful token, i have made Login Pbx before....