SiteIvrActions
Keys handling settings
Properties
Name | Type | Required | Description |
---|---|---|---|
input | SiteIvrActionsInput | ❌ | |
action | SiteIvrActionsAction | ❌ | Key handling action: - Repeat - repeat menu greeting, for Star and Hash only; - ReturnToRoot - return to root IVR menu, for Star and Hash only; - ReturnToPrevious - return to previous IVR menu, for Star and Hash only; - Connect - connect to specific extension, for NoInput only; - Disconnect - end call, for NoInput only. |
extension | SiteIvrActionsExtensionInfo | ❌ | Extension information |
SiteIvrActionsInput
Properties
Name | Type | Required | Description |
---|---|---|---|
STAR | str | ✅ | "Star" |
HASH | str | ✅ | "Hash" |
NOINPUT | str | ✅ | "NoInput" |
SiteIvrActionsAction
Key handling action: - Repeat - repeat menu greeting, for Star and Hash only; - ReturnToRoot - return to root IVR menu, for Star and Hash only; - ReturnToPrevious - return to previous IVR menu, for Star and Hash only; - Connect - connect to specific extension, for NoInput only; - Disconnect - end call, for NoInput only.
Properties
Name | Type | Required | Description |
---|---|---|---|
REPEAT | str | ✅ | "Repeat" |
RETURNTOROOT | str | ✅ | "ReturnToRoot" |
RETURNTOPREVIOUS | str | ✅ | "ReturnToPrevious" |
RETURNTOTOPLEVELMENU | str | ✅ | "ReturnToTopLevelMenu" |
CONNECT | str | ✅ | "Connect" |
DISCONNECT | str | ✅ | "Disconnect" |
DONOTHING | str | ✅ | "DoNothing" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs