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] Dialing Rules Help 1+
Mark Welborn wrote:
> I use the dialing format of "1-xxx-xxx-xxxx" to dial a long distance fax number. Some of the
> numbers I dial don't go through, because my modem dials the numbers too fast using tone dialing.
> If I manually insert a one second pause after the prefix number (1) the number dials with no
> problem. Is there anyway to have HylaFAX insert the "," (coma) in after the "1" in the "ATDT"
> command going to the modem ? Example: "1, xxx-xxx-xxxx" Thank You, Mark W.
Try
------------[cut]-----------------
--- dialrules.org Thu Nov 30 11:42:19 2000
+++ dialrules Thu Dec 14 11:52:33 2000
@@ -59,4 +59,6 @@
[wxyWXY] = 9
^[+]${Country} = ${LDPrefix} ! long distance call
^[+] = ${IDPrefix} ! international call
+^1 = ONE
+^ONE = 1,
]
------------[cut]-----------------
or
------------[cut]-----------------
--- dialrules.org Thu Nov 30 11:42:19 2000
+++ dialrules Thu Dec 14 11:56:24 2000
@@ -57,6 +57,6 @@
[prsPRS] = 7
[tuvTUV] = 8
[wxyWXY] = 9
-^[+]${Country} = ${LDPrefix} ! long distance call
-^[+] = ${IDPrefix} ! international call
+^[+]${Country} = ${LDPrefix}, ! long distance call
+^[+] = ${IDPrefix}, ! international call
]
------------[cut]-----------------
____________________ HylaFAX(tm) Users Mailing List _______________________
To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null