<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I have the following problem:<br>
    There are a few fax number from where I all two page faxes are
    compressed into one page (see the attached pdf).<br>
    I could not find anything about this issue so far...<br>
    <br>
    The log, and the received pdf (generated from the tiff - the problem
    is not in the tiff-pdf conversion):<br>
    <br>
    <div style="position: fixed; z-index: 1001; left: 842px; top:
      313.9px; width: 87px; height: 32px;" id="flash_copy_container"><object
        style="visibility: visible;" id="anonymous_element_4"
data="https://dt8kf6553cww8.cloudfront.net/static/swf/copy_clipboard-vflvMcZTC.swf"
        type="application/x-shockwave-flash" height="100%" width="100%"><br>
      </object></div>
    <a class="moz-txt-link-freetext" href="https://www.dropbox.com/s/vxkjygxyy5zi9d6/log.txt">https://www.dropbox.com/s/vxkjygxyy5zi9d6/log.txt</a><br>
    <a class="moz-txt-link-freetext" href="https://www.dropbox.com/s/49udrprgmascc0x/test1.pdf">https://www.dropbox.com/s/49udrprgmascc0x/test1.pdf</a><br>
    <br>
    The relevant part of the receiver python script is:<br>
    <font face="Courier 10 Pitch"><br>
      <br>
          the_uuid = session.getVariable("uuid")<br>
          the_recipient = session.getVariable("recipient")<br>
          the_caller = session.getVariable("caller_id_number")<br>
          the_dest = re.sub(r'^(\+?3|0)(6[0-9]*)$',
      r'3\2',session.getVariable("destination_number"))<br>
          send_from = the_dest+'@fax.voip123.hu'<br>
          consoleLog("info", " rxfax receiving from " + the_caller + "
      for destination " + the_dest + ", uuid is " + the_uuid + "\n")<br>
      <br>
          fname = incomingfaxes + "rxfax-" + the_uuid<br>
          #answer the phone, save the fax file in .tiff format.     <br>
          session.answer()<br>
          session.execute ("playback", "silence_stream://2000")<br>
      #    session.execute ("set","fax_enable_t38=true")<br>
          session.execute ("rxfax", fname + ".tiff")</font><br>
    <br>
    Thanks in advance!<br>
    <br>
    Cheers,<br>
    tmarlok<br>
    <br>
  </body>
</html>