mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-01-25 02:07:54 +00:00
[mod_say_de] Let de_say_time handle short_date_time type
This commit is contained in:
@@ -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_TIME:
|
||||
case SST_CURRENT_DATE_TIME:
|
||||
case SST_SHORT_DATE_TIME:
|
||||
say_cb = de_say_time;
|
||||
break;
|
||||
case SST_IP_ADDRESS:
|
||||
|
||||
Reference in New Issue
Block a user