提交 27e3b5b7 authored 作者: Travis Cross's avatar Travis Cross

Name variable `storage_dir`

...rather than `storage`.

ref: commit ce96d95c
上级 fddf4442
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<param name="date-fmt" value="%A, %B %d %Y, %I %M %p"/> <param name="date-fmt" value="%A, %B %d %Y, %I %M %p"/>
<param name="email-from" value="${voicemail_account}@${voicemail_domain}"/> <param name="email-from" value="${voicemail_account}@${voicemail_domain}"/>
</email> </email>
<!--<param name="storage-dir" value="$${storage}"/>--> <!--<param name="storage-dir" value="$${storage_dir}"/>-->
<!--<param name="odbc-dsn" value="dsn:user:pass"/>--> <!--<param name="odbc-dsn" value="dsn:user:pass"/>-->
<!--<param name="record-comment" value="Your Comment"/>--> <!--<param name="record-comment" value="Your Comment"/>-->
<!--<param name="record-title" value="Your Title"/>--> <!--<param name="record-title" value="Your Title"/>-->
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
temp_dir temp_dir
grammar_dir grammar_dir
certs_dir certs_dir
storage storage_dir
cache_dir cache_dir
core_uuid core_uuid
zrtp_enabled zrtp_enabled
......
...@@ -1738,7 +1738,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc ...@@ -1738,7 +1738,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
switch_core_set_variable("temp_dir", SWITCH_GLOBAL_dirs.temp_dir); switch_core_set_variable("temp_dir", SWITCH_GLOBAL_dirs.temp_dir);
switch_core_set_variable("grammar_dir", SWITCH_GLOBAL_dirs.grammar_dir); switch_core_set_variable("grammar_dir", SWITCH_GLOBAL_dirs.grammar_dir);
switch_core_set_variable("certs_dir", SWITCH_GLOBAL_dirs.certs_dir); switch_core_set_variable("certs_dir", SWITCH_GLOBAL_dirs.certs_dir);
switch_core_set_variable("storage", SWITCH_GLOBAL_dirs.storage_dir); switch_core_set_variable("storage_dir", SWITCH_GLOBAL_dirs.storage_dir);
switch_core_set_variable("cache_dir", SWITCH_GLOBAL_dirs.cache_dir); switch_core_set_variable("cache_dir", SWITCH_GLOBAL_dirs.cache_dir);
switch_core_set_serial(); switch_core_set_serial();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论