Menu Options
By default the menu sequence is as follows:
- Find someone to talk to.
- Find a meeting.
- Just For Today (if enabled)
- Dialback (if enabled)
These can all be customized. For example if you wanted to swap the "Find someone to talk to" and "Find a meeting" options, you'd do the following below.
static $digit_map_search_type = ['2' => SearchType::VOLUNTEERS, '1' => SearchType::MEETINGS, '3' => SearchType::JFT, '9' => SearchType::DIALBACK]