........
Merged revisions 412549 from http://svn.asterisk.org/svn/asterisk/branches/12
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@412550
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
struct ast_tone_zone *zone = NULL;
struct ast_tone_zone_sound *ts;
int paused = 0;
- int res;
+ int res = 0;
const char *tone_indication = NULL;
const char *tone_zone = NULL;
for (;;) {
struct ast_frame *fr;
- int res;
if (ast_waitfor(chan, -1) < 0) {
res = -1;