]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
The default value for mohinterpret is the empty string, so when resetting to
authorSean Bright <sean@malleable.com>
Fri, 2 Mar 2012 15:58:20 +0000 (15:58 +0000)
committerSean Bright <sean@malleable.com>
Fri, 2 Mar 2012 15:58:20 +0000 (15:58 +0000)
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

channels/chan_iax2.c

index 7719bfdb148cbc56648c0a183e61bd7761885fe0..bce44fa5ab799e559b0e7b4de350fdd82ff9eff6 100644 (file)
@@ -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;