astorgvm

package
v0.0.0-...-eec0033 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package astorgvm defines voicemail configuration settings for an astorg.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Access

type Access int

Access is a voicemail access mode for a person.

The zero value of Access is a valid Default value that is equivalent to PhoneAndEmail. The only difference between Default and PhoneAndEmail is that Default values will not take precedence when access modes are overlayed.

const (
	Default       Access = 0
	Phone         Access = 1
	Email         Access = 2
	PhoneAndEmail Access = 3
	Disabled      Access = 4
)

Voicemail access modes.

func (Access) Specified

func (a Access) Specified() bool

Specified returns true if a holds a non-default value.

func (Access) String

func (a Access) String() string

String returns a string representation of the voicemail access mode.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL