Home
last modified time | relevance | path

Searched refs:_context_gsm_call (Results 1 – 3 of 3) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt_gsm.cpp543 if (!Opt::_options._context_gsm_call().empty()) in validContexts()
545 std::string context(Opt::_options._context_gsm_call()); in validContexts()
560 contexts.push_back(Opt::_options._context_gsm_call()); in validContexts()
H A Dopt.cpp136 …Globals::options.add(Config::Option("context-gsm-call", &Options::_context_gsm_call, "khomp-D… in initialize()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dopt.h201 Config::Value< std::string > _context_gsm_call; member