From 5c0c5587e70d791c94c210bb100d4e446c51c60b Mon Sep 17 00:00:00 2001 From: ajay-plivo Date: Fri, 25 Mar 2022 17:16:43 +0530 Subject: [PATCH] testing --- lib/utils/plivoxml.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/plivoxml.js b/lib/utils/plivoxml.js index 8da06fd..fd5a887 100644 --- a/lib/utils/plivoxml.js +++ b/lib/utils/plivoxml.js @@ -749,7 +749,7 @@ function Dial(Response) { this.valid_attributes = ['action', 'method', 'timeout', 'hangupOnStar', 'timeLimit', 'callerId', 'callerName', 'confirmSound', 'dialMusic', 'confirmKey', 'redirect', 'callbackUrl', - 'callbackMethod', 'digitsMatch', 'digitsMatchBLeg', 'sipHeaders']; + 'callbackMethod', 'digitsMatch', 'digitsMatchBLeg', 'sipHeaders', 'confirmTimeout']; this.nestables = ['Number', 'User']; } util.inherits(Dial, Response);