followme.conf.sample 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. connecting_prompt=>
  38. ; The global default sound file name for 'Please say hello to the caller' message.
  39. ; Setting to an empty string skips playing the prompt. The default is no prompt
  40. ; file name.
  41. [default]
  42. musicclass=>default
  43. ; The moh class that should be used for the caller while they are waiting to be connected.
  44. context=>default
  45. ; The context to dial the numbers from
  46. number=>01233456,25
  47. ; The a follow-me number to call. The format is:
  48. ; number=> <number to call[&2nd #[&...]]>[,<timeout value in seconds>[,<order in follow-me>]]
  49. ; You can specify as many of these numbers as you like. They will be dialed in the
  50. ; order that you specify them in the config file OR as specified with the order field
  51. ; on the number prompt. As you can see from the example, forked dialing of multiple
  52. ; numbers in the same step is supported with this application if you'd like to dial
  53. ; multiple numbers in the same followme step.
  54. ;
  55. ; The timeout value is the amount of time allowed between the time the dialing step
  56. ; starts and the callee answers. The callee then has until the timeout of the last
  57. ; step to make a choice on whether to take the call or not. That being the case,
  58. ; you may want to make the timeout on the last step longer to give enough time to
  59. ; make the choice to accept or not.
  60. takecall=>1
  61. ; The keypress for the callee to take taking the current call. This can be
  62. ; a single digit or multiple digits. Default is the global default.
  63. ; Note this string must not be a substring of declinecall.
  64. ;
  65. declinecall=>2
  66. ; The keypress for the callee to decline taking the current call. This can
  67. ; be a single digit or multiple digits. Default is the global default.
  68. ; Note this string must not be a substring of takecall.
  69. ;
  70. call_from_prompt=>followme/call-from
  71. ; The 'Incoming call from' message prompt. Default is the global default.
  72. ;
  73. norecording_prompt=>followme/no-recording
  74. ; The 'You have an incoming call' message prompt when the caller elects
  75. ; not to leave their name or the option isn't set for them to do so. Default
  76. ; is the global default.
  77. ;
  78. options_prompt=>followme/options
  79. ; The 'Press 1 to accept this call or press 2 to decline it' message prompt.
  80. ; Default is the global default.
  81. ;
  82. pls_hold_prompt=>followme/pls-hold-while-try
  83. ; The 'Please hold while we try and connect your call' message prompt.
  84. ; Default is the global default.
  85. ;
  86. status_prompt=>followme/status
  87. ; The 'The party you're calling isn't at their desk' message prompt.
  88. ; Default is the global default.
  89. ;
  90. sorry_prompt=>followme/sorry
  91. ; The 'I'm sorry, but we were unable to locate your party' message prompt. Default
  92. ; is the global default.
  93. ;
  94. connecting_prompt=>
  95. ; The sound file name for 'Please say hello to the caller' message. Default is the
  96. ; global default.
  97. ;