Home
last modified time | relevance | path

Searched refs:FXS_DIAL_ONGOING (Results 1 – 4 of 4) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dutils.cpp102 _flags[FXS_DIAL_ONGOING]._name = "FXS_DIAL_ONGOING"; in init()
103 _flags[FXS_DIAL_ONGOING]._value = false; in init()
H A Dkhomp_pvt_kxe1.cpp2402 call()->_flags.clear(Kflags::FXS_DIAL_ONGOING); in onSeizureStart()
2479 if(!pvt_fxs->callFXS()->_flags.check(Kflags::FXS_DIAL_ONGOING) in dialTimer()
2936 if (!callFXS()->_flags.check(Kflags::FXS_DIAL_ONGOING)) in onDtmfDetected()
2940 callFXS()->_flags.set(Kflags::FXS_DIAL_ONGOING); in onDtmfDetected()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dutils.h118 FXS_DIAL_ONGOING, //FXS enumerator
H A Dkhomp_pvt_kxe1.h1046 callFXS()->_flags.clear(Kflags::FXS_DIAL_ONGOING);