]> 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:59:50 +0000 (15:59 +0000)
committerSean Bright <sean@malleable.com>
Fri, 2 Mar 2012 15:59:50 +0000 (15:59 +0000)
default values don't explicitly set the value to "default."
........

Merged revisions 357811 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@357812 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_iax2.c

index 87c307e4f671f1f4eb076fb6bdc3f6fea884e6a6..c5234f0500f37ee644ddad721790402dc7ac5e0e 100644 (file)
@@ -13119,7 +13119,7 @@ static void set_config_destroy(void)
 {
        strcpy(accountcode, "");
        strcpy(language, "");
-       strcpy(mohinterpret, "default");
+       strcpy(mohinterpret, "");
        strcpy(mohsuggest, "");
        trunkmaxsize = MAX_TRUNKDATA;
        amaflags = 0;