Commit graph

85 commits

Author SHA1 Message Date
neel-plivo
b100d2d85c
Merge branch 'master' into remove-total_count 2021-07-05 11:04:21 +05:30
snehithchatakonda
9b94848d72
Merge branch 'master' into remove-total_count 2021-06-30 13:15:26 +05:30
LSAITHARUN
3d54049e4b Added Mpc enhancements like Callername,Parallel Behaviour for DelayDial and RingTimeout and Participant level recording. 2021-06-30 12:31:06 +05:30
snehithkumar
787fa3be47 removed total_count arguement in metadata of listmdr response 2021-06-30 12:28:31 +05:30
Narayana Shanubhogh
cf5f4dfef9 version upgrade 2021-06-25 12:54:24 +05:30
Mohammed Huzaif
eab2cdd106
Merge branch 'master' into fix-adaptive-ppk 2021-05-05 20:03:01 +05:30
Narayana Shanubhogh
82e628151a
Merge branch 'master' into fix-adaptive-ppk 2021-05-05 08:48:10 +05:30
huzaif
925f5e0009 add exception for voice 2021-05-04 17:31:58 +05:30
narayana shanubhogh
dda00548e8 exception handle 2021-05-04 12:08:56 +05:30
Dhruv Chauhan
f498a95733 Fix add/update powerpack for number_priority 2021-05-03 15:41:49 +05:30
narayana shanubhogh
a883815d92 exception handling 2021-04-27 12:19:16 +05:30
narayana shanubhogh
2a18964e8d handling error 2021-04-26 08:40:46 +05:30
narayana shanubhogh
8f765c90fc returning object 2021-04-25 20:41:13 +05:30
narayana shanubhogh
1fd103a16a removed string error response 2021-04-25 14:24:55 +05:30
Koushik-Ayila
a6a7953132 Fixed ringTimeout 0 error handling bug 2021-04-19 18:54:07 +05:30
Koushik-Ayila
b6002f4538 Fixed ringTimeout not working bug 2021-04-19 18:54:07 +05:30
Koushik-Ayila
e57a6bec3b Incorporated retry logic for MPC APIs and validated voice UTs 2021-04-19 18:53:41 +05:30
Koushik-Ayila
9b2831d6f5 Removed example test file and changed URL back to prod from QA url 2021-04-19 18:53:17 +05:30
Koushik-Ayila
403c78168c MPC API - Under Development 2021-04-19 18:53:17 +05:30
Koushik-Ayila
3e297f9ef3 MPC API and XML changes - Dev completed 2021-04-19 18:53:16 +05:30
Koushik-Ayila
326831d98c MPC API - Under Development 2021-04-19 18:52:43 +05:30
Koushik-Ayila
957817f305 XML changes for MPC along with UTs 2021-04-19 18:51:13 +05:30
gunjan01
cbf4617aa5 Add client tests 2021-04-16 19:18:41 +05:30
gunjan01
980634eb02 Integrate node apis for compliance 2021-04-16 18:03:34 +05:30
Koushik-Ayila
03a2efa4f4 Fixed bug on multiple call placing during retries. 2021-02-17 11:33:56 +05:30
Koushik-Ayila
25946cc682 Fixed review comments 2021-01-29 12:45:38 +05:30
kalyan-plivo
53d5340dc4 removed the got js file 2021-01-29 12:45:38 +05:30
Koushik-Ayila
4b968cd3b9 remove commented lines 2021-01-29 12:45:38 +05:30
Koushik-Ayila
07106e961d Added voice retry for axios library 2021-01-29 12:45:36 +05:30
Koushik-Ayila
b569c90678 Added error logging for voice fallbacks 2021-01-29 12:36:58 +05:30
kalyan-plivo
5d2868bdef added the some error logs 2021-01-29 12:36:58 +05:30
kalyan-plivo
1339b89e28 added the error 2021-01-29 12:36:58 +05:30
Koushik-Ayila
c523ffb7e3 Changed formdata to data in case of axios as dependency 2021-01-29 12:36:58 +05:30
kalyan-plivo
8ac52d04a6 Axios integration is done 2021-01-29 12:36:57 +05:30
kalyan-plivo
2c60673984 wip 2021-01-29 12:33:45 +05:30
kalyan-plivo
60b9cb1f47 wip 2021-01-29 12:32:18 +05:30
kalyan-plivo
1848eeb011 WIP 2021-01-29 12:22:40 +05:30
kalyan-plivo
e2a581d259 changed the base url 2021-01-29 12:22:40 +05:30
kalyan-plivo
c4bbb143bc testing the new got package 2021-01-29 12:22:40 +05:30
Prashanth Pai
0736c8d398 Lookup API: Change endpoint and response
...as requested by product.

Signed-off-by: Prashanth Pai <prashanth.pai@plivo.com>
2020-10-28 12:09:26 +05:30
Prashanth Pai
16e0231b4c Change lookup API response
...as per feedback from product.

Signed-off-by: Prashanth Pai <prashanth.pai@plivo.com>
2020-09-21 13:04:29 +05:30
Prashanth Pai
25030137c7 Add support for Lookup API
Signed-off-by: Prashanth Pai <prashanth.pai@plivo.com>
2020-09-15 14:53:38 +05:30
Koushik-Ayila
681457d352 Fixed bugs 2020-08-03 11:15:12 +05:30
Koushik-Ayila
e05bd27bff Change URLs and increase minor version 2020-07-23 10:36:53 +05:30
Koushik-Ayila
06973cff42 Change URLs to prod from QA 2020-07-17 11:12:35 +05:30
Koushik-Ayila
9aa9078a52 Modified list functions of Applications, Recordings and Endpoints 2020-07-17 10:58:24 +05:30
Koushik-Ayila
d989ffe836 Changed base url and added retry logic for voice requests 2020-07-15 15:34:49 +05:30
Koushik-Ayila
306022a280 Voice Retry Logic - Under Development 2020-07-14 13:36:02 +05:30
Koushik-Ayila
6596465713 Node SDK retry - under development 2020-07-14 11:43:36 +05:30
Koushik-Ayila
06980d58b4 Node SDK retry - under development 2020-07-13 13:55:38 +05:30