diff options
Diffstat (limited to 'recipes/ppp/ppp-gprs/chats/chat-gprs')
-rw-r--r-- | recipes/ppp/ppp-gprs/chats/chat-gprs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ppp/ppp-gprs/chats/chat-gprs b/recipes/ppp/ppp-gprs/chats/chat-gprs new file mode 100644 index 0000000000..b90e5ff2cf --- /dev/null +++ b/recipes/ppp/ppp-gprs/chats/chat-gprs @@ -0,0 +1,9 @@ +# GPRS AP (Access Point) name should be passed via -T switch + +'' ATZ +OK AT+CGDCONT=1,"IP","\T" +# We setup profile #1 in the above command, and then use it to call +# GPRS. This is correct, but some buggy phone may parse only "ATD*99#" +OK "ATD*99***1#" +# OK "ATD*99#" +CONNECT '' |