asterisk/followme.conf

changeset 310
73d852a30c9a
parent 309
2ff4e4701310
child 311
263143ec0fb2
     1.1 --- a/asterisk/followme.conf	Sun Mar 20 19:27:35 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,86 +0,0 @@
     1.4 -; Find-Me / Follow-Me Configuration File
     1.5 -;[general]
     1.6 -;
     1.7 -;featuredigittimeout=>5000
     1.8 -; The number of ms to wait for a digit input for the callee on whether to take the call or
     1.9 -; not before we consider them "done" entering digits.
    1.10 -;
    1.11 -;takecall=>1
    1.12 -; The global default keypress for the callee to take taking the current call. This can be
    1.13 -; a single digit or multiple digits. Default is "1".
    1.14 -;
    1.15 -;declinecall=>2
    1.16 -; The global default keypress for the callee to decline taking the current call. This can
    1.17 -; be a single digit or multiple digits. Default is "2".
    1.18 -;
    1.19 -;call-from-prompt=>followme/call-from
    1.20 -; The global default for the 'Incoming call from' message.
    1.21 -;
    1.22 -;norecording-prompt=>followme/no-recording
    1.23 -; The global default for the 'You have an incoming call' message when the caller elects
    1.24 -; not to leave their name or the option isn't set for them to do so.
    1.25 -;
    1.26 -;options-prompt=>followme/options
    1.27 -; The global default for the 'Press 1 to accept this call or press 2 to decline it' message.
    1.28 -;
    1.29 -;pls-hold-prompt=>followme/pls-hold-while-try
    1.30 -; The global default for 'Please hold while we try and connect your call' message.
    1.31 -;
    1.32 -;status-prompt=>followme/status
    1.33 -; The global default for 'The party you're calling isn't at their desk' message.
    1.34 -;
    1.35 -;sorry-prompt=>followme/sorry  
    1.36 -; The global default for 'I'm sorry, but we were unable to locate your party' message.
    1.37 -;
    1.38 -;
    1.39 -;[default]
    1.40 -;musicclass=>default
    1.41 -; The moh class that should be used for the caller while they are waiting to be connected.
    1.42 -;context=>default
    1.43 -; The context to dial the numbers from
    1.44 -;number=>01233456,25
    1.45 -; The a follow-me number to call. The format is:
    1.46 -; number=> <number to call[&2nd #[&3rd #]]> [, <timeout value in seconds> [, <order in follow-me>] ]
    1.47 -; You can specify as many of these numbers as you like. They will be dialed in the 
    1.48 -; order that you specify them in the config file OR as specified with the order field
    1.49 -; on the number prompt. As you can see from the example, forked dialing of multiple 
    1.50 -; numbers in the same step is supported with this application if you'd like to dial
    1.51 -; multiple numbers in the same followme step.
    1.52 -; It's also important to note that the timeout value is not the same
    1.53 -; as the timeout value you would use in app_dial. This timeout value is the amount of
    1.54 -; time allowed between the time the dialing step starts and the callee makes a choice
    1.55 -; on whether to take the call or not. That being the case, you may want to account for
    1.56 -; this time, and make this timeout longer than a timeout you might specify in app_dial.
    1.57 -;takecall=>1
    1.58 -; The keypress for the callee to take taking the current call. This can be
    1.59 -; a single digit or multiple digits. Default is the global default.
    1.60 -;
    1.61 -;declinecall=>2
    1.62 -; The keypress for the callee to decline taking the current call. This can
    1.63 -; be a single digit or multiple digits. Default is the global default.
    1.64 -;
    1.65 -;call-from-prompt=>followme/call-from
    1.66 -; The 'Incoming call from' message prompt. Default is the global default.
    1.67 -;
    1.68 -;followme-norecording-prompt=>followme/no-recording
    1.69 -; The 'You have an incoming call' message prompt when the caller elects
    1.70 -; not to leave their name or the option isn't set for them to do so. Default
    1.71 -; is the global default.
    1.72 -;
    1.73 -;followme-options-prompt=>followme/options
    1.74 -; The 'Press 1 to accept this call or press 2 to decline it' message prompt.
    1.75 -; Default is the global default.
    1.76 -;
    1.77 -;followme-pls-hold-prompt=>followme/pls-hold-while-try
    1.78 -; The 'Please hold while we try and connect your call' message prompt.
    1.79 -; Default is the global default.
    1.80 -;
    1.81 -;followme-status-prompt=>followme/status
    1.82 -; The 'The party you're calling isn't at their desk' message prompt.
    1.83 -; Default is the global default.
    1.84 -;
    1.85 -;followme-sorry-prompt=>followme/sorry  
    1.86 -; The 'I'm sorry, but we were unable to locate your party' message prompt. Default
    1.87 -; is the global default.
    1.88 -
    1.89 -

mercurial