The nccSendDigits extended parameter structure for ISDN Software and its substructure is shown:
typedef struct
{
DWORD size; /* Size of this structure */
CALLEDNUM callednumber; /* Called number substructure */
} SENDDIGITS_EXT;
typedef struct
{
DWORD size; /* Size of called number */
WORD plan; /* Q.931 numbering plan of called address */
WORD type; /* Q.931 numbering type of called address */
} CALLEDNUM;
nccSendDigits generates an INFORMATION message by default. The following table shows the fields in SENDDIGITS_EXT that are valid in this case for each network variant:
SENDDIGITS_EXT field |
4 |
E |
N |
D |
E |
V |
H |
A |
N |
K |
T |
Q |
D |
T |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
callednumber |
|
|
|
x |
x |
x |
|
|
|
x |
x |
x |
|
|
The following table describes the fields in the SENDDIGITS_EXT structure:
Field |
Description |
---|---|
callednumber.size |
Size of the SENDDIGITS_EXT structure. |
callednumber.plan |
Q.931 numbering plan of called address. |
callednumber.type |
Q.931 number type of called address. |