Skip to content

setChannelVar #155

@adriavidal

Description

@adriavidal

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions