Connection Setting Keyword Tokens
ModemUseDialingRules
keyword
Keyword/Value syntax |
ModemUseDialingRules {True | False} |
Valid in connection types |
MODEM |
Can change value if connection is open? |
No |
When set to True, the TAPI modem dialer will add appropriate dialing prefixes to the number you are dialing, based on the current values of ModemAreaCode, ModemCountryName, and ModemLocation. When set to False, the modem dialer will dial the phone number exactly as specified by ModemPhoneNumber. Changing this value is equivalent to changing the Use Country code and Area code setting in the Connection Settings dialog box.
The default value is True.
Session.ConnectionSettings = "ModemUseDialingRules False"
If .ConnectionSetting("ModemUseDialingRules") = "False"
Note: This setting is relevant if you are using Control Panel modems (the default configuration), but not if you are using Reflection's old modem dialer (UseModemDialerV5 = True).