summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-24 19:42:16 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-03-24 19:42:16 -0500
commit1905d4dedacb9d369fe57f5000def11e71374c9d (patch)
tree7175cbf88da8cd85b333b547d4a184d0e96cb8d7 /gatchat/gatchat.c
parent9ed01bfecdfd9c213d1de6d30755f14f948acb38 (diff)
downloadofono-1905d4dedacb9d369fe57f5000def11e71374c9d.tar.bz2
Fix: Make CONNECT <baud> responses work
Diffstat (limited to 'gatchat/gatchat.c')
-rw-r--r--gatchat/gatchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gatchat/gatchat.c b/gatchat/gatchat.c
index e98d0df3..ea9e06f5 100644
--- a/gatchat/gatchat.c
+++ b/gatchat/gatchat.c
@@ -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 },