Home
last modified time | relevance | path

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

/dports/net/yate/yate-6.4.0-1/modules/
H A Dh323chan.cpp3357 String* dtmfMethods = general->getParam("dtmfmethods"); in initialize() local
3358 if (dtmfMethods) { in initialize()
3359 if (!s_dtmfMethods.set(*dtmfMethods,0)) in initialize()
3360 s_dtmfMethods.printMethods(this,DebugConf,*dtmfMethods); in initialize()
H A Dysipchan.cpp9490 String* dtmfMethods = general->getParam("dtmfmethods"); in initialize() local
9491 if (dtmfMethods) { in initialize()
9492 if (!s_dtmfMethods.set(*dtmfMethods,0)) in initialize()
9493 s_dtmfMethods.printMethods(this,DebugConf,*dtmfMethods); in initialize()