Created
April 1, 2015 08:08
-
-
Save briankip/c09be47348ee4da1f86d to your computer and use it in GitHub Desktop.
Configuration for wvdial to work with safaricom modem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Dialer Defaults] | |
Phone = *99# | |
Username = saf | |
Password = data | |
Stupid Mode = 1 | |
Dial Command = ATDT | |
Modem = /dev/ttyUSB0 | |
Baud = 3600000 | |
Init2 = ATZ | |
Init3 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 | |
ISDN = 0 | |
Modem Type = Analog Modem | |
Init4 = AT+CGDCONT=1,"IP","SAFARICOM" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment