Connection Setting Keyword Tokens
ModemPhoneNumber
keyword
Keyword/Value syntax |
ModemPhoneNumber "<string>" |
Valid in connection types |
MODEM |
Can change value if connection is open? |
No |
The phone number to dial.
The default value is "". This string can be up to 64 characters long.
Session.ConnectionSettings = "ModemPhoneNumber 217-0145"
Session.ConnectionSettings = "ModemPhoneNumber '206 217-0145'"
If .ConnectionSetting("ModemPhoneNumber") = "217-0145"
Note: If you are using the Control Panel modems with ModemUseDialingRules set to True (the default configuration), Reflection automatically adds appropriate prefixes to the specified phone number, based on the current values of ModemAreaCode, ModemCountryName, and ModemLocation.
If ModemDialingRules is set to False, or you are using the old modem dialer (UseModemDialerV5 = True), the modem dialer dials the phone number exactly as specified.