freebsd-ports/net/yate/files/patch-modules__h323chan.cpp
Michael Scheidell 6c964d8e8d - Update to 4.0.0.p1
- 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)
2012-02-29 21:50:53 +00:00

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