summaryrefslogtreecommitdiff
path: root/net/asterisk14/files/patch-main::frame.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2007-04-13 08:06:06 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2007-04-13 08:06:06 +0000
commitacc33b14df77f1bad1c2d0a2c775185fa9e864eb (patch)
tree861d5d09092cff4fbc720b4a04db22add91bf3d3 /net/asterisk14/files/patch-main::frame.c
parent- incorrect comment (diff)
Long awaited upgrade to 1.4.2.
Sponsored by: Sippy Software, Inc.
Notes
Notes: svn path=/head/; revision=189887
Diffstat (limited to 'net/asterisk14/files/patch-main::frame.c')
-rw-r--r--net/asterisk14/files/patch-main::frame.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/asterisk14/files/patch-main::frame.c b/net/asterisk14/files/patch-main::frame.c
new file mode 100644
index 000000000000..232de08a9e21
--- /dev/null
+++ b/net/asterisk14/files/patch-main::frame.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- main/frame.c.orig Wed Jan 25 13:22:43 2006
++++ main/frame.c Wed Jan 25 13:21:25 2006
+@@ -1170,7 +1170,7 @@ static int g723_len(unsigned char buf)
+ {
+ switch(buf & TYPE_MASK) {
+ case TYPE_DONTSEND:
+- return 0;
++ return 2;
+ break;
+ case TYPE_SILENCE:
+ return 4;