Home
last modified time | relevance | path

Searched refs:s_dtmfMethods (Results 1 – 2 of 2) sorted by relevance

/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp779 static DtmfMethods s_dtmfMethods; variable
2860 m_dtmfMethods = s_dtmfMethods; in YateH323Chan()
3359 if (!s_dtmfMethods.set(*dtmfMethods,0)) in initialize()
3360 s_dtmfMethods.printMethods(this,DebugConf,*dtmfMethods); in initialize()
3363 s_dtmfMethods.setDefault(); in initialize()
3364s_dtmfMethods.getDeprecatedDtmfMethod(*general,"dtmfinband",DtmfMethods::Inband,&s_warnDtmfInbandC… in initialize()
3368 s_dtmfMethods.setDefault(); in initialize()
H A Dysipchan.cpp1315 static DtmfMethods s_dtmfMethods; variable
6213 m_dtmfMethods = s_dtmfMethods; in YateSIPConnection()
6419 m_dtmfMethods.set(*meths,&s_dtmfMethods); in YateSIPConnection()
6421 m_dtmfMethods = s_dtmfMethods; in YateSIPConnection()
9492 if (!s_dtmfMethods.set(*dtmfMethods,0)) in initialize()
9493 s_dtmfMethods.printMethods(this,DebugConf,*dtmfMethods); in initialize()
9496 s_dtmfMethods.setDefault(); in initialize()
9497s_dtmfMethods.getDeprecatedDtmfMethod(*general,"dtmfinfo",DtmfMethods::Info,&s_warnDtmfInfoCfg); in initialize()
9498s_dtmfMethods.getDeprecatedDtmfMethod(*general,"dtmfinband",DtmfMethods::Inband,&s_warnDtmfInbandC… in initialize()
9512 s_dtmfMethods.setDefault(); in initialize()