This commit is contained in:
ajay-plivo 2022-03-25 17:16:43 +05:30
parent f4c8e11f8a
commit 5c0c5587e7

View file

@ -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);