#!/bin/sh
#
# $Id: gprs-disconnect-chat,v 1.3 2004/07/08 22:40:47 mcfrisk Exp $
#
# File:
# /etc/ppp/peers/gprs-disconnect-chatmm
#
# send break
exec /usr/sbin/chat -V -s -S	\
ABORT		"BUSY"		\
ABORT		"ERROR"		\
ABORT		"NO DIALTONE"	\
SAY		"\nSending break to the modem\n"	\
""		"\K"		\
""		"\K"		\
""		"\K"		\
""		"+++ATH"	\
""		"+++ATH"	\
""		"+++ATH"	\
SAY		"\nPDP context detached\n"
