Skip to content

Commit

Permalink
Merge pull request #240 from plivo/VT-4035
Browse files Browse the repository at this point in the history
confirmTimeout parameter added
  • Loading branch information
manjunath-plivo authored Mar 25, 2022
2 parents 343d0db + 91697e9 commit f4c8e11
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [v4.29.0](https://github.com/plivo/plivo-node/tree/v4.29.0) (2022-03-25)
**Features - DialElement**
- `confirmTimeout` parameter added to [The Dial element](https://www.plivo.com/docs/voice/xml/dial/)

## [v4.28.0](https://github.com/plivo/plivo-node/tree/v4.28.0) (2022-02-23)
**Features - Numbers: Hosted Messaging API**
- Add support for Hosted Messaging APIs.
Expand Down
1 change: 1 addition & 0 deletions lib/utils/plivoxml.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ Response.prototype = {
* @param {string} [attributes.callerID]
* @param {string} [attributes.callerName]
* @param {string} [attributes.confirmSound]
* @param {string} [attributes.confirmTimeout]
* @param {string} [attributes.confirmKey]
* @param {string} [attributes.dialMusic]
* @param {string} [attributes.callbackUrl]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plivo",
"version": "4.28.0",
"version": "4.29.0",
"description": "A Node.js SDK to make voice calls and send SMS using Plivo and to generate Plivo XML",
"homepage": "https://github.com/plivo/plivo-node",
"files": [
Expand Down
1 change: 1 addition & 0 deletions types/utils/plivoxml.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export class Response {
callerID?: string;
callerName?: string;
confirmSound?: string;
confirmTimeout?: string;
confirmKey?: string;
dialMusic?: string;
callbackUrl?: string;
Expand Down

0 comments on commit f4c8e11

Please sign in to comment.