Releases: ipoddubny/ya-node-asterisk
Releases · ipoddubny/ya-node-asterisk
v1.2.4
1.1.2
1.1.1
1.1.0
1.0.0
Breaking API changes:
connect,sendanddisconnectreturn JS promises- callback to
sendis now called only once, and must follow the node convention (err, res) sendexpects object keys to be in lower case- keys in events and results of
sendare always converted to lower case eventsoption is not a boolean anymore but a string, allowing to connect with selective event subscription- actions returning event lists are automatically collected into
eventlistproperty (pre-13 Asterisks are also supported) - Command action output is collected into
outputproperty for compatibility with Asterisk 14 and newer (previously, it wasCMD) - all returned errors are instances of Error
- re-connection is not attempted if the initial connection fails