ports/net/asterisk16/files/patch-main::frame.c
Maxim Sobolev 38e1f1309a Add asterisk16 after repo-copy from net/asterisk. Some functions (e.g.
DAHDI support) are still missed and will be added on later date.
2009-02-14 21:17:22 +00:00

14 lines
179 B
C

$FreeBSD$
--- main/frame.c
+++ main/frame.c
@@ -1260,7 +1260,7 @@
switch(type) {
case TYPE_DONTSEND:
- return 0;
+ return 2;
break;
case TYPE_SILENCE:
return 4;