Go to the documentation of this file.
38 #define MT_ALERTING 0x01
39 #define MT_CALL_PROCEEDING 0x02
40 #define MT_CONNECT 0x07
41 #define MT_CONNECT_ACKNOWLEDGE 0x0f
42 #define MT_PROGRESS 0x03
44 #define MT_SETUP_ACKNOWLEDGE 0x0d
45 #define MT_RESUME 0x26
46 #define MT_RESUME_ACKNOWLEDGE 0x2e
47 #define MT_RESUME_REJECT 0x22
48 #define MT_SUSPEND 0x25
49 #define MT_SUSPEND_ACKNOWLEDGE 0x2d
50 #define MT_SUSPEND_REJECT 0x21
51 #define MT_USER_INFORMATION 0x20
52 #define MT_DISCONNECT 0x45
53 #define MT_RELEASE 0x4d
54 #define MT_RELEASE_COMPLETE 0x5a
55 #define MT_RESTART 0x46
56 #define MT_RESTART_ACKNOWLEDGE 0x4e
57 #define MT_SEGMENT 0x60
58 #define MT_CONGESTION_CONTROL 0x79
59 #define MT_INFORMATION 0x7b
60 #define MT_FACILITY 0x62
61 #define MT_NOTIFY 0x6e
62 #define MT_STATUS 0x7d
63 #define MT_STATUS_ENQUIRY 0x75
64 #define MT_DL_ESTABLISHED 0xfe
66 #define IE_SEGMENT 0x00
67 #define IE_BEARER 0x04
69 #define IE_CALL_ID 0x10
70 #define IE_CALL_STATE 0x14
71 #define IE_CHANNEL_ID 0x18
72 #define IE_FACILITY 0x1c
73 #define IE_PROGRESS 0x1e
74 #define IE_NET_FAC 0x20
75 #define IE_NOTIFY 0x27
76 #define IE_DISPLAY 0x28
78 #define IE_KEYPAD 0x2c
79 #define IE_SIGNAL 0x34
81 #define IE_ENDPOINT_ID 0x3b
82 #define IE_INFORATE 0x40
83 #define IE_E2E_TDELAY 0x42
84 #define IE_TDELAY_SEL 0x43
85 #define IE_PACK_BINPARA 0x44
86 #define IE_PACK_WINSIZE 0x45
87 #define IE_PACK_SIZE 0x46
89 #define IE_REV_CHARGE 0x4a
90 #define IE_CONNECT_PN 0x4c
91 #define IE_CONNECT_SUB 0x4d
92 #define IE_CALLING_PN 0x6c
93 #define IE_CALLING_SUB 0x6d
94 #define IE_CALLED_PN 0x70
95 #define IE_CALLED_SUB 0x71
96 #define IE_REDIR_NR 0x74
97 #define IE_TRANS_SEL 0x78
98 #define IE_RESTART_IND 0x79
101 #define IE_USER_USER 0x7e
102 #define IE_ESCAPE 0x7f
103 #define IE_SHIFT 0x90
104 #define IE_MORE_DATA 0xa0
105 #define IE_COMPLETE 0xa1
106 #define IE_CONGESTION 0xb0
107 #define IE_REPEAT 0xd0
109 #define IE_MANDATORY 0x0100
111 #define IE_MANDATORY_1 0x0200
113 #define ERR_IE_COMPREHENSION 1
114 #define ERR_IE_UNRECOGNIZED -1
115 #define ERR_IE_LENGTH -2
116 #define ERR_IE_SEQUENCE -3
122 {
unsigned char invoke_id;
132 {
unsigned char last_invoke_id;
133 unsigned char invoke_used[32];