Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/include/iax2/
H A Dframe.h803 callProgress = 14, /*!< Indicate PROGRESS */ enumerator
/dports/net/opal/opal-3.10.10/src/iax2/
H A Dcallprocessor.cxx705 case IAX2FullFrameSessionControl::callProgress: // Indicate PROGRESS in ProcessNetworkFrame()
H A Dframe.cxx1135 case callProgress: return PString("callProgress"); in GetSubClassName()