ya-node-asterisk
ya-node-asterisk copied to clipboard
Event Response limitation
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?