Dialogic 05-0867-005 Table Top Game User Manual


 
ISDN Software Reference for Linux and Windows
320
Table 43. Cause Values Associated with
CCEV_RCVTERMREG_NACK
Cause
Value
Q.850 Description Meaning
0x26 Network out of order Used when the network has removed
the TEI, causing the data link to go
down.
0x63 Information element/parameter
non-existent or not
implemented
Switch does not support endpoint
initialization.
0x64 Invalid information element
contents
SPID was most likely coded
incorrectly.
0x66 Recovery on timer expiry Application tried two attempts at
initialization with no response from
the network.
0x6F Protocol error, unspecified Used when no cause was given for the
rejection.
6.14. ToneParm
The ToneParm data structure is used to redefine a firmware-applied tone's
attributes using the cc_ToneRedefine( ) or to play a user-defined tone using the
cc_PlayTone( ) function.
The data structure is defined as follows:
Struct toneParm
{
uint16 duration; //1 ~ 65535 (in 10 ms, 0xffff - forever)
uint16 freq1; //200 ~ 3100 Hz
int16 amp1; //-40 ~ +3 dB
uint16 freq2; //200 ~ 3100 Hz
int16 amp2; //-40 ~ +3 dB
uint16 toneOn1; //1 ~ 65535 (in 10 ms)
uint16 toneOff1; //0 ~ 65534 (in 10 ms)
uint16 reserv1; //reserved for future use
uint16 reserv2; //reserved for future use
}