[Home]

Summary:ASTERISK-01022: [request] more CLI dialplan methods
Reporter:dmartz (dmartz)Labels:
Date Opened:2004-02-11 06:11:30.000-0600Date Closed:2011-06-07 14:05:19
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:It would be nice to have the following CLI methods:

  dialplan add context <name>
  dialplan remove context <name>

The extensions.conf also has a "global" section, and it would be nice to have access to those values as well:

  globalvar put <key> <value>
  globalvar get <key>
  globalvar del <key>

And while we're at it, the ability to create a new voicemail box from the CLI:

  voicemail add <box>[@<context>] [<name>] [<zone>]
  voicemail del <box>[@<context>]
  voicemail set <box>[@<context>] <name> <zone>
  voicemail pwd <box>[@<context>] <pwd>

That's a fair bit of additions, but it would certainly help the remote administration projects move along.

Comments:By: Brian West (bkw918) 2004-04-18 00:48:36

Going Going Going... comment if you would still like to see this.

Thanks,
House Keeping

By: dmartz (dmartz) 2004-04-18 03:30:07

Yes, I may even write the code myself. I think it's a valuable addition to managing this system.

By: twisted (twisted) 2004-05-01 01:14:25

There was no interest show in this, other than your own, to which you haven't made any updates since the 18th.  Please do not take this personally... Just trying to keep things clean.

HouseKeeping.

By: wsuff (wsuff) 2004-05-01 01:14:42

don't see it as really necessary since u can do the same w/ the config files
plus the ammount of code to actually write this correctly make it a more dificult task