Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/commons/base/
H A Dverbose.hpp203 static std::string isdnCause(const KQ931Cause, const Presentation fmt = HUMAN);
236 static std::string internal_isdnCause(const KQ931Cause, const Presentation fmt = HUMAN);
H A Dverbose.cpp782 std::string Verbose::internal_isdnCause(const KQ931Cause code, const Verbose::Presentation fmt) in internal_isdnCause()
884 std::string Verbose::isdnCause(const KQ931Cause code, const Verbose::Presentation fmt) in isdnCause()
1248 return internal_isdnCause((KQ931Cause)info); in callFail()
1322 return internal_isdnCause((KQ931Cause)code); in channelFail()
2696 extra += isdnCause((KQ931Cause) ev->AddInfo); in event()
2902 extra += isdnCause((KQ931Cause)ev->AddInfo); in event()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dk3l.h937 enum KQ931Cause enum
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt_kxe1.cpp567 … setFSChannelVar("KISDNGotCause", Verbose::isdnCause((KQ931Cause)callISDN()->_isdn_cause).c_str()); in onCallSuccess()
598 … setFSChannelVar("KISDNGotCause", Verbose::isdnCause((KQ931Cause)callISDN()->_isdn_cause).c_str()); in onCallFail()