Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 19: Line 19:  
*Make sure that the ''Fax'' detection tick box is ticked
 
*Make sure that the ''Fax'' detection tick box is ticked
 
*Include a ''Transformation String'' of '99:' at the beginning
 
*Include a ''Transformation String'' of '99:' at the beginning
{{Note box|We will configure HylaFax later to prefix dialled numbers with 99 so we can identify them as an outgoing fax and route them as desired.
+
{{Note box|We will configure HylaFax later to prefix dialled numbers with 95 so we can identify them as an outgoing fax and route them as desired.
You can use any prefix you want, not just 99 as long as you use it consistently.
+
You can use any prefix you want, not just 95 as long as you use it consistently.
 
See Fax Route and HylaFax sections later}}
 
See Fax Route and HylaFax sections later}}
    
====Fax Route====
 
====Fax Route====
 
Create a new Route for faxes with dialplan(s) starting with 99.  
 
Create a new Route for faxes with dialplan(s) starting with 99.  
  example: 99X.
+
  example: 95X.
 
and with ''Paths'' pointing to the Trunks on which you wish to receive faxes - those with ''Fax'' detection ticked as above
 
and with ''Paths'' pointing to the Trunks on which you wish to receive faxes - those with ''Fax'' detection ticked as above
   Line 98: Line 98:  
Do not reboot or start HylaFax yet.
 
Do not reboot or start HylaFax yet.
 
Edit /etc/hylafax/etc/config.ttyIAX and add
 
Edit /etc/hylafax/etc/config.ttyIAX and add
  ModemDialCmd:        ATDT99%s
+
  ModemDialCmd:        ATDT95%s
{{Note box|This will prefix all numbers dialled by HylaFax with 99 so they can be identified and routed by SAIL}}
+
{{Note box|This will prefix all numbers dialled by HylaFax with 95 so they can be identified and routed by SAIL}}
 
Also check
 
Also check
 
  # make attachments readable
 
  # make attachments readable
Line 121: Line 121:  
Once detected the incoming fax should be routed to the ''Autosense FAX Extension'', where IAXModem will answer and pass the fax to Hylafax.
 
Once detected the incoming fax should be routed to the ''Autosense FAX Extension'', where IAXModem will answer and pass the fax to Hylafax.
   −
Outgoing faxes emailed to 'user@0123987654.fax' will be sent by Hylafax to IAXModem with a dial string prefixed by 99, for example 990123987654. This will initiate a call in asterisk. The 99 prefix will be recognised as the fax route and the call passed to the relevant outgoing Trunk, where the 99 is stripped off and the real number dialled.
+
Outgoing faxes emailed to 'user@0123987654.fax' will be sent by Hylafax to IAXModem with a dial string prefixed by 95, for example 950123987654. This will initiate a call in asterisk. The 95 prefix will be recognised as the fax route and the call passed to the relevant outgoing Trunk, where the 95 is stripped off and the real number dialled.
    
===iaxmodem Startup Script===
 
===iaxmodem Startup Script===

Navigation menu