Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
a61e4ab8
提交
a61e4ab8
authored
1月 27, 2012
作者:
Michael S Collins
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Preliminary work for adding verification of vm password change
上级
3a71f862
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
1 行删除
+12
-1
sounds.xml
conf/lang/en/vm/sounds.xml
+8
-0
phrase_en.xml
docs/phrase/phrase_en.xml
+2
-1
mod_voicemail.c
src/mod/applications/mod_voicemail/mod_voicemail.c
+2
-0
没有找到文件。
conf/lang/en/vm/sounds.xml
浏览文件 @
a61e4ab8
...
...
@@ -25,6 +25,14 @@
</input>
</macro>
<macro
name=
"voicemail_change_pass_success"
>
<input
pattern=
"(.*)"
>
<match>
<action
function=
"play-file"
data=
"ivr/ivr-Thank_you.wav"
/>
</match>
</input>
</macro>
<macro
name=
"voicemail_hello"
>
<input
pattern=
"(.*)"
>
<match>
...
...
docs/phrase/phrase_en.xml
浏览文件 @
a61e4ab8
...
...
@@ -313,7 +313,6 @@
<prompt
phrase=
"Send this caller to voicemail"
filename=
"ivr-send_to_voicemail.wav"
/>
<prompt
phrase=
"To speak to a customer service representative"
filename=
"ivr-speak_to_a_customer_service_representative.wav"
/>
<prompt
phrase=
"Take a message"
filename=
"ivr-take_a_message.wav"
/>
<prompt
phrase=
"Thank you"
filename=
"ivr-thank_you.wav"
/>
<prompt
phrase=
"That was an invalid entry"
filename=
"ivr-that_was_an_invalid_entry.wav"
/>
<prompt
phrase=
"This is a call from"
filename=
"ivr-this_is_a_call_from.wav"
/>
<prompt
phrase=
"This IVR will let you test some of the features..."
filename=
"ivr-this_ivr_will_let_you_test_features.wav"
/>
...
...
@@ -508,6 +507,8 @@
<prompt
phrase=
"...other person in this conference."
filename=
"conf-other_person_conference.wav"
/>
<prompt
phrase=
"...other member in this conference."
filename=
"conf-other_member_conference.wav"
/>
<prompt
phrase=
"There is..."
filename=
"ivr-there_is.wav"
/>
<prompt
phrase=
"That number is on the Do Not Call list."
filename=
"ivr-do_not_call_list.wav"
/>
<prompt
phrase=
"The call attempt has been aborted."
filename=
"ivr-call_attempt_aborted.wav"
/>
<prompt
phrase=
""
filename=
""
/>
</ivr>
<misc>
...
...
src/mod/applications/mod_voicemail/mod_voicemail.c
浏览文件 @
a61e4ab8
...
...
@@ -989,6 +989,7 @@ typedef enum {
#define VM_ENTER_ID_MACRO "voicemail_enter_id"
#define VM_ENTER_PASS_MACRO "voicemail_enter_pass"
#define VM_FAIL_AUTH_MACRO "voicemail_fail_auth"
#define VM_CHANGE_PASS_SUCCESS_MACRO "voicemail_change_pass_success"
#define VM_ABORT_MACRO "voicemail_abort"
#define VM_HELLO_MACRO "voicemail_hello"
#define VM_GOODBYE_MACRO "voicemail_goodbye"
...
...
@@ -2201,6 +2202,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p
switch_safe_free
(
file_path
);
switch_safe_free
(
sql
);
ok
=
1
;
/* add feedback for user - let him/her know that password change was successful */
}
switch_event_destroy
(
&
params
);
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论