RCS file: /usr/cvsroot/asterisk/apps/app_disa.c,v
retrieving revision 1.3
diff -c -r1.3 app_disa.c
*** apps/app_disa.c     15 Jun 2003 11:42:48 -0000      1.3
--- apps/app_disa.c     29 Aug 2003 05:36:57 -0000
***************
*** 118,124 ****
        int i,j,k,x;
        struct localuser *u;
        char tmp[256],arg2[256],exten[AST_MAX_EXTENSION],acctcode[20];
!       unsigned char tone_block[640];
        char *ourcontext,*ourcallerid;
        struct ast_frame *f,wf;
        struct timeval lastout, now, lastdigittime;
--- 118,125 ----
        int i,j,k,x;
        struct localuser *u;
        char tmp[256],arg2[256],exten[AST_MAX_EXTENSION],acctcode[20];
!       unsigned char tone_block_buf[640 + AST_FRIENDLY_OFFSET];
!       unsigned char *tone_block = &tone_block_buf[AST_FRIENDLY_OFFSET];
        char *ourcontext,*ourcallerid;
        struct ast_frame *f,wf;
        struct timeval lastout, now, lastdigittime;

