asterisk/followme.conf

Fri, 15 Oct 2010 19:06:09 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 19:06:09 +0200
changeset 263
f4a0b439d0fb
permissions
-rw-r--r--

Correct shared library and plugin link logic, as well as informal text.
Update file server URL, update build resource estimations, correct RPATH
logic, allow for qmake(1) static to shared library changes via CONFIG
argument, correct documentation broken title and index links, correct
shared library install path, install only one set of (correct) plugins,
install the designer shared library (as required by QtCreator), announce
features related to shared linking using qmake(1), and correclty
substitute hard coded paths in prl and la library files.

michael@202 1 ; Find-Me / Follow-Me Configuration File
michael@202 2 ;[general]
michael@202 3 ;
michael@202 4 ;featuredigittimeout=>5000
michael@202 5 ; The number of ms to wait for a digit input for the callee on whether to take the call or
michael@202 6 ; not before we consider them "done" entering digits.
michael@202 7 ;
michael@202 8 ;takecall=>1
michael@202 9 ; The global default keypress for the callee to take taking the current call. This can be
michael@202 10 ; a single digit or multiple digits. Default is "1".
michael@202 11 ;
michael@202 12 ;declinecall=>2
michael@202 13 ; The global default keypress for the callee to decline taking the current call. This can
michael@202 14 ; be a single digit or multiple digits. Default is "2".
michael@202 15 ;
michael@202 16 ;call-from-prompt=>followme/call-from
michael@202 17 ; The global default for the 'Incoming call from' message.
michael@202 18 ;
michael@202 19 ;norecording-prompt=>followme/no-recording
michael@202 20 ; The global default for the 'You have an incoming call' message when the caller elects
michael@202 21 ; not to leave their name or the option isn't set for them to do so.
michael@202 22 ;
michael@202 23 ;options-prompt=>followme/options
michael@202 24 ; The global default for the 'Press 1 to accept this call or press 2 to decline it' message.
michael@202 25 ;
michael@202 26 ;pls-hold-prompt=>followme/pls-hold-while-try
michael@202 27 ; The global default for 'Please hold while we try and connect your call' message.
michael@202 28 ;
michael@202 29 ;status-prompt=>followme/status
michael@202 30 ; The global default for 'The party you're calling isn't at their desk' message.
michael@202 31 ;
michael@202 32 ;sorry-prompt=>followme/sorry
michael@202 33 ; The global default for 'I'm sorry, but we were unable to locate your party' message.
michael@202 34 ;
michael@202 35 ;
michael@202 36 ;[default]
michael@202 37 ;musicclass=>default
michael@202 38 ; The moh class that should be used for the caller while they are waiting to be connected.
michael@202 39 ;context=>default
michael@202 40 ; The context to dial the numbers from
michael@202 41 ;number=>01233456,25
michael@202 42 ; The a follow-me number to call. The format is:
michael@202 43 ; number=> <number to call[&2nd #[&3rd #]]> [, <timeout value in seconds> [, <order in follow-me>] ]
michael@202 44 ; You can specify as many of these numbers as you like. They will be dialed in the
michael@202 45 ; order that you specify them in the config file OR as specified with the order field
michael@202 46 ; on the number prompt. As you can see from the example, forked dialing of multiple
michael@202 47 ; numbers in the same step is supported with this application if you'd like to dial
michael@202 48 ; multiple numbers in the same followme step.
michael@202 49 ; It's also important to note that the timeout value is not the same
michael@202 50 ; as the timeout value you would use in app_dial. This timeout value is the amount of
michael@202 51 ; time allowed between the time the dialing step starts and the callee makes a choice
michael@202 52 ; on whether to take the call or not. That being the case, you may want to account for
michael@202 53 ; this time, and make this timeout longer than a timeout you might specify in app_dial.
michael@202 54 ;takecall=>1
michael@202 55 ; The keypress for the callee to take taking the current call. This can be
michael@202 56 ; a single digit or multiple digits. Default is the global default.
michael@202 57 ;
michael@202 58 ;declinecall=>2
michael@202 59 ; The keypress for the callee to decline taking the current call. This can
michael@202 60 ; be a single digit or multiple digits. Default is the global default.
michael@202 61 ;
michael@202 62 ;call-from-prompt=>followme/call-from
michael@202 63 ; The 'Incoming call from' message prompt. Default is the global default.
michael@202 64 ;
michael@202 65 ;followme-norecording-prompt=>followme/no-recording
michael@202 66 ; The 'You have an incoming call' message prompt when the caller elects
michael@202 67 ; not to leave their name or the option isn't set for them to do so. Default
michael@202 68 ; is the global default.
michael@202 69 ;
michael@202 70 ;followme-options-prompt=>followme/options
michael@202 71 ; The 'Press 1 to accept this call or press 2 to decline it' message prompt.
michael@202 72 ; Default is the global default.
michael@202 73 ;
michael@202 74 ;followme-pls-hold-prompt=>followme/pls-hold-while-try
michael@202 75 ; The 'Please hold while we try and connect your call' message prompt.
michael@202 76 ; Default is the global default.
michael@202 77 ;
michael@202 78 ;followme-status-prompt=>followme/status
michael@202 79 ; The 'The party you're calling isn't at their desk' message prompt.
michael@202 80 ; Default is the global default.
michael@202 81 ;
michael@202 82 ;followme-sorry-prompt=>followme/sorry
michael@202 83 ; The 'I'm sorry, but we were unable to locate your party' message prompt. Default
michael@202 84 ; is the global default.
michael@202 85
michael@202 86

mercurial