mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-26 00:36:28 +00:00
revert svn r 9613 (MODAPP-133)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9626 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c01e6fe6ee
commit
ff8850245c
@ -1038,7 +1038,7 @@ static switch_status_t create_file(switch_core_session_t *session, vm_profile_t
|
|||||||
TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "too-small", NULL, NULL));
|
TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "too-small", NULL, NULL));
|
||||||
goto record_file;
|
goto record_file;
|
||||||
} else {
|
} else {
|
||||||
status = SWITCH_STATUS_FALSE;
|
status = SWITCH_STATUS_BREAK;
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@ -2689,8 +2689,6 @@ static switch_status_t voicemail_leave_main(switch_core_session_t *session, cons
|
|||||||
} else {
|
} else {
|
||||||
TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "saved", NULL, NULL));
|
TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "saved", NULL, NULL));
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
goto end;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch_channel_get_variables(channel, &vars);
|
switch_channel_get_variables(channel, &vars);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user