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 |
|
nixonsam
|
90aa87ee6c
|
Merge branch 'master' into mms-powerpack
|
2020-09-07 12:20:45 +05:30 |
|
Koushik-Ayila
|
681457d352
|
Fixed bugs
|
2020-08-03 11:15:12 +05:30 |
|
manas-plivo
|
b2bba618d2
|
mms powerpack
|
2020-07-28 13:32:05 +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
|
06980d58b4
|
Node SDK retry - under development
|
2020-07-13 13:55:38 +05:30 |
|
bhuvanvenkat-plivo
|
182c72eaf8
|
Adding api id to list conferences API
|
2020-04-27 13:03:52 +05:30 |
|
nixonsamuel
|
a403eaa4de
|
Merge branch 'master' into VT-1641-app-cascade-delete
|
2020-03-31 12:40:52 +05:30 |
|
abrolnalin
|
8519f77417
|
Merge branch 'master' into tollfree-sdk-fix
|
2020-03-30 14:52:18 +05:30 |
|
abrolnalin
|
597cf23b57
|
Merge branch 'master' into tollfree-sdk-fix
|
2020-03-24 17:00:17 +05:30 |
|
abrolnalin
|
ff036549a4
|
mend
|
2020-03-24 15:00:01 +05:30 |
|
qyunal
|
4b619aa90f
|
convert cascade param to string
|
2020-03-23 15:48:34 +05:30 |
|
qyunal
|
0f5a9742d8
|
adds appID param
adds appID param
|
2020-03-23 15:48:34 +05:30 |
|
qyunal
|
9bdc601c1f
|
adds cascade option for delete app API
|
2020-03-23 15:48:34 +05:30 |
|
Shubham Prasad
|
0380208f53
|
resolved conflicts
|
2020-03-23 11:00:53 +05:30 |
|
abrolnalin
|
8b6031897c
|
changes made
|
2020-03-05 17:54:10 +05:30 |
|
narayana shanubhogh
|
9c016e32a1
|
removed deleteMedia
|
2020-02-24 10:42:48 +05:30 |
|
narayana shanubhogh
|
33ed0bfd43
|
node fix
|
2020-02-21 21:35:40 +05:30 |
|
Nalin Abrol
|
b158429c85
|
changes made
|
2020-02-20 12:30:24 +05:30 |
|
narayana shanubhogh
|
e73d86af35
|
test
|
2020-02-16 23:46:07 +05:30 |
|
Shubham Prasad
|
8f05a6fbf6
|
Merge branch 'master' of github.com:plivo/plivo-node into post-feedback
|
2020-01-29 16:52:10 +05:30 |
|
nixonsam
|
61754ae8d1
|
Merge pull request #135 from plivo/ppk-api
powerpack api support for sdk
|
2019-12-20 16:09:11 +05:30 |
|
narayana shanubhogh
|
4ca6ee3e6b
|
removed get media
|
2019-12-17 16:06:37 +05:30 |
|
Shubham Prasad
|
bb14815c9e
|
Send Call Feedback
|
2019-12-05 10:52:52 +05:30 |
|
Narayana Shanubhogh
|
6b91a08c36
|
Update powerpacks.js
|
2019-11-20 14:12:35 +05:30 |
|
Narayana Shanubhogh
|
e3aa4eb598
|
Update powerpacks.js
|
2019-11-20 12:59:04 +05:30 |
|
narayana shanubhogh
|
1c18f011a8
|
powerpack v2 change
|
2019-11-14 01:13:43 +05:30 |
|
narayana shanubhogh
|
5b459fa159
|
mms change
|
2019-10-17 11:50:02 +05:30 |
|
narayana shanubhogh
|
601daf4888
|
powerpack api change
|
2019-09-13 23:47:26 +05:30 |
|
nixonsam
|
a4e3f9fd47
|
Add PHLO support (#112)
* Added phlo client.
* Finished implementaiton of initializing phlo client.
* Finished logic for v2 methods of multiparty call(not members).
* Added test cases for multiparty call.
* Finished logic for phlo get api.
* Added member method structure.
* Finished implementation of phlo.run().
* Finished api calls for multi party(except abort transfer).
* Deleted old rest.js file.
* Finished abortTranfer implementation with test cases.
* Finished implementation of member.resumeCall().
* Finished all member functions.
* Reverted debugging logic.
* Removed console.log
* Added samples for all apis. method structure change for abort transfer.
* Resolved nsp issue.
* Audit fix.
* Package Lock Fix.
* Added test proxy for test cases.
* Resolved issue in request.js json format.
* Improved comments.
* Added test cases for .get() methods.
* Removed async await to support older browsers.
* Modified examples of phlo, removed async await.
* Resolved example issues, remove auth credentials.
* Removed es6 declaration syntaxes from phlo example.
* Added logic to pass payload.
* changed beta version 4.1-beta.1
* changed beta version 4.1-beta.1
* changed beta version 4.1-beta.1
* changes in changelog & readme- Add PHLO support
|
2019-03-11 15:43:57 +05:30 |
|
Ravi
|
dc76637bf5
|
Resolved issue #87
|
2018-12-20 08:51:12 +05:30 |
|
Sachin Kulshrestha
|
cf242ccda5
|
Merge pull request #91 from kunal-plivo/feature-cascade-delete
cascade delete subaccount
|
2018-11-21 22:20:13 +05:30 |
|
Kunal Sanghvi
|
0bb8211481
|
cascade delete subaccount
|
2018-11-09 16:09:20 +05:30 |
|
Kunal Sanghvi
|
3c4f1609ae
|
liva calls filtering by from, to numbers and call_direction
|
2018-10-17 08:17:28 +05:30 |
|
suresach
|
cf51569488
|
bump version to 4.0.3
|
2018-09-18 14:16:31 +05:30 |
|
Manish Chand Kaushik
|
d31a15022c
|
include id in queued call
|
2018-09-06 13:11:44 +05:30 |
|
Manish Chand Kaushik
|
05360ae1bb
|
fix
|
2018-09-05 15:01:38 +05:30 |
|
Manish Chand Kaushik
|
76ce209276
|
get queued call details
|
2018-09-05 14:58:41 +05:30 |
|
Ramey Girdhar
|
d08f06df0c
|
powerpack change
|
2018-08-14 09:31:49 +05:30 |
|
Abhishek-plivo
|
29803fd4c5
|
Enables subaccount when it is created
Fixes create subaccount method to enable subaccount when creating it.
|
2018-06-27 00:45:20 +05:30 |
|
Sreyanth
|
6dab4036d6
|
Initial commit
|
2017-10-24 23:00:08 +05:30 |
|