evntType 193 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn.h uint8_t evntType; evntType 293 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 302 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 306 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 307 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 321 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c uint8_t evntType = sngisdn_event->evntType; evntType 333 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == MI_ALERTING)?"ALERT": evntType 334 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == MI_CALLPROC)?"PROCEED": evntType 335 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == MI_PROGRESS)?"PROGRESS": evntType 336 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == MI_SETUPACK)?"SETUP ACK": evntType 337 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == MI_INFO)?"INFO":"UNKNOWN", evntType 340 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c switch(evntType) { evntType 374 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c if (evntType == MI_PROGRESS || evntType 382 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c if (evntType == MI_PROGRESS || evntType 1019 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c uint8_t evntType = sngisdn_event->evntType; evntType 1024 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 1036 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c uint8_t evntType = sngisdn_event->evntType; evntType 1042 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == IN_LNK_DWN)?"LNK_DOWN": evntType 1043 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == IN_LNK_UP)?"LNK_UP": evntType 1044 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == IN_INDCHAN)?"b-channel": evntType 1045 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == IN_LNK_DWN_DM_RLS)?"Nfas service procedures": evntType 1046 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_hndl.c (evntType == IN_SWCHD_BU_DCHAN)?"NFAS switchover to backup":"Unknown"); evntType 147 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 171 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c (evntType == MI_ALERTING)?"ALERT": evntType 172 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c (evntType == MI_CALLPROC)?"PROCEED": evntType 173 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c (evntType == MI_PROGRESS)?"PROGRESS": evntType 174 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c (evntType == MI_SETUPACK)?"SETUP ACK": evntType 175 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c (evntType == MI_INFO)?"INFO":"UNKNOWN", evntType 189 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c sngisdn_event->evntType = evntType; evntType 461 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 485 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c sngisdn_event->evntType = evntType; evntType 583 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 590 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 604 src/ftmod/ftmod_sangoma_isdn/ftmod_sangoma_isdn_stack_rcv.c sngisdn_event->evntType = evntType; evntType 613 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 620 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 633 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 274 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 291 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c switch (evntType) { evntType 671 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 698 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 806 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 820 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c switch (evntType) { evntType 824 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_reattempt(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 829 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 834 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_cot_start(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 839 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_cot(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 844 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_cot_stop(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 849 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 854 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 859 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 864 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 869 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 874 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_blo_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 879 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_blo_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 884 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_ubl_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 889 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_ubl_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 894 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_rsc_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 899 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_local_rsc_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 904 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_rsc_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 909 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_cgb_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 914 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_cgu_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 919 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 934 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_grs_req(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 939 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_ucic(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 944 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_grs_rsp(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 949 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_pause(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 954 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_resume(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 959 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 964 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 969 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 974 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 979 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 984 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 989 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 994 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_local_blk(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 999 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_local_ubl(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 1004 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c handle_olm_msg(suInstId, spInstId, circuit, globalFlg, evntType, siStaEvnt); evntType 1009 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 1014 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 1019 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 1034 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); evntType 1038 src/ftmod/ftmod_sangoma_ss7/ftmod_sangoma_ss7_handle.c SS7_INFO("[SNG-CC] Received Unknown indication %d\n", evntType); evntType 1048 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 1094 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 1149 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 1208 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 1258 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 1289 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 1311 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 1347 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 1374 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 1413 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 1440 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 1485 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 1530 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 1604 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 1641 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 1685 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 1721 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 1757 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 1799 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 1940 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 2071 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 420 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 436 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 440 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 448 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);