I'm launching a modem connection by this applescript:
this launch the Internet Connect but the windows that appear is that of default configuration
is there something to know what number the modem are calling?
Code:
set tel to "1234567"
set usr to "username"
set psw to "password"
set config to "ConfigName"
tell application "Internet Connect"
connect configuration config to telephone number tel as user usr with password psw
connect
end tell
this launch the Internet Connect but the windows that appear is that of default configuration
is there something to know what number the modem are calling?