Destinations are provided by various modules. If you don't have
these modules installed, you will not see these destinations. Current
modules are:

Extensions

Lets you send a call to an Extension directly.

Voicemail

Lets you send a call to an extensions Voice Mail box directly.

Terminate Call

Lets you terminate a call by sending it to one of the following special destinations:

  • Hangup
  • Congestion
  • Busy
  • Play SIT Tone (Zapateller)
  • Put caller on hold forever
  • Play ringtones to caller until they hangup

Queues

Lets you send a call into a Queue, which is an intelligent Ring Group.

IVR

This lets you jump to a specific Digital Receptionist IVR.

Time Conditions

This lets you do the equivalent of an 'IF', and you can pick two
different destinations depending on the time of the call. See Time
Conditions for more information.

Ring Groups

A Ring Group is a group of phones that ring simultaneously or sequentially. A dumber version of Queues

Conferences

Lets you use a standard tele-conferencing application. Please read Conferences before using

Misc Destinations

This lets you enter a number, just as if you dialed it on one of
your phones. Useful for making an "outside" number (such as a mobile
phone) a destination.

Custom App

You can create your own application using the standard Asterisk
Dialplan language in the file /etc/asterisk/extensions_custom.conf, and
reference it with this. An example would be:

custom-count2four

exten => s,1,SayDigits(1234)

exten => s,2,Hangup

After placing this in /etc/asterisk/extensions_custom.conf, you can send callers to this by using 'custom-count2four,s,1'


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Explanation

shahab.sabir's picture

Can anyone provide pictures for setting this module


There are other features not

cbbs70a's picture

There are other features not listed that show up as destinations such as DISA, Callback, Announcements, and Day/Night mode to name a few. If I am developing a user feature that requires the user to select a destination, how do I come up with a complete list of destinations? That would be very useful to know.
FSD