[asterisk-commits] oej: branch group/set-tonezone-1.4 r285714 - /team/group/set-tonezone-1.4/cha...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Sep 9 14:17:56 CDT 2010


Author: oej
Date: Thu Sep  9 14:17:44 2010
New Revision: 285714

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=285714
Log:
Commiting a small doc change

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

Modified: team/group/set-tonezone-1.4/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/group/set-tonezone-1.4/channels/chan_sip.c?view=diff&rev=285714&r1=285713&r2=285714
==============================================================================
--- team/group/set-tonezone-1.4/channels/chan_sip.c (original)
+++ team/group/set-tonezone-1.4/channels/chan_sip.c Thu Sep  9 14:17:44 2010
@@ -17962,6 +17962,7 @@
 		} else if (!strcasecmp(v->name, "language")) {
 			ast_copy_string(user->language, v->value, sizeof(user->language));
 		} else if (!strcasecmp(v->name, "tonezone")) {
+			/* Set the default indications tone zone for this user */
 			struct tone_zone *new_zone;
 			if (!(new_zone = ast_get_indication_zone(v->value))) {
 				ast_log(LOG_ERROR, "Unknown country code '%s' for tonezone. Check indications.conf for available country codes.\n", v->value);




More information about the asterisk-commits mailing list