]> git.pld-linux.org Git - packages/callweaver.git/commitdiff
- outdated
authorareq <areq@pld-linux.org>
Tue, 19 May 2009 19:25:51 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    callweaver-paths.patch -> 1.2
    callweaver-upstream.patch -> 1.2

callweaver-paths.patch [deleted file]
callweaver-upstream.patch [deleted file]

diff --git a/callweaver-paths.patch b/callweaver-paths.patch
deleted file mode 100644 (file)
index 439a314..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- callweaver-RC-1.1.99.20070923/channels/misdn/misdn_config.c~       2007-09-23 19:36:25.000000000 +0200
-+++ callweaver-RC-1.1.99.20070923/channels/misdn/misdn_config.c        2007-12-30 21:58:16.000000000 +0100
-@@ -317,7 +317,7 @@
-               "\t4 - even more Verbose than 3" },
-       { "misdn_init", MISDN_GEN_MISDN_INIT, MISDN_CTYPE_STR, "/etc/misdn-init.conf", NONE,
-               "Set the path to the misdn-init.conf (for nt_ptp mode checking)." },
--      { "tracefile", MISDN_GEN_TRACEFILE, MISDN_CTYPE_STR, "/var/log/callweaver.org/misdn.log", NONE,
-+      { "tracefile", MISDN_GEN_TRACEFILE, MISDN_CTYPE_STR, "/var/log/callweaver/misdn.log", NONE,
-               "Set the path to the massively growing trace file, if you want that." },
-       { "bridging", MISDN_GEN_BRIDGING, MISDN_CTYPE_BOOL, "yes", NONE,
-               "Set this to yes if you want mISDN_dsp to bridge the calls in HW." },
diff --git a/callweaver-upstream.patch b/callweaver-upstream.patch
deleted file mode 100644 (file)
index afff3d3..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
---- 1.2/channels/chan_zap.c    1999-01-21 00:28:13.000000000 +0000
-+++ 1.2/channels/chan_zap.c    2008-06-29 21:30:51.487605750 +0000
-@@ -95,7 +95,7 @@
- #define TRUE (!FALSE)
- #endif
--#ifndef ZT_SIG_EM_E1
-+#if !defined(ZT_SIG_EM_E1) || (defined(HAVE_PRI) && !defined(ZT_SIG_HARDHDLC))
- #error "Your zaptel is too old.  please update"
- #endif
-@@ -8888,7 +8888,7 @@
-                       cw_log(LOG_ERROR, "Unable to get parameters for D-channel %d (%s)\n", x, strerror(errno));
-                       return -1;
-               }
--              if (p.sigtype != ZT_SIG_HDLCFCS) {
-+              if ((p.sigtype != ZT_SIG_HDLCFCS) && (p.sigtype != ZT_SIG_HARDHDLC)) {
-                       zt_close(pri->fds[i]);
-                       pri->fds[i] = -1;
-                       cw_log(LOG_ERROR, "D-channel %d is not in HDLC/FCS mode.  See /etc/zaptel.conf\n", x);
---- callweaver-1.2.0.1/corelib/dsp.c.org       2008-06-24 21:01:07.696898500 +0000
-+++ callweaver-1.2.0.1/corelib/dsp.c   2008-06-24 21:02:33.118237000 +0000
-@@ -898,9 +898,9 @@
-                                     NULL);
-     }
-     if ((digitmode & DSP_DIGITMODE_RELAXDTMF))
--        dtmf_rx_parms(&dsp->dtmf_rx, FALSE, 8, 8);
-+        dtmf_rx_parms(&dsp->dtmf_rx, FALSE, 8, 8, -99);
-     else
--        dtmf_rx_parms(&dsp->dtmf_rx, FALSE, 8, 4);
-+        dtmf_rx_parms(&dsp->dtmf_rx, FALSE, 8, 4, -99);
-     dsp->digitmode = digitmode;
-     return 0;
- }
This page took 0.070307 seconds and 4 git commands to generate.