Bug#367363: bug #367363

2007-12-13 Thread Armin Schindler

The following patch should fix that problem (at least when using
DIVA Server cards).


Armin

--- capi4hylafax-01.03.00.orig/src/faxsend/faxsend.cpp  2007-07-05 
12:20:36.0 +0200
+++ capi4hylafax-01.03.00/src/faxsend/faxsend.cpp   2005-08-18 
14:07:20.0 +0200
@@ -667,8 +667,7 @@
 if (GetSendState() == 2) {
 WriteLog (LOG_INFO, Fax file completely transfered to 
CAPI.\n);
 exitState = 0;
-//Disconnect (DisconnectKind_WaitNoPut);
-Disconnect (DisconnectKind_Normal);
+Disconnect (DisconnectKind_WaitNoPut);
 }
 break;
 case iErr_File_NotExist:



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367363: bug #367363

2007-12-13 Thread Lionel Elie Mamane
On Thu, Dec 13, 2007 at 09:11:01PM +0100, Armin Schindler wrote:

 The following patch should fix that problem (at least when using
 DIVA Server cards).

Thank you, but isn't that patch inverted? Disconnect
(DisconnectKind_WaitNoPut); is the code that's in there right now,
don't you mean replace DisconnectKind_WaitNoPut by
DisconnectKind_Normal, not the other way round like your patch says?

-- 
Lionel



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367363: bug #367363

2007-12-13 Thread Armin Schindler

On Thu, 13 Dec 2007, Lionel Elie Mamane wrote:

On Thu, Dec 13, 2007 at 09:11:01PM +0100, Armin Schindler wrote:


The following patch should fix that problem (at least when using
DIVA Server cards).


Thank you, but isn't that patch inverted? Disconnect
(DisconnectKind_WaitNoPut); is the code that's in there right now,
don't you mean replace DisconnectKind_WaitNoPut by
DisconnectKind_Normal, not the other way round like your patch says?


I'm sorry. Yes you are right. The patch must be inverted.
Somehow I mixed up orig and new directory.

Armin




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#367363: bug #367363

2006-12-14 Thread Lionel Elie Mamane
On Mon, Dec 11, 2006 at 12:17:56PM +0100, rossi.tek wrote:

 Is there any news on bug #367363?

It seems that bug has slipped through the cracks; I forgot about
it.

Could you please try sending a fax in verbose mode (-v) and send the
log to the bug?

Thanks,

-- 
Lionel


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]