Advanced Options

Previous Top Next

 

These options fine-tune ring group settings with additional options

 

 

Snap0125

 

 

 

 

Greeting:

 

Greeting sound file played to callers when Ring group is dialed

 

Example: Select 'greeting-default-attendant' for example. Any user that calls this ring group will hear this sound file played to them before all ring group extensions are dialed

Field Type: Select box

 

 

 

Announce:

 

Sound file played to caller if his call does not get answered by any of the ring group extensions. NOTE: Sound file must have 'announce-' name prefix (e.g. 'announce-unavailable')

 

Example: John dials ring group 1000, but nobody answered his call. Sound file selected here will be played to John and then his call will be transferred to 'Last Destination' extension.

Field Type: Select box

 

 

 

Loops:

 

How many times to dial all extensions again if nobody answers

 

Example: John dials Ring group 1000, but nobody answered his call. If this option is set to '2', all extensions will be dialed one more time before transferring his call to 'Last Destination'

Field Type: [0-9]

 

 

 

Timeout:

 

How many seconds will all ring group extension ring before the call is considered unanswered

 

Example: This option is set to 20. John dials ring group 1000. All Extensions will ring for 20 seconds before timeout occurs. Depending on whether 'Loop' option is set, all extension will be rung again, or John will be transferred to 'Last Destination'

Field Type: [0-9]

 

 

 

Dial Options:

 

Additional call options assigned to a ring group

 

Example: To play music to ring group callers set this field to 'm($CLASS)', where m = MOH class e.g. m('default'). Please check details on the bottom

Field Type: [a-z]

 

 

 

Last Destination:

 

Last destination to be dialed if none of the ring group extensions answers the call

 

Example: John dials Ring group 1000, but nobody answered his call. Sound file selected under 'Announce' is played to John and his call is be transferred to extension number set here.

Field Type: [0-9]

 

 

 

 

 

 

 

Record Calls:

 

Enable call recording service

 

Example: Select 'Yes' to enable the service. All incoming/outgoing calls will be recorded. If using call recording with many extensions, check server disk space from time to time. Please see below for bit rates table.

Field Type: Options buttons

 

 

 

Silent:

 

Set weather call recordings should be announced to parties in conversation.

 

Example: If Silent=No, calling parties will hear 'Recorded' or 'This call is recorded' message before their conversation starts

Field Type: Options buttons

 

 

 

 

 

 

 

Exit Digit:

 

Exit digit that transfers the call to 'Exit Destination'

 

Example: John dials ring group 1000. While all extensions are ringing John presses 'Exit digit' set here (e.g. 9) and his call  is transferred to 'Exit Destination'.

Field Type: [0-9]

 

 

 

Exit Extension:

 

PBXware extension to which the call is transferred once user dials the 'Exit Digit'

 

Example: John dials ring group 1000. While all extensions are ringing John presses the 'Exit Digit' and his call is transferred to 'Exit Destination' provided here (e.g. 2001)

Field Type: [0-9]

 

 

 

 

 

 

 

Disk Space Used By Call Recording:

 

With continuously tone 60 seconds:

wav49 = 84.5kb
wav = 833.0kb
gsm = 85.0kb

 

With continuously silent tone (without sound) 60 seconds:

wav49 = 84.0kb
wav = 827.0kb
gsm = 84.0kb

 

 

 

Dial Options:

 

t - Allow the called user to transfer the call by hitting #
T - Allow the calling user to transfer the call by hitting #
r - Generate a ringing tone for the calling party, passing no audio from the called channel(s) until one answers. Use with care and don't insert this by default into all your dial statements as you are killing call progress information for the user. Really, you almost certainly do not want to use this. Asterisk will generate ring tones automatically where it is appropriate to do so. 'r' makes it go the next step and additionally generate ring tones where it is probably not appropriate to do so.
R - Indicate ringing to the calling party when the called party indicates ringing, pass no audio until answered. This is available only if you are using kapejod's bristuff.
m - Provide Music on Hold to the calling party until the called channel answers. This is mutually exclusive with option 'r', obviously. Use m(class) to specify a class for the music on hold.
o - Restore the Asterisk v1.0 Caller ID behaviour (send the original caller's ID) in Asterisk v1.2 (default: send this extension's number)
j - Asterisk 1.2 and later: Jump to priority n+101 if all of the requested channels were busy (just like behaviour in Asterisk 1.0.x)
M(x)        - Executes the macro (x) upon connect of the call (i.e. when the called party answers)
h - Allow the callee to hang up by dialing *
H - Allow the caller to hang up by dialing *
C - Reset the CDR (Call Detail Record) for this call. This is like using the NoCDR command
P(x) - Use the Privacy Manager, using x as the database (x is optional)
g - When the called party hangs up, exit to execute more commands in the current context.
G(context^exten^pri) - If the call is answered, transfer both parties to the specified priority; however it seems the calling party is transferred to priority x, and the called party to priority x+1
A(x) - Play an announcement (x.gsm) to the called party.
S(n) - Hangup the call n seconds AFTER called party picks up.
d: - This flag trumps the 'H' flag and intercepts any dtmf while waiting for the call to be answered and returns that value on the spot. This allows you to dial a 1-digit exit extension while waiting for the call to be answered - see also RetryDial
D(digits) - After the called party answers, send digits as a DTMF stream, then connect the call to the originating channel.
L(x[:y][:z]) - Limit the call to 'x' ms, warning when 'y' ms are left, repeated every 'z' ms) Only 'x' is required, 'y' and 'z' are optional. The following special variables are optional for limit calls: (pasted from app_dial.c)
+ LIMIT_PLAYAUDIO_CALLER        - yes|no (default yes) - Play sounds to the caller.
+ LIMIT_PLAYAUDIO_CALLEE        - yes|no - Play sounds to the callee.
+ LIMIT_TIMEOUT_FILE                - File to play when time is up.
+ LIMIT_CONNECT_FILE                - File to play when call begins.
+ LIMIT_WARNING_FILE                - File to play as warning if 'y' is defined. If LIMIT_WARNING_FILE is not defined, then the default behaviour is to announce ('You have [XX minutes] YY seconds').
f - forces callerid to be set as the extension of the line making/redirecting the outgoing call. For example, some PSTNs don't allow callerids from other extensions than the ones that are assigned to you.
w - Allow the called user to start recording after pressing *1 or what defined in features.conf, requires Set(DYNAMIC_FEATURES=automon)
W - Allow the calling user to start recording after pressing *1 or what defined in features.conf, requires Set(DYNAMIC_FEATURES=automon)