{"id":275,"date":"2025-02-05T13:25:22","date_gmt":"2025-02-05T19:25:22","guid":{"rendered":"http:\/\/dmartenson.dc.multitech.prv\/developer\/?page_id=275"},"modified":"2025-02-05T13:27:42","modified_gmt":"2025-02-05T19:27:42","slug":"t-37-advanced-usage","status":"publish","type":"page","link":"https:\/\/www.multitech.net\/developer\/software\/faxfinder\/t-37-advanced-usage\/","title":{"rendered":"T.37 Advanced Usage"},"content":{"rendered":"<p>Below you will find examples of T.37 (email to fax) implementation using Multi-Tech Systems FaxFinder x30 family unit (which includes the FF130, FF230, FF430 and FF830 models).<\/p>\n<p>The lines that mention RFC (Request For Comment) numbers can be looked up online at the IETF website (www.ietf.org) for further details.<\/p>\n<h5>Sample addresses:<\/h5>\n<pre class=\"brush:text\">\r\nFAX=+111-222-3333@192.168.2.1\r\nFAX=111-222-3333@example.test\r\nFAX=111-222-3333\/COVER-PAGE-ENABLED=1@example.test\r\nFAX=111-222-3333\/FAX-PRIORITY=5@example.test\r\nFAX=1234\/INLINE-COMMENTS=false@faxfinder.example.test\r\n<\/pre>\n<p>The minimal specification [@See: RFC 2304] of a fax in e-mail address is:<\/p>\n<pre class=\"brush:text\">\r\n  fax-email = [\"\/\"] fax-address [\"\/\"] \"@\" mta-I-fax\r\n  fax-address = fax-mbox [ t33s ]\r\n  fax-mbox = \"FAX=\" global-phone\r\n  global-phone = \"+\" 1*( DIGIT \/ written-sep )\r\n  written-sep = ( \"-\" | \".\" )\r\n\r\n  t33s = \"\/\" t33-sep \"=\" sub-addr\r\n  t33-sep = \"T33S\"\r\n  sub-addr = 1*( DIGIT )\r\n<\/pre>\n<h5>Faxfinder additions:<\/h5>\n<pre class=\"brush:text\">\r\n  cover-page-enabled = \"\/\" cover-page-enabled-sep \"=\" value\r\n  cover-page-enabled-sep = \"COVER-PAGE-ENABLED\"\r\n  value = \"false\" | \"true\"\r\n<\/pre>\n<pre class=\"brush:text\">\r\n  cover-page-name = \"\/\" cover-page-name-sep \"=\" value\r\n  cover-page-name-sep = \"COVER-PAGE-NAME\"\r\n  value = 1*PCHAR\r\n<\/pre>\n<pre class=\"brush:text\">\r\n  receipt = \"\/\" receipt-sep \"=\" value\r\n  receipt-sep = \"RECEIPT\"\r\n  value = \"always\" | \"never\" | \"failure\"\r\n<\/pre>\n<p>The fax priority specifies the order of scheduling. 0 is highest and 5 is lowest<\/p>\n<pre class=\"brush:text\">\r\n  fax-priority = \"\/\" fax-priority-sep \"=\" priority\r\n  fax-priority-sep = \"FAX-PRIORITY\"\r\n  priority = 0 .. 5\r\n<\/pre>\n<p>Inline comments specifies whether the message body is treated as cover page comments or not. By default, the first inline text body part will be used as the cover page comments. This can be changed by setting \/INLINE-COMMENTS=false.<\/p>\n<pre class=\"brush:text\">\r\n  inline-comments = \"\/\" inline-comments-sep \"=\" value\r\n  inline-comments-sep = \"INLINE-COMMENTS\"\r\n  value = \"false\" | \"true\"\r\n<\/pre>\n<p>The recipient-name specifies the personal name of the recipient:<\/p>\n<pre class=\"brush:text\">\r\n  attn = \"\/\" recipient-name \"=\" pers-name\r\n  recipient-name = \"ATTN\"\r\n  pers-name = [ givenname \".\" ]\r\n              [ initials \".\" ]\r\n                surname\r\n  surname = printablestring\r\n  givenname = 1*( DIGIT \/  ALPHA \/ SP \/ \"'\" \/ \"+\" \/\r\n              \",\" \/ \"-\" \/ \"\/\" \/ \":\" \/ \"=\" \/ \"?\" )\r\n  initials = 1*ALPHA\r\n  org = \"\/\" org-sep \"=\" org-str\r\n  org-sep = \"ORG\"\r\n  org-str = PCHAR\r\n  PCHAR = 1*( DIGIT \/ ALPHA \/ SP \/\r\n          \"'\" \/ \"(\" \/ \")\" \/ \"+\" \/ \",\" \/ \"-\" \/\r\n          \".\" \/ \"\/\" \/ \":\" \/ \"=\" \/ \"?\" )\r\n<\/pre>\n<p>* A printable string is 0x20-0x7E.<\/p>\n<p><em>Note: All printable ASCII may be allowed by this implementation of t.37, but other forwarding agents and UAs may be incompatible. Evolution gets confused when sending an ORG with spaces, for instance. Also commas &#8220;,&#8221; blow up everything.<\/em><\/p>\n<p>FaxFinder fax in e-mail address:<\/p>\n<pre class=\"brush:text\">\r\n  fax-email = [\"\/\"] fax-address [\"\/\"] \"@\" mta-I-fax\r\n  fax-address = fax-mbox [ t33s ] [ cover-page-enable ] [ fax-priority ] [ attn ] [ org ]\r\n  fax-mbox = \"FAX=\" ( global-phone \/ local-phone )\r\n  global-phone = \"+\" 1*( DIGIT \/ gwritten-sep )\r\n  gwritten-sep = ( \"-\" \/ \".\" )\r\n  local-phone = 1*( DIGIT \/ \"a\" \/ \"c\" \/ \"s\" \/\r\n                    \"*\" \/ \"#\" \/ \"!\" \/ \"$\" \/ \"^\" \/ \"&\" \/\r\n                    lwritten-sep )\r\n  lwritten-sep = ( \"-\" \/ \".\" \/ \"(\" \/ \")\" \/ \" \" )\r\n<\/pre>\n<p>Fax numbers can be assembled as local-phone numbers (without the leading &#8216;+&#8217;). Local phone is less strict and will accept additional characters. The set of acceptable characters for local-phone are &#8220;acs0123456789*#!$^&#038;-.() &#8220;.<\/p>\n<p>t37 will substitute certain charcharacter before passing the message along to be scheduled.<\/p>\n<p>fax-addr is either local-phone or global-phone stripped of unnecessary characters. If fax-addr is a local-phone then t33s is not necessary as &#8220;#&#8221; is allowed in local-phone.<\/p>\n<h5>Character substitutions:<\/h5>\n<ul>\n<li>&#8220;a&#8221; => &#8220;@&#8221;<\/li>\n<li>&#8220;c&#8221; => &#8220;,&#8221;<\/li>\n<li>&#8220;s&#8221; => &#8220;;&#8221;<\/li>\n<li>&#8220;-&#8221; => &#8220;&#8221;<\/li>\n<li>&#8220;.&#8221; => &#8220;&#8221;<\/li>\n<li>&#8220;(&#8221; => &#8220;&#8221;<\/li>\n<li>&#8220;)&#8221; => &#8220;&#8221;<\/li>\n<li>&#8221; &#8221; => &#8220;&#8221;<\/li>\n<\/ul>\n<h5>Supported document types\/attachments:<\/h5>\n<ul>\n<li>text\/plain<\/li>\n<li>application\/pdf<\/li>\n<li>application\/postscript<\/li>\n<li>application\/eps<\/li>\n<li>application\/x-eps<\/li>\n<li>image\/eps<\/li>\n<li>image\/x-eps<\/li>\n<li>image\/tiff<\/li>\n<li>image\/tiff-fx<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Below you will find examples of T.37 (email to fax) implementation using Multi-Tech Systems FaxFinder x30 family unit (which includes the FF130, FF230, FF430 and FF830 models). The lines that mention RFC (Request For Comment) numbers can be looked up online at the IETF website (www.ietf.org) for further details. Sample addresses: FAX=+111-222-3333@192.168.2.1 FAX=111-222-3333@example.test FAX=111-222-3333\/COVER-PAGE-ENABLED=1@example.test FAX=111-222-3333\/FAX-PRIORITY=5@example.test [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":0,"parent":131,"menu_order":20,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"class_list":["post-275","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/comments?post=275"}],"version-history":[{"count":14,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/275\/revisions"}],"predecessor-version":[{"id":33690,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/275\/revisions\/33690"}],"up":[{"embeddable":true,"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/pages\/131"}],"wp:attachment":[{"href":"https:\/\/www.multitech.net\/developer\/wp-json\/wp\/v2\/media?parent=275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}