<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Juju: Receiving Faxes in OSX</title>
    <link>http://juju.org/articles/2008/07/08/receiving-faxes-in-osx</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Sufficiently Advanced Technology</description>
    <item>
      <title>Receiving Faxes in OSX</title>
      <description>&lt;p&gt;Today I setup a shared Fax modem on our OSX Server.  Attached a USB modem and it recognized it just fine.  Sending faxes was working great, but I couldn't get it to receive.  No matter what I tried, it just wouldn't recognize that the phone line was ringing.  According to Google a few other people had the same problem, but there were no solutions.  So I dug around and found the problem.  My modem was showing up as /dev/tty.usbmodem246802461.  However, OSX expects it to be at /dev/tty.usbmodem.  I couldn't find anywhere to configure it.  I tried creating a symlink to it, but that didn't work.  So what I ended up doing was modifying /usr/bin/fax and changing lines 37-38 from:&lt;/p&gt;

&lt;pre&gt;DEV=cu.usbmodem
DEVANSWER=tty.usbmodem&lt;/pre&gt;

&lt;p&gt;To:&lt;/p&gt;

&lt;pre&gt;DEV=cu.usbmodem246802461
DEVANSWER=tty.usbmodem246802461&lt;/pre&gt;

&lt;p&gt;Then killed the efax process and now it works.  WTF Apple?&lt;/p&gt;</description>
      <pubDate>Tue, 08 Jul 2008 13:27:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:11f94125-c6da-4915-b4ec-47ee81a7d8e7</guid>
      <author>Tony Buser</author>
      <link>http://juju.org/articles/2008/07/08/receiving-faxes-in-osx</link>
      <category>OSX</category>
      <category>osx</category>
      <category>apple</category>
      <category>fax</category>
      <category>wtf</category>
      <trackback:ping>http://juju.org/articles/trackback/916</trackback:ping>
    </item>
  </channel>
</rss>
