Home
last modified time | relevance | path

Searched refs:msgDrop (Results 1 – 11 of 11) sorted by relevance

/dports/net/yate/yate-6.4.0-1/engine/
H A DChannel.cpp759 bool Channel::msgDrop(Message& msg, const char* reason) in msgDrop() function in Channel
876 msgDrop(msg,"timeout"); in checkTimers()
878 msgDrop(msg,"noanswer"); in checkTimers()
880 msgDrop(msg,"postdialdelay"); in checkTimers()
1547 return chan->msgDrop(msg,msg.getValue("reason")); in received()
1581 c->msgDrop(msg,reason); in dropAll()
H A DClient.cpp3757 bool ClientChannel::msgDrop(Message& msg, const char* reason) in msgDrop() function in ClientChannel
3769 return Channel::msgDrop(msg,reason); in msgDrop()
/dports/net/yate/yate-6.4.0-1/modules/
H A Danalyzer.cpp651 msgDrop(msg,"finished"); in checkTimers()
H A Dyjinglechan.cpp168 virtual bool msgDrop(Message& msg, const char* reason);
1385 bool YJGConnection::msgDrop(Message& msg, const char* reason) in msgDrop() function in __anon3c770eea0111::YJGConnection
1389 if (!Channel::msgDrop(msg,m_reason)) in msgDrop()
H A Dysipchan.cpp986 virtual bool msgDrop(Message& msg, const char* reason);
8071 bool YateSIPConnection::msgDrop(Message& msg, const char* reason) in msgDrop() function in __anonc8a38d1d0111::YateSIPConnection
8073 if (!Channel::msgDrop(msg,reason)) in msgDrop()
/dports/net/yate/yate-6.4.0-1/modules/server/
H A Dysigchan.cpp76 virtual bool msgDrop(Message& msg, const char* reason);
1486 bool SigChannel::msgDrop(Message& msg, const char* reason) in msgDrop() function in __anonf4d4e15a0111::SigChannel
1489 return Channel::msgDrop(msg,m_reason); in msgDrop()
1927 msgDrop(msg,"nomedia"); in updateMedia()
1932 msgDrop(msg,"nomedia"); in updateMedia()
H A Danalog.cpp211 virtual bool msgDrop(Message& msg, const char* reason);
1576 bool AnalogChannel::msgDrop(Message& msg, const char* reason) in msgDrop() function in __anon35e256160111::AnalogChannel
1581 Channel::msgDrop(msg,m_reason); in msgDrop()
/dports/net/yate/yate-6.4.0-1/
H A Dyatephone.h1784 virtual bool msgDrop(Message& msg, const char* reason);
H A Dyatecbase.h2178 virtual bool msgDrop(Message& msg, const char* reason);
/dports/net-im/matterbridge/matterbridge-1.22.3/
H A Dmatterbridge.toml.sample1797 #msgText, msgUsername, msgDrop
1799 #msgDrop is a bool which is default false, when set true this message will be dropped
H A Dchangelog.md131 - general: Allow tengo to drop messages using msgDrop (#1272)