I'm trying to find out a way to send a very specific string from a
router (Cisco 2600 series) to a cell phone, in order to establish a
DDR GPRS session.
The string is: AT+CGDCONT=1,"IP","gprs.com","0.0.0.0",0,0
The chat-script is: router# chat-script dial ""
"AT+CGDCONT=1,"IP","gprs.com","0.0.0.0",0,0"
The chat-script seems to work fine until it get to the third pair
of quotes. Then, the router says it can't receive IP response from the
cell phone (from the router's viewpoint, the expect-send-expect
procedure is okay, so it expects a string IP). I know I need, somehow,
to find a escape character that allows me to write between quotes all
that string, but I can't figure something out.
Could anyone help me, please?