summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/asterisk/files/1.8.0/asterisk-1.8.0-inband-indications.patch')
-rw-r--r--net-misc/asterisk/files/1.8.0/asterisk-1.8.0-inband-indications.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/asterisk/files/1.8.0/asterisk-1.8.0-inband-indications.patch b/net-misc/asterisk/files/1.8.0/asterisk-1.8.0-inband-indications.patch
deleted file mode 100644
index b249bf9cf818..000000000000
--- a/net-misc/asterisk/files/1.8.0/asterisk-1.8.0-inband-indications.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -uNr asterisk-1.8.0.ORIG/main/channel.c asterisk-1.8.0/main/channel.c
---- asterisk-1.8.0-orig/main/channel.c 2010-10-22 10:04:33.439148782 +0200
-+++ asterisk-1.8.0/main/channel.c 2010-10-22 10:05:51.124146954 +0200
-@@ -2955,6 +2955,8 @@
- chan->generator->release(chan, chan->generatordata);
- chan->generatordata = NULL;
- }
-+
-+ ast_prod(chan);
- if (gen->alloc && !(chan->generatordata = gen->alloc(chan, params))) {
- res = -1;
- }
-@@ -2964,8 +2966,6 @@
- }
- ast_channel_unlock(chan);
-
-- ast_prod(chan);
--
- return res;
- }
-