mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
add SHORT_DATE_TIME support
This commit is contained in:
parent
b472e1c9b7
commit
2543982a4f
@ -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