Merge branch 'signalwire:master' into bugfix/fix-ivr-zombie

This commit is contained in:
Alexis Lina 2022-07-20 08:54:04 +02:00 committed by GitHub
commit c801f7ce03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -517,6 +517,7 @@ static switch_status_t de_say(switch_core_session_t *session, char *tosay, switc
case SST_CURRENT_DATE: case SST_CURRENT_DATE:
case SST_CURRENT_TIME: case SST_CURRENT_TIME:
case SST_CURRENT_DATE_TIME: case SST_CURRENT_DATE_TIME:
case SST_SHORT_DATE_TIME:
say_cb = de_say_time; say_cb = de_say_time;
break; break;
case SST_IP_ADDRESS: case SST_IP_ADDRESS: