aboutsummaryrefslogtreecommitdiff
path: root/comms/spandsp-devel/files/patch-src-t31.c
blob: 7ffd6abfd2d6876c0feda6935ddfb0d812661106 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- src/t31.c.orig	Thu Jun 30 23:07:14 2005
+++ src/t31.c	Thu Jun 30 23:10:28 2005
@@ -51,19 +51,12 @@
 t31_profile_t profiles[3] =
 {
     {
-        .echo = TRUE,
-        .verbose = TRUE,
-        .result_code_format = ASCII_RESULT_CODES,
-        .pulse_dial = FALSE,
-        .double_escape = FALSE,
-        .s_regs[0] = 0,
-        .s_regs[3] = '\r',
-        .s_regs[4] = '\n',
-        .s_regs[5] = '\b',
-        .s_regs[6] = 1,
-        .s_regs[7] = 60,
-        .s_regs[8] = 5,
-        .s_regs[10] = 0
+        TRUE,
+        TRUE,
+        ASCII_RESULT_CODES,
+        FALSE,
+        FALSE,
+        { 0, 0, 0, '\r', '\n', '\b', 1, 60, 5, 0 }
     }
 };