We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c8c71 commit a93c77bCopy full SHA for a93c77b
lib/contextWrapper.js
@@ -78,6 +78,10 @@ var ContextWrapper = function (context) {
78
});
79
return defer.promise;
80
};
81
+
82
+ this.getContext = function () {
83
+ return context;
84
+ }
85
86
87
module.exports = ContextWrapper;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "voicer",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "voicer - voice recognition service for asterisk",
5
"main": "index.js",
6
"dependencies": {
0 commit comments