-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
I'm triying to use the setChannelVar ,but nothing comes to the Asterisk side.
Tried like these
channel.setChannelVar(
{channelId: channel.id, CUSTOM_DIGITS: digit},
function (err) {}
);
console.log('Channel %s setChannelVar... digit', channel.id);
and like these too.
channel.setChannelVar(
{channelId: channel.name, CUSTOM_DIGITS: digit},
function (err) {}
);
console.log('Channel %s setChannelVar... digit', channel.name);
Metadata
Metadata
Assignees
Labels
No labels