add SHORT_DATE_TIME support

This commit is contained in:
Seven Du 2013-08-01 09:50:51 +08:00
parent b472e1c9b7
commit 2543982a4f
1 changed files with 1 additions and 0 deletions

View File

@ -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: