mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 22:07:10 -06:00
commit
25ec179da1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue