Home
last modified time | relevance | path

Searched refs:SS7_WARN (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/ftmod/ftmod_sangoma_ss7/
H A Dftmod_sangoma_ss7_handle.c1110 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1126 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1130 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1134 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1138 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1142 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1182 SS7_WARN(" %s indication not currently supported\n", DECODE_LCC_EVENT(evntType)); in handle_sta_ind()
1727 SS7_WARN("Received BLO on circuit that is already blocked!\n"); in handle_blo_req()
2252 SS7_WARN("Received local BLO on circuit that is already blocked!\n"); in handle_local_blk()
2304 SS7_WARN("Received local UBL on circuit that is not blocked!\n"); in handle_local_ubl()
[all …]
H A Dftmod_sangoma_ss7_cntrl.c764 SS7_WARN("Executing MTP3 cntrl command different local=%i target=%i\n", in ftmod_ss7_disable_grp_mtp3Link()
803 SS7_WARN("Executing MTP3 cntrl command different local=%i target=%i\n", in ftmod_ss7_enable_grp_mtp3Link()
H A Dftmod_sangoma_ss7_main.h1050 #define SS7_WARN(a,...) ftdm_log(FTDM_LOG_WARNING,a , ##__VA_ARGS__ ); macro