nixonsamuel
e683bfbde6
bump version to 4.1.8
2019-12-04 18:00:40 +05:30
nixonsamuel
a7c2fe4433
Merge branch 'master' into mms_changes
2019-12-04 17:59:03 +05:30
nixonsam
4f43195e21
Merge pull request #134 from plivo/SUP-957
...
by default print the meta on list function
2019-11-14 11:19:20 +05:30
nixonsamuel
e6d3cf7993
bump version to 4.1.6
2019-11-14 11:18:36 +05:30
nixonsamuel
13dad8e3af
Merge branch 'master' into SUP-957
2019-11-14 11:16:48 +05:30
nixonsam
4bc5f0d385
Merge pull request #126 from plivo/get-input
...
Get input
2019-11-13 12:40:50 +05:30
nixonsamuel
bedaa3ef8b
bump version to 4.1.5
2019-11-13 12:40:13 +05:30
nixonsamuel
e55df1eb94
Merge branch 'master' into get-input
2019-11-13 12:38:08 +05:30
nixonsamuel
4ac9b0871c
Merge branch 'master' into get-input
2019-11-13 12:35:44 +05:30
Narayana Shanubhogh
bcf023aff6
Update base.js
...
Change: all list function will print the meta object.
2019-11-13 12:32:01 +05:30
nixonsam
cb1b25774b
Merge pull request #123 from plivo/SSML_feature
...
Ssml feature
2019-11-06 12:48:12 +05:30
nixonsamuel
7fc0843cad
bump version to 4.1.4
2019-11-06 12:47:28 +05:30
nixonsam
85889c19a1
Merge pull request #132 from plivo/master
...
sync with master
2019-11-06 12:40:03 +05:30
nixonsam
befc17429d
Merge pull request #128 from plivo/ci
...
Ci
2019-11-05 18:46:39 +05:30
harika siddanathi
ec522c6af1
parent and servicename
2019-11-05 18:41:31 +05:30
Kunal Sanghvi
73a2d41f4f
Merge pull request #124 from kunal-plivo/master
...
adds support for getInput
2019-10-18 17:00:19 +05:30
narayana shanubhogh
5b459fa159
mms change
2019-10-17 11:50:02 +05:30
qyunal
49bfb987c1
adds profanityFilter
2019-10-16 17:06:08 +05:30
qyunal
690998ca43
fix tests
2019-10-16 02:23:26 +05:30
qyunal
53395f1127
adds support for getInput
2019-10-15 18:12:55 +05:30
Kritarth
f1fcc35a69
remove extra nestable
2019-10-10 16:14:04 +05:30
Anand S
8fac10c89a
added speak tag example
2019-10-07 12:46:11 +05:30
Anand S
9a88fce07e
fixed SSML implementation
2019-10-07 12:44:59 +05:30
nixonsam
064095aa28
Merge pull request #117 from patelravi/ssml_support
...
Ssml support
2019-08-28 14:44:00 +05:30
nixonsam
53c6bd3002
Merge pull request #121 from plivo/proxy_support
...
Proxy support
2019-07-30 18:52:45 +05:30
Nixon Samuel
f0fd112506
removed node 12 from travis yml
2019-07-30 18:47:43 +05:30
Deblina
52795c2411
bump version to 4.1.3
2019-07-30 17:58:45 +05:30
DeblinaC
4c7b0e4095
Merge pull request #119 from patelravi/add_http_status_in_response
...
Added logic to add http response status in plivo sdk call respnse
2019-07-30 17:55:24 +05:30
Deblina
b8b199cc0c
added proxy support
2019-07-30 17:39:10 +05:30
Harika Siddanathi
5cdc8b1d39
ci
2019-07-24 17:20:08 +05:30
patelravi
764c78ac1f
Added logic to add http response status in
2019-04-11 14:43:35 +05:30
patelravi
86d7135efd
Removed coments.
2019-03-26 12:39:45 +05:30
patelravi
5e9d4076fc
Resolved issues.
2019-03-26 12:38:14 +05:30
patelravi
860a7aa1c2
Pulled from master.
2019-03-26 12:17:59 +05:30
patelravi
4da4be27e2
Added logic.
2019-03-25 15:22:09 +05:30
patelravi
809fa5bcf3
Added ssml.
2019-03-24 23:16:47 +05:30
patelravi
abed1ca604
Added first draft.
2019-03-22 17:00:05 +05:30
nixonsam
ccb8200d7c
Merge pull request #116 from plivo/Json_stringify
...
bump version to 4.1.2
2019-03-19 17:33:37 +05:30
Nixon Samuel
ac160c8db8
bump version to 4.1.2
2019-03-19 17:07:13 +05:30
nixonsam
b2f3cedb9c
Merge pull request #114 from patelravi/circular_json_issue
...
Added flatted library as file.
2019-03-19 16:54:56 +05:30
patelravi
38836b58fb
Added flatted library as file.
2019-03-18 19:30:50 +05:30
nixonsam
72b7b8f0a5
Add PHLO support ( #113 )
...
* 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
* updated the version to 4.1.1
2019-03-11 17:00:45 +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
nixonsam
b8d2b11530
Merge pull request #107 from patelravi/message_list_test
...
Message list test
2019-02-12 11:33:47 +05:30
patelravi
6375eb45e1
Merge branch 'master' of https://github.com/plivo/plivo-node into message_list_test
2019-02-12 11:16:37 +05:30
Sachin Kulshrestha
c938b62bbd
Merge pull request #105 from plivo/speakxml
...
Bugfix: speak XML- accented characters to numeric expression.
2019-02-06 15:46:49 +05:30
Nixon Samuel
49f873943b
Bugfix: speak XML- accented characters to numeric expression.
2019-02-06 15:40:22 +05:30
nixonsam
d5282efe17
Merge pull request #95 from patelravi/accented_chars_speak_issue
...
Accented chars speak issue
2019-02-06 15:36:19 +05:30
patelravi
24e5e9a921
Merge branch 'master' of https://github.com/plivo/plivo-node into accented_chars_speak_issue
2019-02-06 15:01:13 +05:30
nixonsam
6975ded6e8
Merge pull request #104 from patelravi/beta
...
Updated publish version
2019-02-06 12:30:02 +05:30