› VitalPBX Community Support › General Discussion › Reminder beep on long calls › Reply To: RE: Reminder beep on long calls
-
- December 27, 2019 at 2:46 pm
The only option that I see is this:
L( x:y:z ) – Limit the call to x milliseconds. Play a warning when y milliseconds are left. Repeat the warning every z milliseconds until time expires.
This option is affected by the following variables:LIMIT_PLAYAUDIO_CALLER
– If set, this variable causes Asterisk to play the prompts to the caller.- YES default: (true)
- NO
LIMIT_PLAYAUDIO_CALLEE
– If set, this variable causes Asterisk to play the prompts to the callee.- YES
- NO default: (true)
LIMIT_TIMEOUT_FILE
– If specified, filename specifies the sound prompt to play when the timeout is reached. If not set, the time remaining will be announced.- FILENAME
LIMIT_CONNECT_FILE
– If specified, filename specifies the sound prompt to play when the call begins. If not set, the time remaining will be announced.- FILENAME
LIMIT_WARNING_FILE
– If specified, filename specifies the sound prompt to play as a warning when time x is reached. If not set, the time remaining will be announced.- FILENAME
x
– Maximum call time, in millisecondsy
– Warning time, in millisecondsz
– Repeat time, in milliseconds
You may use this option in conjunction with the macro option “M“, and create a macro with all the required dialplan, then, create a custom dial profile that contains the call to the macro option, then, you must apply this dial profile to your agents.
0