From c7745cea8e8831f535cf03b32c4c8fc043658961 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Mon, 14 Jan 2008 18:29:04 +0000 Subject: ppp-gprs 1.0: Set of pppd configs to easy connect to GPRS. * ... Eventually from anywhere in the world ;-). * These are indended to be light and easy. Please add only what's really required, not some gossip commands here. * Tested to work. --- packages/ppp/ppp-gprs/chats/.mtn2git_empty | 0 packages/ppp/ppp-gprs/chats/chat-gprs | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 packages/ppp/ppp-gprs/chats/.mtn2git_empty create mode 100644 packages/ppp/ppp-gprs/chats/chat-gprs (limited to 'packages/ppp/ppp-gprs/chats') diff --git a/packages/ppp/ppp-gprs/chats/.mtn2git_empty b/packages/ppp/ppp-gprs/chats/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ppp/ppp-gprs/chats/chat-gprs b/packages/ppp/ppp-gprs/chats/chat-gprs new file mode 100644 index 0000000000..b90e5ff2cf --- /dev/null +++ b/packages/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 '' -- cgit v1.2.3