summaryrefslogtreecommitdiff
path: root/net/asterisk10/files/patch-main::frame.c
blob: 232de08a9e214042df3975f35c1d6b417a056100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;