Portál AbcLinuxu, 17. srpna 2025 07:42
call pppd file siemens-c55 & Soubor siemens-c55
#!/bin/sh # # pppd option file for Siemens C55 phone # # It's made with the Script Generator, which is made by Gábor Pintér pint3r@mailbox.hu For the GPRS Easy Connect program. # The Script Generator and the files made by it are came a GNU General Public License. # # 2-3-2004 06:41 # #Debug mode debug #Device for your connetcion /dev/ttyUSB0 #Speed 115200 #With this option, pppd will accept all control characters from the peer, including those marked in the receive asyncmap receive-all #Disable every compression in both directions (send and receive) nopcomp noaccomp noccp novj novjccomp #Don't detach from the controlling terminal nodetach #Ask the peer for up to 2 DNS server addresses usepeerdns #Do not require the peer to authenticate itself. (This option is privileged for root) noauth #Other options crtscts modem lock noipdefault defaultroute #Connect script connect '/usr/sbin/chat -e -f ./siemens-c55-connect -v' #Disconnect script disconnect '/usr/sbin/chat -e -f ./disconnect -v'Soubor siemens-c55-connect
# # Chat script for the Siemens C55 phone # # It's made with the Script Generator, which is made by Gábor Pintér pint3r@mailbox.hu For the GPRS Easy Connect program. # The Script Generator and the files made by it are came a GNU General Public License. # # 2-3-2004 06:41 # '' AT TIMEOUT 240 OK ATE0 OK ATV1 OK AT+CGMI OK AT+CIMI OK 'AT+CGDCONT=1,"IP","internet"' OK ATS0=0 OK AT+CGQREQ=1,0,0,0,0,0 OK AT+CGQMIN=1,0,0,0,0,0 OK AT+CGATT? OK ATDT*99***1# TIMEOUT 22 CONNECT ""Soubor disconnect
# # Chat script for the Siemens C55 phone # # It's made with the Script Generator, which is made by Gábor Pintér pint3r@mailbox.hu For the GPRS Easy Connect program. # The Script Generator and the files made by it are came a GNU General Public License. # # 14-11-2003 22:58 # SAY "\nDisconnecting...\n" "" "\K" "" "+++ATH" SAY "\nDisconnected.\n"
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.