marcelog / Nami

Asterisk manager interface (ami) client for nodejs
http://marcelog.github.com/Nami
Apache License 2.0
99 stars 59 forks source link

new actions / new banners / extra type check #30

Open paulashfield opened 9 years ago

paulashfield commented 9 years ago

Add two new Actions - Events and UpdateConfig

Allow for any sequence of numerics and periods in the version number that Asterisk returns (2.5 for Asterisk 13) in the welcome banner

Some extra type checking to prevent exceptions that we have seen in production message flows.

marcelog commented 9 years ago

cool :) can you make sure that the files are 0644 instead of 0755?

paulashfield commented 9 years ago

Thanks Marcelo, have done that.