Home
last modified time | relevance | path

Searched refs:CI_CARRIER_MESSAGE (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dkhomp_pvt_gsm.h83 else if ((*i) == "carrier_message") _call_info_drop |= CI_CARRIER_MESSAGE;
H A Dkhomp_pvt_fxo.h88 else if ((*i) == "carrier_message") _call_info_drop |= CI_CARRIER_MESSAGE;
H A Dkhomp_pvt.h95 CI_CARRIER_MESSAGE = 0x08, enumerator
H A Dkhomp_pvt_kxe1.h84 else if ((*i) == "carrier_message") _call_info_drop |= CI_CARRIER_MESSAGE;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dutils.cpp228 case Board::KhompPvt::CI_CARRIER_MESSAGE: in answerInfoToString()
H A Dkhomp_pvt_gsm.cpp184 info_code = CI_CARRIER_MESSAGE; in onCallAnswerInfo()
H A Dkhomp_pvt_fxo.cpp569 info_code = CI_CARRIER_MESSAGE; in onCallAnswerInfo()
H A Dkhomp_pvt_kxe1.cpp248 info_code = CI_CARRIER_MESSAGE; in onCallAnswerInfo()