For the nextel / boost users - I'm wondering if someone can debug a bit..
ATDTS=2 means "dial speeddial slot 2". There should be a numeric phone number sitting in the slot.
Has anyone been able to telnet into the Hayes command interface on a Nextel phone? If so, send an AT&V command as it should list the speed dial values. Let us know what's there.
Another option is to see if the Tomtom can handle the dialing via init code, eg:
access point - wap.sprint
username - (e-mail address removed)
password - sprint
ip address - 10.234.18.122 (set up manually not automatic)
dns - "leave blank"
dial # - "leave blank"
login script - ATDTS=2
MVL, I tried your suggestion about using ATDTS=2 in the login script, this does not seem to work.
I've also done some digging in to what the S=2 command does. Here's an exstract from a user manual I found online:
• Packet Data
If the Select DTE-side stack command has activated a SLIP or PPP connection and
the Select WDS-side stack command has selected iDEN Packet Data, then the
contents of the Dial String are ignored.
• Circuit Data
All non-numeric characters in the Dial String that are not recognized dial-modifiers
are ignored. This allows the DTE to request phone numbers containing unsupported
dial modifiers, hyphens, parenthesis, and other punctuation.
Dial Modifiers:
T Allowed, but ignored by the DCE.
P Allowed, but ignored by the DCE.
! The equivalent of pressing the hook control switch for 1/2 second on many
of today’s telephone systems.
W Wait for time specified in S7 for dial tone before continuing execution of dial
string.
@ Wait for time specified in S7 for one or more rings followed by 5 seconds of
silence before continuing execution of dial string.
, Pause for time specified in S8 before continuing execution of dial string.
; After dialing return to command mode.
S=x Dials a pre-programmed dial string. This dial modifier may follow the T or P
Dial modifiers, but may not follow any other Dial Modifier or dialing digit.
They are defined as follows:
S=0 Read user image 0 and dial (empty dial string)
S=1 Read user image 1 and dial (empty dial string)
S=2 Read user image 2 and dial (empty dial string)
NOTE: In order to support some fancy dialing options, the iDEN DCE will effectively
ignore empty dial strings that terminate in a semicolon. Examples of such dial strings
are: ATD; and ATDT;. If they are the lone commands on a command line, then a
simple “OK” result code will be returned. If they are followed by additional
commands, then those commands will be executed. For example, the command line
ATD;E0 is equivalent to ATE0, and ATD;Z2D is equivalent to ATZ2D.
Here's also a copy of the output of my AT&V command.
at&v
Active User Image: 2
E1 Q0 V1 X4 &C1 &D2 &K3
S0:000 S2:043 S3:013 S4:010 S5:008 S6:010
S7:120 S8:002 S9:006 S10:014 S12:050 S30:000
+IFC : 0,0 : Flow Control
+ICF : 0,0 : Character Framing
+FCLASS : 0 : Service Class
+WS45 : 4 : DTE-Side Stack
+WS46 : 24 : WDS-Side Stack
Packet Data Parameters
+WV300 : 1 : Mobile IP Activation
+WV302 : 7200 : Mobile IP Registration Lifetime
+WV309 : 0 : Security Parameter Index
+WV305 : "0.0.0.0" : Home Agent IP Address
+WV311 : 24 : +WPNEI Prefix Length
+WV310 : 0 : Request Broadcast Datagrams
+WV304 : "10.*.*.*" : DCE IP Address
+WPNEI : "0.0.0.0" : DTE IP Address
+WV308 : 0,0,40 : Data Encryption
+WS196 : 0 : Data Compression
+WS182 : 2 : Header Compression
So if you can make much sense from any of this, I'm all ears.
Vager