mod_voicemail: fix operator-ext/operator-extension duplicate config declaration
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14498 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8f6066b7d4
commit
2f70836ead
|
@ -516,8 +516,6 @@ vm_profile_t *profile_set_config(vm_profile_t *profile)
|
|||
&profile->urgent_key, "*", &config_dtmf, NULL, NULL);
|
||||
SWITCH_CONFIG_SET_ITEM(profile->config[i++], "operator-key", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE,
|
||||
&profile->operator_key, "", &config_dtmf, NULL, NULL);
|
||||
SWITCH_CONFIG_SET_ITEM(profile->config[i++], "operator-extension", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE,
|
||||
&profile->operator_ext, "", NULL, NULL, NULL);
|
||||
SWITCH_CONFIG_SET_ITEM(profile->config[i++], "vmain-key", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE,
|
||||
&profile->vmain_key, "", &config_dtmf, NULL, NULL);
|
||||
SWITCH_CONFIG_SET_ITEM(profile->config[i++], "vmain-extension", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE,
|
||||
|
|
Loading…
Reference in New Issue