HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] Where to specify the the extension number?




http://www.hylafax.org/HylaFAQ/Q319.php

One way is to change the config file for the modem line (config.tty??) -

 ModemDialCmd:      ATDT9W%s       # Dial 9 for PABX, wait for dialtone

But this is not a good solution for several reasons. First, "9W" means dial
9 and wait three seconds, not wait for dialtone. You definitely want "9,"
instead, to make the dialing faster.
Second, when people need to dial 9 first, they are typically in an office
with local extensions. If they want to dial directly to another 3 or 4
number extension without going through the outside lines (because they are
disconnected or they cost money), this becomes impossible with this
ModemDialCmd. Instead, the last lines of dialrules should look like this:

   ^[+]${Country}       = ${LDPrefix}           ! long distance call
   ^[+]                 = ${IDPrefix}           ! international call
   ^[0-9]{7,}$          = 9,&                   ! add 9 for outside calls
   ]

This will add 9 for numbers with 7 or more digits.
Third, the ModemDialCmd only works for modems configured that way. Dialrules
will fix the *site*, and will be there even if you reconfigure the modems.


----- Original Message -----
From: "Bing Zhang" <bzhang@sohar.com>
To: <hylafax-users@hylafax.org>
Sent: Friday, June 08, 2001 2:36 PM
Subject: [hylafax-users] Where to specify the the extension number?


> I finally finished running through the faxsetup and faxmodem on my RedHat
> 7.1 machine. Since my server is primarily for sending out fax (receiving
is
> handled by our fax machine) and I am testing the setup, I have to dial 9
to
> get an outside line. But during the whole configuration process, I did not
> find anywhere to specify this 9. Would you please give me a hint?
>
> BTW, which one the best free window 9x/NT/2000 client to work with HylaFax
> on my linux machine.
>
> Thanks
>
> Bing
>
>
> ____________________ HylaFAX(tm) Users Mailing List
_______________________
>  To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org <
/dev/null
>
>




____________________ HylaFAX(tm) Users Mailing List _______________________
 To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null




Project hosted by iFAX Solutions