aboutsummaryrefslogtreecommitdiffstats
path: root/indications.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-18 15:58:57 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-18 15:58:57 +0000
commit19e9dc485835896e90e1a780521a106b97bab69c (patch)
tree3bf899b8807942696aec63024422737b3ad8972e /indications.c
parent303d4e7f5de35a2c2b0ffbdcf44967d59012e6af (diff)
Need actual offset space (bug #2076)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3469 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'indications.c')
-rwxr-xr-xindications.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/indications.c b/indications.c
index a626d17f3..9598c5438 100755
--- a/indications.c
+++ b/indications.c
@@ -51,6 +51,7 @@ struct playtones_state {
int pos;
int origwfmt;
struct ast_frame f;
+ unsigned char offset[AST_FRIENDLY_OFFSET];
short data[4000];
};