mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user