From acc33b14df77f1bad1c2d0a2c775185fa9e864eb Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 13 Apr 2007 08:06:06 +0000 Subject: Long awaited upgrade to 1.4.2. Sponsored by: Sippy Software, Inc. --- net/asterisk14/files/patch-main::frame.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/asterisk14/files/patch-main::frame.c (limited to 'net/asterisk14/files/patch-main::frame.c') 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; -- cgit v1.2.3