| 24 | | $currentcomponent->addguielem($section, new gui_selectbox('valid_recording', $currentcomponent->getoptlist('recordings'), $dir['valid_recording'], 'Valid Recording', 'Promt to be played to caller prior to sending them to their requested destination.', false)); |
|---|
| | 24 | $currentcomponent->addguielem($section, new gui_selectbox('valid_recording', $currentcomponent->getoptlist('recordings'), $dir['valid_recording'], 'Valid Recording', 'Prompt to be played to caller prior to sending them to their requested destination.', false)); |
|---|
| 27 | | $currentcomponent->addguielem($section, new gui_selectbox('repeat_loops', $currentcomponent->getoptlist('repeat_loops'), $dir['repeat_loops'], 'Invalid Retries', 'Number of times to retry when receving an invalid/unmatched responce from the caller', false)); |
|---|
| 28 | | $currentcomponent->addguielem($section, new gui_selectbox('repeat_recording', $currentcomponent->getoptlist('recordings'), $dir['repeat_recording'], 'Invalid Retry Recording', 'Promt to be played when an invalid/unmatched responce is received, before promting the caller to try again', false)); |
|---|
| 29 | | $currentcomponent->addguielem($section, new gui_selectbox('invalid_recording', $currentcomponent->getoptlist('recordings'), $dir['invalid_recording'], 'Invalid Recording', 'Promt to be played when before send the caller to an allternate destinatio due to receivng the maximum amount of invalid/unmatched responce (as determaind by Invalid Retires)', false)); |
|---|
| | 27 | $currentcomponent->addguielem($section, new gui_selectbox('repeat_loops', $currentcomponent->getoptlist('repeat_loops'), $dir['repeat_loops'], 'Invalid Retries', 'Number of times to retry when receving an invalid/unmatched response from the caller', false)); |
|---|
| | 28 | $currentcomponent->addguielem($section, new gui_selectbox('repeat_recording', $currentcomponent->getoptlist('recordings'), $dir['repeat_recording'], 'Invalid Retry Recording', 'Prompt to be played when an invalid/unmatched response is received, before prompting the caller to try again', false)); |
|---|
| | 29 | $currentcomponent->addguielem($section, new gui_selectbox('invalid_recording', $currentcomponent->getoptlist('recordings'), $dir['invalid_recording'], 'Invalid Recording', 'Prompt to be played before sending the caller to an alternate destination due to receiving the maximum amount of invalid/unmatched responses (as determaind by Invalid Retries)', false)); |
|---|