From 95bfc5cd9e0295e73c2c7cbd007fc8a3c9f80ab5 Mon Sep 17 00:00:00 2001 From: Brandon Bayer Date: Thu, 13 Oct 2016 11:04:58 -0500 Subject: leu1:fix: chat script --- recipes-core/multitech/config/ppp/peers/leu1_chat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-core/multitech') diff --git a/recipes-core/multitech/config/ppp/peers/leu1_chat b/recipes-core/multitech/config/ppp/peers/leu1_chat index 942b1ff..6f84008 100644 --- a/recipes-core/multitech/config/ppp/peers/leu1_chat +++ b/recipes-core/multitech/config/ppp/peers/leu1_chat @@ -13,9 +13,9 @@ OK 'AT+CSQ' # ---------------------------------- # Set the APN for your provider here # ---------------------------------- -OK 'AT+CGDCONT=3,"IP","internet"' +OK 'AT+CGDCONT=1,"IPV4V6","internet"' SAY "Dialing...\n" -OK 'ATD*99***3#' +OK 'ATD*99***1#' SAY "Waiting for CONNECT...\n" TIMEOUT 120 CONNECT '' -- cgit v1.2.3