From d056b18a40018d38abbeb107412cc83b78b3c406 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 13 Jan 2009 19:22:13 +0000 Subject: Merged revisions 168561 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r168561 | russell | 2009-01-13 13:13:05 -0600 (Tue, 13 Jan 2009) | 2 lines Revert unnecessary indications API change from rev 122314 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168562 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'funcs') diff --git a/funcs/func_channel.c b/funcs/func_channel.c index 4393c2e33..959f332d2 100644 --- a/funcs/func_channel.c +++ b/funcs/func_channel.c @@ -296,7 +296,7 @@ static int func_channel_write(struct ast_channel *chan, const char *function, } #endif else if (!strcasecmp(data, "tonezone")) { - struct ind_tone_zone *new_zone; + struct tone_zone *new_zone; if (!(new_zone = ast_get_indication_zone(value))) { ast_log(LOG_ERROR, "Unknown country code '%s' for tonezone. Check indications.conf for available country codes.\n", value); ret = -1; -- cgit v1.2.3