Coder Social home page Coder Social logo

romb / nanopearl Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 23.45 MB

The GUI of NanoPBX (derived from FreePBX)

License: GNU General Public License v2.0

PLpgSQL 0.24% PHP 97.01% C++ 0.05% Shell 0.73% Perl 0.01% JavaScript 1.06% CSS 0.89% HTML 0.01%

nanopearl's Introduction

AGI Directory 0.2
Greg MacLellan <[email protected]>
March 2, 2005

This implements similar functionality to app_directory, but in AGI, and adds a couple new features.

INSTALLATION

Copy everything in sounds/* to your asterisk sounds directory (/var/lib/asterisk/sounds usually)

Copy everything in agi-bin to your agi-bin directory (/var/lib/asterisk/agi-bin)

Edit your extensions.conf, and take your existing directory line like:

	exten => *411,3,Directory(default|ext-local)

and change it to:

	exten => *411,3,AGI(directory|default|ext-local)

To get basic functionality.


USAGE

The full parameter list is:

	voicemail context | dialing context | options

Available options:

	F - use first name
	L - use last name (default)
	B - use both first and last
	O - allow dropping to operator (goes to extension o in current context)
	E - say extension before transfering

Example:

	exten => *411,1,Answer
	exten => *411,2,Wait(1)
	exten => *411,3,AGI(directory,default,ext-local,BOE)
	exten => o,1,Goto(from-pstn,s,1)

If voicemail context is 'general', it searches EVERY context. Note, it will only use one dialing context
for all numbers, so you must be sure all those extensions are available from that context.


There are a few new sound files:

dir-intro-oper.gsm	"... of the party's last name ... press 0 to reach an operator"
dir-intro-fn-oper.gsm	"... of the party's first name ... press 0 to reach an operator"
dir-intro-fnln.gsm	"... of the party's first or last name ..."
dir-intro-fnln-oper.gsm	"... of the party's first or last name ... press 0 to reach an operator"
try-extension.gsm	"please wait while I try extension"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.