Created
March 2, 2015 18:26
-
-
Save felipefdl/e715bebdb850bcb6a19f to your computer and use it in GitHub Desktop.
WVDIAL Brazil
This file contains hidden or 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] | |
Modem = /dev/rfcomm0 | |
DialCommand = ATDT | |
Check Def Route = on | |
Stupid mode = on | |
Auto Reconnect = on | |
Auto DNS = on | |
ISDN = 0 | |
[Dialer vivo] | |
Baud = 921600 | |
Username = vivo | |
Password = vivo | |
Phone = *99# | |
Init1 = ATZ | |
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 | |
Init5 = AT+CGDCONT=1,"IP","zap.vivo.com.br","",0,0 | |
[Dialer claro] | |
Init2 = ATZ | |
Init3 = ATE0V1&D2&C1S0=0+IFC=2,2 | |
Init5 = AT+CGDCONT=1,"IP","claro.com.br"; | |
Baud = 460800 | |
Phone = *99# | |
Username = claro | |
Password = claro | |
[Dialer tim] | |
Init2 = ATZ | |
Init3 = ATE0V1&D2&C1S0=0+IFC=2,2 | |
Init5 = AT+CGDCONT=1,"IP","tim.br"; | |
Baud = 460800 | |
Phone = *99# | |
Username = tim | |
Password = tim |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment