Skip to main content

IvrDestinationType Enum

The IvrDestinationType enum defines the possible destinations for IVR menu options.

Definition

namespace App\Enums;

enum IvrDestinationType: string
{
case EXTENSION = 'extension';
case RING_GROUP = 'ring_group';
case IVR_MENU = 'ivr_menu';
case AI_ASSISTANT = 'ai_assistant';
case AI_LOAD_BALANCER = 'ai_load_balancer';
case HANGUP = 'hangup';
}

Values

ValueDescription
extensionRoute to an extension
ring_groupRoute to a ring group
ivr_menuRoute to another IVR menu (submenu)
ai_assistantRoute to an AI assistant
ai_load_balancerRoute to an AI load balancer
hangupEnd the call

Used By

  • IvrMenuOption model