Re: AT chars in dial string

Lee Howard <[email protected]> Thu, 09 Nov 2017 06:50:04 -0800
Newsgroups gmane.comp.telephony.fax.hylafax.user
Message-ID <[email protected]>
On 11/09/2017 04:04 AM, Christo Labuschagne wrote:
> Good day
>
> Using a class 1 modem.  The standard AT command for dialing is 
> ATDT%s.  This is not changed in the config file.  In some cases, 
> depending on the number, I would like to add a W to the dial string to 
> ask the modem to wait for a dial tone and in some case not.  This 
> would make the dial command ATDTW%s. I cannot add it to the number as 
> the default dial rules change it to a 9, and then there are checks to 
> make sure the number is only digits.
>
> Is there any way around this?

Since it depends on the number, add the W in dialrules.  Add a line at 
the end something like this:

DialString := [
......
234567890 = W234567890
]

This should allow the checks you mention to be implemented but, after 
those checks are done, to add the W when needed.

Thanks,

Lee.


____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe [email protected] < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail [email protected].*