diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-08-08 13:04:49 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-08-08 13:04:49 +0000 |
commit | d3728e419f7fddfb7595428b581ed2967591659b (patch) | |
tree | 9119efc5afbbb862af9b160ff7a22440c4ead261 /net/asterisk11/files/patch-channels-chan_dahdi.c | |
parent | Resurrect multimedia/tovid (diff) |
- Update net/asterisk11 to 11.19.0
- Update net/asterisk13 to 13.5.0
- Add SQLITE2 option default description
- Rename SQLITE option to SQLITE2, which better describes what it really does
- Clean up Makefile and sort option helpers [1]
- Add missed dependencies on openssl, ncurses and iconv [1]
- Add back shabangfix for sample agi scripts
- Make build log verbose [1]
- Regenerated some patches
Suggested by: koobs (thanks!) [1]
Diffstat (limited to 'net/asterisk11/files/patch-channels-chan_dahdi.c')
-rw-r--r-- | net/asterisk11/files/patch-channels-chan_dahdi.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/asterisk11/files/patch-channels-chan_dahdi.c b/net/asterisk11/files/patch-channels-chan_dahdi.c index ef904b48472e..1aa9540d67f2 100644 --- a/net/asterisk11/files/patch-channels-chan_dahdi.c +++ b/net/asterisk11/files/patch-channels-chan_dahdi.c @@ -1,6 +1,6 @@ ---- channels/chan_dahdi.c.orig 2010-11-09 11:18:39.000000000 +0100 -+++ channels/chan_dahdi.c 2010-11-09 11:22:15.000000000 +0100 -@@ -4688,6 +4688,8 @@ +--- channels/chan_dahdi.c.orig 2015-07-24 22:06:05 UTC ++++ channels/chan_dahdi.c +@@ -5030,6 +5030,8 @@ static void dahdi_enable_ec(struct dahdi return; } if (p->echocancel.head.tap_length) { @@ -9,7 +9,7 @@ #if defined(HAVE_PRI) || defined(HAVE_SS7) switch (p->sig) { #if defined(HAVE_PRI) -@@ -4718,7 +4720,9 @@ +@@ -5060,7 +5062,9 @@ static void dahdi_enable_ec(struct dahdi break; } #endif /* defined(HAVE_PRI) || defined(HAVE_SS7) */ @@ -20,7 +20,7 @@ if (res) { ast_log(LOG_WARNING, "Unable to enable echo cancellation on channel %d (%s)\n", p->channel, strerror(errno)); } else { -@@ -4752,8 +4756,9 @@ +@@ -5094,8 +5098,9 @@ static void dahdi_disable_ec(struct dahd if (p->echocanon) { struct dahdi_echocanparams ecp = { .tap_length = 0 }; |