Home
last modified time | relevance | path

Searched refs:kcsFree (Results 1 – 5 of 5) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dkhomp_pvt_gsm.h218 if(status.CallStatus != kcsFree || !physically_free) in isPhysicalFree()
H A Dkhomp_pvt_fxo.h259 if(status.CallStatus != kcsFree || !physically_free) in isPhysicalFree()
H A Dkhomp_pvt_kxe1.h207 if(status.CallStatus != kcsFree || !physically_free) in isPhysicalFree()
1035 if(status.CallStatus != kcsFree || !physically_free) in isPhysicalFree()
H A Dk3l.h1603 kcsFree = 0x00, enumerator
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dverbose.cpp1386 case kcsFree: return presentation(fmt, "kcsFree", "Free"); in callStatus()