followme.conf.sample 3.8 KB

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