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 prefix



Andrew,

At a quick guess and it's late here in Sydney.

Looks like ur matching an optional 0 then 10 and addding a 0, at the front??!! Im not exactly sure because I don't know what the ampersand is meant to do.

If you want to dial a 0, in front of everything either change your config file for your modem to dial a 0, before the number. ie

ModemDialCmd:	ATDT0,%s

Alternatively pay someone, like me, who knows what they're doing. Sorry, tired :)

Regards,

Kimble Young



Andrew Xenides wrote:
i changed my dialrules to say
 
DialString := [
^[0]{10}$                      = 0,&
[-${WS}.]+              =                       ! strip syntactic sugar
[abcABC]                = 2                     ! these convert alpha to numbers
[defDEF]                = 3
[ghiGHI]                = 4
[jklJKL]                = 5
[mnoMNO]                = 6
[prsPRS]                = 7
[tuvTUV]                = 8
[wxyWXY]                = 9
^[+]${Country}          = ${LDPrefix}           ! long distance call
^[+]                    = ${IDPrefix}           ! international call
]
but it still doesnt add the prefix to the number
 

Andrew Xenides
Web Developer
EscapeNet
465 South Road
Keswick SA 5035
T: (08) 8292 5200
F: (08) 8292 5299
E: andrew@xxxxxxxxxxxxxxxx
W: http://www.esc.net.au

 


From: hylafax-users-bounce@xxxxxxxxxxx [mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Donald, Adam
Sent: Monday, 2 May 2005 11:28 PM
To: Andrew Xenides
Cc: hylafax-users@xxxxxxxxxxx
Subject: Re: [hylafax-users] dialing prefix

Take a look at ..hylafax/etc/dialrules

We use the following line:

^[0-9]{7,}$                      = 9,&                            ! add 9 for outside calls

 

under the DialString section to append a '9' to any dial string 7 or greater in length.

 

-----Original Message-----
From: hylafax-users-bounce@xxxxxxxxxxx [mailto:hylafax-users-bounce@xxxxxxxxxxx] On Behalf Of Andrew Xenides
Sent: Sunday, May 01, 2005 8:40 PM
To: hylafax-users@xxxxxxxxxxx
Subject: [hylafax-users] dialing prefix

 

Hi,

 

When we send a fax, we need to put "0," in front of the fax number to get an external line. however, the coversheet will then show

"To:  0,0912341234"

 

where can i set the dialing rules to put this 0, in so it wont show up on the cover sheet.

 

Andrew Xenides
Web Developer
EscapeNet
465 South Road
Keswick SA 5035
T: (08) 8292 5200
F: (08) 8292 5299
E: andrew@xxxxxxxxxxxxxxxx
W: http://www.esc.net.au

 





Project hosted by iFAX Solutions