[asterisk-commits] oej: branch group/set-tonezone-trunk r289201 - /team/group/set-tonezone-trunk...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 29 10:21:09 CDT 2010


Author: oej
Date: Wed Sep 29 10:21:05 2010
New Revision: 289201

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=289201
Log:
It's both users and peers

Modified:
    team/group/set-tonezone-trunk/channels/chan_sip.c

Modified: team/group/set-tonezone-trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/set-tonezone-trunk/channels/chan_sip.c?view=diff&rev=289201&r1=289200&r2=289201
==============================================================================
--- team/group/set-tonezone-trunk/channels/chan_sip.c (original)
+++ team/group/set-tonezone-trunk/channels/chan_sip.c Wed Sep 29 10:21:05 2010
@@ -26056,7 +26056,7 @@
 			} else if (!strcasecmp(v->name, "tonezone")) {
 				struct ast_tone_zone *new_zone;
 				if (!(new_zone = ast_get_indication_zone(v->value))) {
-					ast_log(LOG_ERROR, "Unknown country code '%s' for tonezone in peer [%s] at line %d. Check indications.conf for available country codes.\n", v->value, peer->name, v->lineno);
+					ast_log(LOG_ERROR, "Unknown country code '%s' for tonezone in device [%s] at line %d. Check indications.conf for available country codes.\n", v->value, peer->name, v->lineno);
 				} else {
 					ast_string_field_set(peer, zone, v->value);
 				}




More information about the asterisk-commits mailing list