Hi,
I am beginner developer. I have install DNI310TEPE2HMP board. I run the gc_basic_call_model demo for ISDN.
The configuration parameters are as follows:
##############################################################################################
# For ISDN Protocols
# Board #1
dtiB1T1 ISDN Out NONE 1234567 0
#
# Board #2
#dtiB1T2 ISDN In NONE 1011 1
##############################################################################################
After run the demo , i check the log. i found it have not GCEV_UNBLOCKED event.
The demo log as below:
05/05 17:59:58.981 [MISC]: ISDN device being opened
05/05 17:59:59.131 [GC_APICALL]: gc_OpenEx(devicename=:N_dtiB1T1:P_ISDN, mode=EV_SYNC) Success
05/05 17:59:59.131 [MISC]: gc_SetAlarmNotifyAll(linedev=4, ALARM_SOURCE_ID_NETWORK_ID, ALARM_NOTIFY) PASSED
05/05 17:59:59.134 [MISC]: ********* Received a GC event *********
05/05 17:59:59.139 [EVENT]: GCEV_ALARM
05/05 17:59:59.139 [STATE]: GCST_NULL is the current GC call state
05/05 17:59:59.139 [MISC]: Alarm DTT1_LOS (0x1) occurred on Alarm Source Object DM3 T1 (4)
05/05 17:59:59.139 [STATE]: GCST_NULL is the new GC call state after processing the event
05/05 17:59:59.139 [MISC]: ********** Exit initiated ***********
05/05 17:59:59.141 [GC_APICALL]: gc_ResetLineDev(linedev=4, mode=EV_ASYNC) Success
05/05 17:59:59.141 [MISC]: Please wait while 1 gc_ResetLineDev()s are being done...
05/05 17:59:59.144 [MISC]: ********* Received a GC event *********
05/05 17:59:59.144 [EVENT]: GCEV_ALARM
05/05 17:59:59.149 [STATE]: GCST_NULL is the current GC call state
05/05 17:59:59.149 [MISC]: Alarm DTT1_RED (0xb) occurred on Alarm Source Object DM3 T1 (4)
05/05 17:59:59.151 [STATE]: GCST_NULL is the new GC call state after processing the event
05/05 17:59:59.291 [MISC]: ********* Received a GC event *********
05/05 17:59:59.291 [EVENT]: GCEV_RESETLINEDEV
05/05 17:59:59.294 [STATE]: GCST_NULL is the current GC call state
05/05 17:59:59.294 [MISC]: One less GCEV_RESETLINEDEV to wait for, 0 left
05/05 17:59:59.294 [STATE]: GCST_NULL is the new GC call state after processing the event
05/05 17:59:59.294 [MISC]: ********* Program Exiting *********
Who can help me? thanks