michael@202: ; Find-Me / Follow-Me Configuration File michael@202: ;[general] michael@202: ; michael@202: ;featuredigittimeout=>5000 michael@202: ; The number of ms to wait for a digit input for the callee on whether to take the call or michael@202: ; not before we consider them "done" entering digits. michael@202: ; michael@202: ;takecall=>1 michael@202: ; The global default keypress for the callee to take taking the current call. This can be michael@202: ; a single digit or multiple digits. Default is "1". michael@202: ; michael@202: ;declinecall=>2 michael@202: ; The global default keypress for the callee to decline taking the current call. This can michael@202: ; be a single digit or multiple digits. Default is "2". michael@202: ; michael@202: ;call-from-prompt=>followme/call-from michael@202: ; The global default for the 'Incoming call from' message. michael@202: ; michael@202: ;norecording-prompt=>followme/no-recording michael@202: ; The global default for the 'You have an incoming call' message when the caller elects michael@202: ; not to leave their name or the option isn't set for them to do so. michael@202: ; michael@202: ;options-prompt=>followme/options michael@202: ; The global default for the 'Press 1 to accept this call or press 2 to decline it' message. michael@202: ; michael@202: ;pls-hold-prompt=>followme/pls-hold-while-try michael@202: ; The global default for 'Please hold while we try and connect your call' message. michael@202: ; michael@202: ;status-prompt=>followme/status michael@202: ; The global default for 'The party you're calling isn't at their desk' message. michael@202: ; michael@202: ;sorry-prompt=>followme/sorry michael@202: ; The global default for 'I'm sorry, but we were unable to locate your party' message. michael@202: ; michael@202: ; michael@202: ;[default] michael@202: ;musicclass=>default michael@202: ; The moh class that should be used for the caller while they are waiting to be connected. michael@202: ;context=>default michael@202: ; The context to dial the numbers from michael@202: ;number=>01233456,25 michael@202: ; The a follow-me number to call. The format is: michael@202: ; number=> [, [, ] ] michael@202: ; You can specify as many of these numbers as you like. They will be dialed in the michael@202: ; order that you specify them in the config file OR as specified with the order field michael@202: ; on the number prompt. As you can see from the example, forked dialing of multiple michael@202: ; numbers in the same step is supported with this application if you'd like to dial michael@202: ; multiple numbers in the same followme step. michael@202: ; It's also important to note that the timeout value is not the same michael@202: ; as the timeout value you would use in app_dial. This timeout value is the amount of michael@202: ; time allowed between the time the dialing step starts and the callee makes a choice michael@202: ; on whether to take the call or not. That being the case, you may want to account for michael@202: ; this time, and make this timeout longer than a timeout you might specify in app_dial. michael@202: ;takecall=>1 michael@202: ; The keypress for the callee to take taking the current call. This can be michael@202: ; a single digit or multiple digits. Default is the global default. michael@202: ; michael@202: ;declinecall=>2 michael@202: ; The keypress for the callee to decline taking the current call. This can michael@202: ; be a single digit or multiple digits. Default is the global default. michael@202: ; michael@202: ;call-from-prompt=>followme/call-from michael@202: ; The 'Incoming call from' message prompt. Default is the global default. michael@202: ; michael@202: ;followme-norecording-prompt=>followme/no-recording michael@202: ; The 'You have an incoming call' message prompt when the caller elects michael@202: ; not to leave their name or the option isn't set for them to do so. Default michael@202: ; is the global default. michael@202: ; michael@202: ;followme-options-prompt=>followme/options michael@202: ; The 'Press 1 to accept this call or press 2 to decline it' message prompt. michael@202: ; Default is the global default. michael@202: ; michael@202: ;followme-pls-hold-prompt=>followme/pls-hold-while-try michael@202: ; The 'Please hold while we try and connect your call' message prompt. michael@202: ; Default is the global default. michael@202: ; michael@202: ;followme-status-prompt=>followme/status michael@202: ; The 'The party you're calling isn't at their desk' message prompt. michael@202: ; Default is the global default. michael@202: ; michael@202: ;followme-sorry-prompt=>followme/sorry michael@202: ; The 'I'm sorry, but we were unable to locate your party' message prompt. Default michael@202: ; is the global default. michael@202: michael@202: