mod_voicemail: fix isten to the msg again option after pressing # to stop info msg (MODAPP-316)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14395 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2009-07-28 01:57:34 +00:00
parent 7d6123ad59
commit 70c12b42f0
1 changed files with 1 additions and 0 deletions

View File

@ -1516,6 +1516,7 @@ static switch_status_t listen_file(switch_core_session_t *session, vm_profile_t
} else if (!strcmp(input, profile->next_msg_key)) {
cbt->move = VM_MOVE_NEXT;
} else if (!strcmp(input, profile->listen_file_key)) {
*cc.buf = '\0';
goto play_file;
} else if (!strcmp(input, profile->callback_key)) {
switch_core_session_execute_exten(session, cbt->cid_number, profile->callback_dialplan, profile->callback_context);