UNPKG

dialplan

Version:

Write safe asterisk dialplan quickly on javascript

12 lines (8 loc) 202 B
'use strict'; var Include = function (contextName) { this.contextName = contextName; }; Include.prototype.getContextName = function () { return this.contextName; }; module.exports = Include;