Home
last modified time | relevance | path

Searched refs:CI_ANSWERING_MACHINE (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.h82 else if ((*i) == "answering_machine") _call_info_drop |= CI_ANSWERING_MACHINE;
H A Dkhomp_pvt_fxo.h87 else if ((*i) == "answering_machine") _call_info_drop |= CI_ANSWERING_MACHINE;
H A Dkhomp_pvt.h94 CI_ANSWERING_MACHINE = 0x04, enumerator
H A Dkhomp_pvt_kxe1.h83 else if ((*i) == "answering_machine") _call_info_drop |= CI_ANSWERING_MACHINE;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dutils.cpp226 case Board::KhompPvt::CI_ANSWERING_MACHINE: in answerInfoToString()
H A Dkhomp_pvt_gsm.cpp181 info_code = CI_ANSWERING_MACHINE; in onCallAnswerInfo()
H A Dkhomp_pvt_fxo.cpp566 info_code = CI_ANSWERING_MACHINE; in onCallAnswerInfo()
H A Dkhomp_pvt_kxe1.cpp245 info_code = CI_ANSWERING_MACHINE; in onCallAnswerInfo()