The default value for mohinterpret is the empty string, so when resetting to

default values don't explicitly set the value to "default."


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@357811 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.15
Sean Bright 14 years ago
parent 2c3804e06e
commit b3fb9153dd

@ -12997,7 +12997,7 @@ static void set_config_destroy(void)
{
strcpy(accountcode, "");
strcpy(language, "");
strcpy(mohinterpret, "default");
strcpy(mohinterpret, "");
strcpy(mohsuggest, "");
trunkmaxsize = MAX_TRUNKDATA;
amaflags = 0;

Loading…
Cancel
Save