I'm trying to configure a Cisco 1941 to use a cell network with a EHWIC-3G-HSPA+7 card
It auto generates the following command:
chat-script hspa-R7 "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
Most cell configs I've seen use a chat-script similar to the following:
chat-script xxx "" "ATDT*98*1#" TIMEOUT 30 CONNECT
Two questions:
a. What is the difference between the two AT commands?
b. What is the purpose of 1,1 rather than just 1? I know the profile is selected using the 1, but I can't find any command reference that describes the use of the comma in first example.
TIA.......