On Fri, 2003-08-08 at 10:22, Andrey S Pankov wrote:
Hi, what gnugk version are you using? В сообщении от Среда 06 Август 2003 15:22 Cesar Bermudez написал: > Hi all again > not lucky hear :( same problem > how fix this? RCS file: /cvsroot/openh323gk/openh323gk/RasTbl.cxx,v retrieving revision 1.50.2.56 retrieving revision 1.50.2.57 diff -u -r1.50.2.56 -r1.50.2.57 --- openh323gk/openh323gk/RasTbl.cxx 2003/03/21 11:08:39 1.50.2.56 +++ openh323gk/openh323gk/RasTbl.cxx 2003/06/12 20:20:16 1.50.2.57 @@ -513,7 +513,7 @@ supportedPrefixes.SetSize(as); const_prefix_iterator Iter = Prefixes.begin(); for (PINDEX p=0; p < as; ++p, ++Iter) - H323SetAliasAddress(Iter->c_str(), supportedPrefixes[p].m_prefix); + H323SetAliasAddress(PString(Iter->c_str()), supportedPrefixes[p].m_prefix); } } As you can see the problem was fixed before 2.0.5 release. ;) > g++ -DLARGE_FDSET=16384 -DHAS_MYSQL -I/usr/include/mysql > -DHAS_WAITARQ=1 -DP_LINUX=2.4.20-ck6 -ffunction-sections > -fdata-sections -D_REENTRANT -Wall -DP_USE_PRAGMA -DPHAS_TEMPLATES > -I/home/h323/openh323/../pwlib/include/ptlib/unix -I/usr/include/pwlib > -I/home/h323/openh323/../pwlib/include -DPTRACING > -I/home/h323/openh323/include -DHAS_IXJ -DHAS_OSS -DMAJOR_VERSION=1 > -DMINOR_VERSION=12 -DBUILD_NUMBER=2 -DP_USE_PRAGMA -Os -DNDEBUG -x c++ > -c RasTbl.cxx -o obj_linux_x86_r/RasTbl.o > RasTbl.cxx: In member function `virtual void > GatewayRec::BuildLCF(H225_LocationConfirm&) const': > RasTbl.cxx:516: call of overloaded `H323SetAliasAddress(const char*, > H225_AliasAddress&)' is ambiguous > /home/h323/openh323/include/h323pdu.h:639: candidates are: void > H323SetAliasAddress(const H323TransportAddress&, H225_AliasAddress&) > /home/h323/openh323/include/h323pdu.h:640: void > H323SetAliasAddress(const PString&, H225_AliasAddress&, int = -1) > make: *** [obj_linux_x86_r/RasTbl.o] Error 1 ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ List: Openh323gk-users@lists.sourceforge.net Archive: http://sourceforge.net/mailarchive/forum.php?forum_id┘49 Homepage: http://www.gnugk.org/