evntType          216 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h 	uint8_t		evntType;
evntType          326 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h void sngisdn_rcv_cnst_ind(int16_t suId, uint32_t suInstId, uint32_t spInstId, CnStEvnt *cnStEvnt, uint8_t evntType, int16_t dChan, uint8_t ces);
evntType          335 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h void sngisdn_rcv_fac_ind(int16_t suId, uint32_t suInstId, uint32_t spInstId, FacEvnt *facEvnt, uint8_t evntType, int16_t dChan, uint8_t ces);
evntType          339 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h void sngisdn_rcv_rst_cfm(int16_t suId, Rst *rstEvnt, int16_t dChan, uint8_t ces, uint8_t evntType);
evntType          340 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h void sngisdn_rcv_rst_ind(int16_t suId, Rst *rstEvnt, int16_t dChan, uint8_t ces, uint8_t evntType);
evntType          345 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	uint8_t evntType = sngisdn_event->evntType;
evntType          357 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == MI_ALERTING)?"ALERT":
evntType          358 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == MI_CALLPROC)?"PROCEED":
evntType          359 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == MI_PROGRESS)?"PROGRESS":
evntType          360 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == MI_SETUPACK)?"SETUP ACK":
evntType          361 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 															(evntType == MI_INFO)?"INFO":"UNKNOWN",
evntType          364 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	switch(evntType) {
evntType          394 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 					switch (evntType) {
evntType          414 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 							ftdm_log_chan(ftdmchan, FTDM_LOG_CRIT, "Don't know how to handle this event %d\n", evntType);
evntType         1131 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	uint8_t evntType = sngisdn_event->evntType;
evntType         1193 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	ftdm_log(FTDM_LOG_DEBUG, "Processing RESTART CFM (suId:%u dChan:%d ces:%d type:%d)\n", suId, dChan, ces, evntType);
evntType         1204 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 	uint8_t evntType = sngisdn_event->evntType;
evntType         1212 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == IN_LNK_DWN)?"LNK_DOWN":
evntType         1213 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == IN_LNK_UP)?"LNK_UP":
evntType         1214 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == IN_INDCHAN)?"b-channel":
evntType         1215 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == IN_LNK_DWN_DM_RLS)?"NFAS service procedures":
evntType         1216 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c 													(evntType == IN_SWCHD_BU_DCHAN)?"NFAS switchover to backup":"Unknown");
evntType          142 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c void sngisdn_rcv_cnst_ind (int16_t suId, uint32_t suInstId, uint32_t spInstId, CnStEvnt *cnStEvnt, uint8_t evntType, int16_t dChan, uint8_t ces)
evntType          167 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 													(evntType == MI_ALERTING)?"ALERT":
evntType          168 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 													(evntType == MI_CALLPROC)?"PROCEED":
evntType          169 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 													(evntType == MI_PROGRESS)?"PROGRESS":
evntType          170 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 													(evntType == MI_SETUPACK)?"SETUP ACK":
evntType          171 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 															(evntType == MI_INFO)?"INFO":"UNKNOWN",
evntType          185 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 	sngisdn_event->evntType = evntType;
evntType          465 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c void sngisdn_rcv_fac_ind (int16_t suId, uint32_t suInstId, uint32_t spInstId, FacEvnt *facEvnt, uint8_t evntType, int16_t dChan, uint8_t ces)
evntType          490 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 	sngisdn_event->evntType = evntType;
evntType          591 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c void sngisdn_rcv_rst_ind (int16_t suId, Rst *rstEvnt, int16_t dChan, uint8_t ces, uint8_t evntType)
evntType          599 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 	ftdm_log(FTDM_LOG_INFO, "Received RESTART IND (dChan:%d ces:%u type:%u)\n", dChan, ces, evntType);
evntType          613 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 		sngisdn_event->evntType = evntType;
evntType          622 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c void sngisdn_rcv_rst_cfm (int16_t suId, Rst *rstEvnt, int16_t dChan, uint8_t ces, uint8_t evntType)
evntType          631 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 	ftdm_log(FTDM_LOG_INFO, "Received RESTART CFM (dChan:%d ces:%u type:%u)\n", dChan, ces, evntType);
evntType          644 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c 		sngisdn_event->evntType = evntType;
evntType           46 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_con_sta(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, SiCnStEvnt *siCnStEvnt, uint8_t evntType);
evntType           51 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_fac_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType           52 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_fac_cfm(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType           56 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           58 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_reattempt(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           59 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_pause(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           60 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_resume(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           61 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cot_start(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           62 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cot_stop(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           63 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cot(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           64 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_rsc_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           65 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_local_rsc_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           66 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_rsc_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           67 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_grs_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           68 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_grs_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           69 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_blo_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           70 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_blo_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           71 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_ubl_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           72 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_ubl_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           73 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_local_blk(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           74 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_local_ubl(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           75 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_ucic(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           76 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cgb_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           77 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cgu_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           78 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_olm_msg(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          292 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_con_sta(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, SiCnStEvnt *siCnStEvnt, uint8_t evntType)
evntType          309 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 	switch (evntType) {
evntType          743 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_fac_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt)
evntType          770 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_fac_cfm(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt)
evntType          878 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType          892 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 	switch (evntType) {
evntType          896 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_reattempt(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          901 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType          906 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_cot_start(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          911 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_cot(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          916 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_cot_stop(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          921 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType          926 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType          931 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType          936 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType          941 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType          946 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_blo_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          951 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_blo_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          956 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_ubl_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          961 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_ubl_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          966 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_rsc_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          971 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_local_rsc_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          976 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_rsc_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          981 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_cgb_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          986 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_cgu_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType          991 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1006 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_grs_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1011 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_ucic(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1016 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_grs_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1021 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_pause(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1026 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_resume(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1031 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1036 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1041 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1046 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1051 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1056 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1061 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1066 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_local_blk(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1071 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_local_ubl(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1076 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		handle_olm_msg(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt);
evntType         1081 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1086 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1091 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1106 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType));
evntType         1110 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c 		SS7_INFO("[SNG-CC] Received Unknown indication %d\n", evntType);
evntType         1120 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_reattempt(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1166 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_pause(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1221 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_resume(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1280 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cot_start(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1321 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cot_stop(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1352 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cot(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1406 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_blo_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1442 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_blo_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1469 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_ubl_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1508 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_ubl_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1535 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_rsc_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1580 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_local_rsc_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1625 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_rsc_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1699 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_grs_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1736 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_grs_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1780 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_local_blk(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1816 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_local_ubl(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1852 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_ucic(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         1894 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cgb_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         2035 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_cgu_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType         2166 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c ftdm_status_t handle_olm_msg(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType           45 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType           48 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_con_sta(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, SiCnStEvnt *siCnStEvnt, uint8_t evntType);
evntType           52 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_fac_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType           53 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_fac_cfm(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType          137 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_con_sta(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, SiCnStEvnt *siCnStEvnt, uint8_t evntType)
evntType          165 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c 	sngss7_event->evntType	= evntType;
evntType          290 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_fac_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt)
evntType          318 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c 	sngss7_event->evntType	= evntType;
evntType          329 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_fac_cfm(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt)
evntType          357 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c 	sngss7_event->evntType	= evntType;
evntType          405 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c void sngss7_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt)
evntType          434 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_in.c 	sngss7_event->evntType	= evntType;
evntType          417 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c 		handle_con_sta(sngss7_event->suInstId, sngss7_event->spInstId, sngss7_event->circuit,  &sngss7_event->event.siCnStEvnt, sngss7_event->evntType);
evntType          433 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c 		handle_fac_ind(sngss7_event->suInstId, sngss7_event->spInstId, sngss7_event->circuit, sngss7_event->evntType,  &sngss7_event->event.siFacEvnt);
evntType          437 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c 		handle_fac_cfm(sngss7_event->suInstId, sngss7_event->spInstId, sngss7_event->circuit, sngss7_event->evntType,  &sngss7_event->event.siFacEvnt);
evntType          445 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.c 		handle_sta_ind(sngss7_event->suInstId, sngss7_event->spInstId, sngss7_event->circuit, sngss7_event->globalFlg, sngss7_event->evntType,  &sngss7_event->event.siStaEvnt);
evntType          395 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h 	uint8_t			evntType;
evntType          524 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h void sngss7_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          527 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h void sngss7_con_sta(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, SiCnStEvnt *siCnStEvnt, uint8_t evntType);
evntType          531 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h void sngss7_fac_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType          532 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h void sngss7_fac_cfm(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType          533 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h void sngss7_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          541 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_con_sta(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, SiCnStEvnt *siCnStEvnt, uint8_t evntType);
evntType          546 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_fac_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType          547 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_fac_cfm(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t evntType, SiFacEvnt *siFacEvnt);
evntType          551 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_sta_ind(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          553 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_reattempt(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          554 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_pause(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          555 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_resume(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          556 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_cot_start(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          557 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_cot_stop(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          558 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_cot(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          559 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_rsc_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          560 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_local_rsc_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          561 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_rsc_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          562 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_grs_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          563 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_grs_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          564 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_blo_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          565 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_blo_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          566 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_ubl_req(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          567 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_ubl_rsp(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          568 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_local_blk(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          569 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_local_ubl(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);
evntType          570 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_main.h ftdm_status_t handle_ucic(uint32_t suInstId, uint32_t spInstId, uint32_t circuit, uint8_t globalFlg, uint8_t evntType, SiStaEvnt *siStaEvnt);