Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dverbose.hpp213 static std::string gsmCallCause(const KGsmCallCause, const Presentation fmt = HUMAN);
248 static std::string internal_gsmCallCause(const KGsmCallCause, const Presentation fmt = HUMAN);
H A Dverbose.cpp1253 return internal_gsmCallCause((KGsmCallCause)info); in callFail()
1706 std::string Verbose::gsmCallCause(const KGsmCallCause code, const Verbose::Presentation fmt) in gsmCallCause()
1720 std::string Verbose::internal_gsmCallCause(const KGsmCallCause code, const Verbose::Presentation fm… in internal_gsmCallCause()
2608 extra += gsmCallCause((KGsmCallCause)ev->AddInfo); in event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dapplications.cpp560 volatile KGsmCallCause result = kgccNone; in sendSMS()
802 _result = (KGsmCallCause)e->AddInfo; in onSMSSendResult()
946 *(request_sms._cause) = (KGsmCallCause)sms->_result; in smsThread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dapplications.h973 Request(SendData & send_sms, volatile bool * finished, volatile KGsmCallCause * cause)
980 volatile KGsmCallCause * _cause;
H A Dk3l.h1110 enum KGsmCallCause enum