mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
add SHORT_DATE_TIME support
This commit is contained in:
parent
6c8eb054ad
commit
f255f65a82
@ -497,6 +497,7 @@ static switch_status_t zh_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 = zh_say_time;
|
||||
break;
|
||||
case SST_IP_ADDRESS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user