Remove really broke MP3 stuff in favor of G.726 in the near future

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1689 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-11-04 02:40:09 +00:00
parent 7ec16a6af7
commit 1e95c3a4ac
58 changed files with 27 additions and 15549 deletions

View File

@@ -1312,7 +1312,9 @@ static int zt_call(struct ast_channel *ast, char *rdest, int timeout)
struct zt_pvt *p = ast->pvt->pvt;
int x, res, index;
char *c, *n, *l;
#ifdef ZAPATA_PRI
char *s;
#endif
char callerid[256];
char dest[256];
strncpy(dest, rdest, sizeof(dest) - 1);