mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
431 B
12 lines
431 B
|
|
#define IF_PSIBG_INIT IF_PSIBG_START + 0x001
|
|
#define IF_PSIBG_CALL IF_PSIBG_START + 0x002
|
|
#define IF_PSIBG_ANSWER IF_PSIBG_START + 0x003
|
|
#define IF_PSIBG_LISTEN IF_PSIBG_START + 0x004
|
|
#define IF_PSIBG_HANDSET IF_PSIBG_START + 0x005
|
|
#define IF_PSIBG_ONHOOKDIAL IF_PSIBG_START + 0x006
|
|
#define IF_PSIBG_LINESTATEWND IF_PSIBG_START + 0x007
|
|
|
|
#define OHD_START 0x0000 // values for IF_PSIBG_ONHOOKDIAL
|
|
#define OHD_END 0xFFFF
|
|
|