asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
253 stars 99 forks source link

resources: Add "create" to Channel createMethods #45

Closed gtjoseph closed 8 years ago

gtjoseph commented 8 years ago

Asterisk 14 adds a new Channel method "create" which, unlike originate, only creates the channel without dialing. It needed to be added to the Channel.prototype._createMethods object.

samuelg commented 8 years ago

Very nice! Would you mind running grunt gendocs against an Asterisk 14 instance so the documentation can match the change? You probably will have to change the gendocs config in Gruntfile.js to point to your instance.

gtjoseph commented 8 years ago

oops, yeah forgot.