Overview:.
Details: |
Resource Set:
| Standard 00:00:00:00:00:00:00:00-0 |
Index:
| 3 |
Headerfile:
| snvt_tel.h |
TEL_NUL | -1 | Invalid Value. |
TEL_NOTINUSE | 0 | "Null State (U0)" not in use. |
TEL_OFFHOOK | 1 | "Call Initiated (U1)". |
TEL_DIALING | 2 | "Overlap Sending (U2)". |
TEL_DIALCOMP | 3 | "Outgoing Call Proceeding (U3)". |
TEL_RINGBACK | 4 | "Call Delivered (U4)" hearing ringback. |
TEL_INCOMING | 5 | "Call Present (U6)" incoming call has not yet started ringing (only on ISDN line) |
TEL_RINGING | 6 | "Call Received (U7)" incoming call when the user has indicated alerting but has not yet answered. |
TEL_ANSWERED | 7 | "Connect Request (U8)" user has answered the call and is waiting to be awarded the call. |
TEL_CONNECTED | 8 | |
TEL_TALKING | 9 | "Active (U10)" two parties are exchanging data. |
TEL_HANGINGUP | 10 | "Disconnect Request (U11)" user has hung up. |
TEL_HUNGUPX | 11 | "Disconnect Indication (U12)" the other side hung up. |
TEL_HOLD | 12 | "Suspend Request (U15)" user has requested the network suspend the call. |
TEL_UNHOLD | 13 | "Resume Request (U17)" resume a held call (usually go back to TEL_TALKING) |
TEL_RELEASE | 14 | "Release Request (U19)" user has requested the network to release. |
TEL_FULLDUP | 15 | "Overlap Receiving (U25)" user has acknowledged the call and is prepared to receive additional. |
TEL_BLOCKED | 16 | connection with blocking, (call-waiting disabled) |
TEL_CWAIT | 17 | call-waiting coming in. |
TEL_DESTBUSY | 18 | destination busy. |
TEL_NETBUSY | 19 | problem, network. |
TEL_ERROR | 20 | problem, non-network. |
Used by:
| SNVT_telcom |