Hi to all,
 
I want to use a Nokia 3650 as a modem. I have written the pppd peers file and the chat script, but when I try the connection using pppd call gprs there isn't any result.
 
These are my pppd peers file (/etc/ppp/gprs):
/dev/rfcomm0 57600 
connect '/usr/sbin/chat -v -f /etc/ppp/chat-gprs'
noauth
defaultroute
debug
and here's my chat script (/etc/ppp/chat-gprs): 
TIMEOUT         5
ECHO            ON
ABORT           '\nBUSY\r'
ABORT           '\nERROR\r'
ABORT           '\nNO ANSWER\r'
ABORT           '\nNO CARRIER\r'
ABORT           '\nNO DIALTONE\r'
ABORT           '\nRINGING\r\n\r\nRINGING\r'
''              \rAT
TIMEOUT         12
OK              ATE1
OK              'AT+cgdcont=1,"IP","internet.wind"'
OK              ATD*99***1#
How can I solve this problem?
 
Thanks
 
Julianino