Zeitansage in einem spezifischen Format
SayUnixTime([Unixzeit
][,Zeitzone
[,Format
]])
Sagt die angegebene Zeit unter Berücksichtigung der angegebenen Zeitzone und des vorgegebenen Formats. Die Parameter sind:
Unixzeit
Zeitzone
/usr/share/zoneinfo/
. Standardwert ist die
Geräteeinstellung.Format
voicemail.conf
. Als Standardformat wird
ABdY 'digits/at' IMp
verwendet.Liefert 0 zurück oder -1, wenn aufgelegt wird.
exten => 123,1,SayUnixTime(,,IMp)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= 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" Differenz zum internen Hilfetext in Asterisk 1.2: - keine - |