E_LON_telcom_states_t

Used by: SNVT_telcom

TYPE E_LON_telcom_states_t :
(
  eLON_TEL_NUL    := -1,
  eLON_TEL_NOTINUSE   := 0,
  eLON_TEL_OFFHOOK    := 1,
  eLON_TEL_DIALING    := 2,
  eLON_TEL_DIALCOMP   := 3,
  eLON_TEL_RINGBACK   := 4,
  eLON_TEL_INCOMING   := 5,
  eLON_TEL_RINGING    := 6,
  eLON_TEL_ANSWERED   := 7,
  eLON_TEL_CONNECTED  := 8,
  eLON_TEL_TALKING    := 9,
  eLON_TEL_HANGINGUP  := 10,
  eLON_TEL_HUNGUPX    := 11,
  eLON_TEL_HOLD       := 12,
  eLON_TEL_UNHOLD     := 13,
  eLON_TEL_RELEASE    := 14,
  eLON_TEL_FULLDUP    := 15,
  eLON_TEL_BLOCKED    := 16,
  eLON_TEL_CWAIT      := 17,
  eLON_TEL_DESTBUSY   := 18,
  eLON_TEL_NETBUSY    := 19,
  eLON_TEL_ERROR      := 20
)
END_TYPE

eLON_TEL_NUL: Invalid Value

eLON_TEL_NOTINUSE: "Null State (U0)" not in use

eLON_TEL_OFFHOOK: "Call Initiated (U1)"

eLON_TEL_DIALING: "Overlap Sending (U2)"

eLON_TEL_DIALCOMP: "Outgoing Call Proceeding (U3)"

eLON_TEL_RINGBACK: "Call Delivered (U4)" hearing ringback

eLON_TEL_INCOMING: "Call Present (U6)" incoming call has not yet started ringing (only on ISDN line)

eLON_TEL_RINGING: "Call Received (U7)" incoming call when the user has indicated alerting but has not yet answered

eLON_TEL_ANSWERED: "Connect Request (U8)" user has answered the call and is waiting to be awarded the call

eLON_TEL_CONNECTED:

eLON_TEL_TALKING: "Active (U10)" two parties are exchanging data

eLON_TEL_HANGINGUP: "Disconnect Request (U11)" user has hung up

eLON_TEL_HUNGUPX: "Disconnect Indication (U12)" the other side hung up

eLON_TEL_HOLD: "Suspend Request (U15)" user has requested the network suspend the call

eLON_TEL_UNHOLD: "Resume Request (U17)" resume a held call (usually go back to TEL_TALKING)

eLON_TEL_RELEASE: "Release Request (U19)" user has requested the network to release

eLON_TEL_FULLDUP: "Overlap Receiving (U25)" user has acknowledged the call and is prepared to receive additional

eLON_TEL_BLOCKED: connection with blocking, (call-waiting disabled)

eLON_TEL_CWAIT: call-waiting coming in

eLON_TEL_DESTBUSY: destination busy

eLON_TEL_NETBUSY: problem, network

eLON_TEL_ERROR: problem, non-network