SayUnixTime()
SayUnixTime([Unixzeit
][,Zeitzone
[,Format
]])
Unixzeit
Zeitzone
/usr/share/zoneinfo/
. Standardwert ist die
Geräteeinstellung.Format
voicemail.conf
. Als Standardformat wird
ABdY 'digits/at' IMp
verwendet.exten => 123,1,SayUnixTime(,,IMp)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'SayUnixTime' =-
[Synopsis]
Says a specified time in a custom format
[Description]
SayUnixTime([unixtime][|[timezone][|format]])
unixtime: time, in seconds since Jan 1, 1970. May be negative.
defaults to now.
timezone: timezone, see /usr/share/zoneinfo for a list.
defaults to machine default.
format: a format the time is to be said in. See voicemail.conf.
defaults to "ABdY 'digits/at' IMp"
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,10 +4,10 @@
Says a specified time in a custom format
[Description]
- SayUnixTime([unixtime][|[timezone][|format]])
- unixtime: time, in seconds since Jan 1, 1970. May be negative.
+ SayUnixTime([unixtime][,[timezone][,format]])
+ unixtime - time, in seconds since Jan 1, 1970. May be negative.
defaults to now.
- timezone: timezone, see /usr/share/zoneinfo for a list.
+ timezone - timezone, see /usr/share/zoneinfo for a list.
defaults to machine default.
- format: a format the time is to be said in. See voicemail.conf.
+ format - a format the time is to be said in. See voicemail.conf.
defaults to "ABdY 'digits/at' IMp"