6c964d8e8d
- Update adds: SS7 components for mobile operators, T.38 fax, TCP and TLS support for SIP PR: ports/165552 Submitted by: Valery Komarov <komarov@valerka.net> (maintainer) Approved by: gabor (mentor, implicit)
11 lines
538 B
C++
11 lines
538 B
C++
--- ./modules/h323chan.cpp.orig 2011-11-03 21:57:19.000000000 +0400
|
|
+++ ./modules/h323chan.cpp 2012-02-29 19:31:18.000000000 +0400
|
|
@@ -725,7 +725,7 @@
|
|
static void ListRegisteredCaps(int level)
|
|
{
|
|
PFactory<H323Capability>::KeyList_T list = PFactory<H323Capability>::GetKeyList();
|
|
-#if (OPENH323_NUMVERSION >= 12000)
|
|
+#if (OPENH323_NUMVERSION >= 11900)
|
|
for (PFactory<H323Capability>::KeyList_T::const_iterator find = list.begin(); find != list.end(); ++find)
|
|
Debug(level,"Registed capability: '%s'",find->c_str());
|
|
#else
|