diff --git a/build/sounds_version.txt b/build/sounds_version.txt index 90a27f9cea..af0b7ddbff 100644 --- a/build/sounds_version.txt +++ b/build/sounds_version.txt @@ -1 +1 @@ -1.0.5 +1.0.6 diff --git a/conf/lang/en/vm/sounds.xml b/conf/lang/en/vm/sounds.xml index a8aa208afe..cf8b3ffeac 100644 --- a/conf/lang/en/vm/sounds.xml +++ b/conf/lang/en/vm/sounds.xml @@ -292,6 +292,11 @@ + + + + + diff --git a/docs/phrase/phrase_en.xml b/docs/phrase/phrase_en.xml index 84c98d9f01..9c12499479 100644 --- a/docs/phrase/phrase_en.xml +++ b/docs/phrase/phrase_en.xml @@ -213,6 +213,7 @@ + diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.c b/src/mod/applications/mod_voicemail/mod_voicemail.c index 151f3aef36..722ad5757d 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.c +++ b/src/mod/applications/mod_voicemail/mod_voicemail.c @@ -1035,8 +1035,7 @@ static switch_status_t create_file(switch_core_session_t *session, vm_profile_t switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "failed to delete file [%s]\n", file_path); } if (switch_channel_ready(channel)) { - /* TODO Rel 1.0 : Add Playback of Prompt , then go back at record_file */ - TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "deleted", NULL, NULL)); + TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "too-small", NULL, NULL)); goto record_file; } else { status = SWITCH_STATUS_FALSE;