VoipCallDirection

Call direction

Determines whether the call is incoming, outgoing, or internal.

Enumeration members

In

In: = "in"

Incoming call

A call is considered incoming when a client calls an operator.

Internal

Internal: = "internal"

Internal call

A call is considered internal when an operator calls another operator.

Out

Out: = "out"

Outgoing call

A call is considered outgoing when an operator called a client.