tab-n-space cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11174 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
43c3ca0418
commit
11ccd43240
|
@ -2860,7 +2860,7 @@ static switch_status_t voicemail_leave_main(switch_core_session_t *session, cons
|
|||
}
|
||||
|
||||
if (*buf != '\0') {
|
||||
greet_key_press:
|
||||
greet_key_press:
|
||||
if (!strcasecmp(buf, profile->main_menu_key)) {
|
||||
voicemail_check_main(session, profile_name, domain_name, id, 0);
|
||||
} else if (!strcasecmp(buf, profile->operator_key) && !switch_strlen_zero(profile->operator_key)) {
|
||||
|
|
Loading…
Reference in New Issue