ya-node-asterisk icon indicating copy to clipboard operation
ya-node-asterisk copied to clipboard

Event Response limitation

Open casualcodex opened this issue 3 years ago • 0 comments

hi, nice work! package is running stable but I wanted to ask you , why do you not transfer all responses? Like originate response has more field but you only send 3 of then

{
  response: 'Error',
  actionid: '26952138',
  message: 'Originate failed'
}

where there could be

Event: OriginateResponse
[ActionID:] <value>
Response: <value>
Channel: <value>
Context: <value>
Exten: <value>
Application: <value>
Data: <value>
Reason: <value>
Uniqueid: <value>
CallerIDNum: <value>
CallerIDName: <value>

or is there a special way of accessing those?

casualcodex avatar Oct 29 '22 19:10 casualcodex