Home
last modified time | relevance | path

Searched refs:callRouted (Results 1 – 12 of 12) sorted by relevance

/dports/net/yate/yate-6.4.0-1/modules/
H A Ddumbchan.cpp135 if (Engine::dispatch(m) && c->callRouted(m)) { in msgExecute()
H A Danalyzer.cpp132 virtual bool callRouted(Message& msg);
624 bool AnalyzerChan::callRouted(Message& msg) in callRouted() function in __anon659a8a240111::AnalyzerChan
629 return Channel::callRouted(msg); in callRouted()
H A Dh323chan.cpp629 virtual bool callRouted(Message& msg);
3060 bool YateH323Chan::callRouted(Message& msg) in callRouted() function in __anon9160ee180111::YateH323Chan
3062 Channel::callRouted(msg); in callRouted()
H A Dyjinglechan.cpp161 virtual bool callRouted(Message& msg);
1175 bool YJGConnection::callRouted(Message& msg) in callRouted() function in __anon3c770eea0111::YJGConnection
1189 return Channel::callRouted(msg); in callRouted()
H A Dyiaxchan.cpp547 virtual bool callRouted(Message& msg);
2574 bool YIAXConnection::callRouted(Message& msg) in callRouted() function in __anon169377930111::YIAXConnection
H A Dysipchan.cpp990 virtual bool callRouted(Message& msg);
8268 bool YateSIPConnection::callRouted(Message& msg) in callRouted() function in __anonc8a38d1d0111::YateSIPConnection
8277 Channel::callRouted(msg); in callRouted()
/dports/net/yate/yate-6.4.0-1/engine/
H A DChannel.cpp894 bool Channel::callRouted(Message& msg) in callRouted() function in Channel
1817 else if (chan->callRouted(*m_msg)) { in route()
H A DClient.cpp3663 bool ClientChannel::callRouted(Message& msg) in callRouted() function in ClientChannel
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Danalog.cpp215 virtual bool callRouted(Message& msg);
1600 bool AnalogChannel::callRouted(Message& msg) in callRouted() function in __anon35e256160111::AnalogChannel
1602 Channel::callRouted(msg); in callRouted()
H A Dysigchan.cpp79 virtual bool callRouted(Message& msg);
1511 bool SigChannel::callRouted(Message& msg) in callRouted() function in __anonf4d4e15a0111::SigChannel
/dports/net/yate/yate-6.4.0-1/
H A Dyatephone.h1840 virtual bool callRouted(Message& msg);
H A Dyatecbase.h2179 virtual bool callRouted(Message& msg);