Fix: Make CONNECT <baud> responses work

This commit is contained in:
Denis Kenzior 2010-03-24 19:42:16 -05:00
parent 9ed01bfecd
commit 1905d4deda
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ static struct terminator_info terminator_table[] = {
{ "NO DIALTONE", -1, FALSE },
{ "BUSY", -1, FALSE },
{ "NO CARRIER", -1, FALSE },
{ "CONNECT", -1, TRUE },
{ "CONNECT", 7, TRUE },
{ "NO ANSWER", -1, FALSE },
{ "+CMS ERROR:", 11, FALSE },
{ "+CME ERROR:", 11, FALSE },