]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
mod_voicemail: keep the right one
authorMathieu Rene <mrene@avgs.ca>
Wed, 12 Aug 2009 16:08:35 +0000 (16:08 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 12 Aug 2009 16:08:35 +0000 (16:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14499 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_voicemail/mod_voicemail.c

index 18f3a7bbcd58c38407e2f1a51c42595cdaedfc12..b7cc9554e2bf2fdeea79c515ad45323382e82ab9 100644 (file)
@@ -534,7 +534,7 @@ vm_profile_t *profile_set_config(vm_profile_t *profile)
                &profile->record_comment, "FreeSWITCH Voicemail", &profile->config_str_pool, NULL, NULL);
        SWITCH_CONFIG_SET_ITEM(profile->config[i++], "record-copyright", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, 
                &profile->record_copyright, "http://www.freeswitch.org", &profile->config_str_pool, NULL, NULL);
-       SWITCH_CONFIG_SET_ITEM(profile->config[i++], "operator-ext", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, 
+       SWITCH_CONFIG_SET_ITEM(profile->config[i++], "operator-extension", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, 
                &profile->operator_ext, "", &profile->config_str_pool, NULL, NULL);
 
        SWITCH_CONFIG_SET_ITEM(profile->config[i++], "tone-spec", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE,