Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Noojee PBX includes a built in Scripting system that allows you to extend the functionalliy of your Noojee PBX.

The Scripting system allows you to hook into a growing number of interface points within the system.

Current the following hooks are supported:

  • Route Step
  • Disposition Action

We expect that over time the number of hooks points will expand.

Route Step

Route Steps allow you to extend the way calls are routed into the PBX. Routes Steps are extremely powerful and its worth noting that the entire route logic implemented via Noojee PBX is implemented in Route Steps that you can modify and expand.

There are a large number of Route steps included in the base system. A sample list includes:

  • Answer
  • Conference Room
  • Dial
  • Directory
  • Hangup
  • IVR Menu
  • Park
  • Play Message
  • Queue
  • Rewrite
  • Set Music On Hold Playlist
  • Set Channel Variable
  • Start Recording
  • Stop Recording
  • Voice Mail
  • Voice Mail Managment.

The Scripting interface exposes an API that makes it easy to build more scripts including simple interfaces to allow end users to easily configure each script.

To create new scripts navigate to : Provision | Scripts

  • No labels