HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] capi4hylafax no commid



Hello

Am 2007-02-02 16:44, schrieb Moritz Winterberg:

It is included in SVN, you can check out there

URL:
svn://capi4hylafax.in-berlin.de/capi4hylafax/trunk/capi4hylafax


Holger



yes you have to patch c4h..

try this one in the src/faxsend dir:


--- faxsend.cpp.orig 2005-12-21 13:20:12.000000000 +0100 +++ faxsend.cpp 2005-12-21 13:20:30.000000000 +0100 @@ -282,7 +282,7 @@ ModeText = "Hylafax"; tUInt commID = GetJobFile(); dassert (pCommID != 0); - if (*pCommID) { + if (pCommID) { *pCommID = commID; } WriteLog (LOG_INFO, "SESSION BEGIN %09u %s\n", jobID, FaxNumber.GetPointer());

Moritz

____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe hylafax-users-request@xxxxxxxxxxx < /dev/null *To learn about commercial HylaFAX(tm) support, mail sales@xxxxxxxxx*




Project hosted by iFAX Solutions