Führt eine Applikation unter bestimmten zeitlichen Bedingungen aus.
ExecIf(Uhrzeit
|Wochentag
|Monatstag
|Monat
?Applikation
[,Argumente
])
Ist das angegebene Zeitmuster zutreffend, wird die angegebene
Applikation
mit den Parametern Argumente
ausgeführt, und deren Ergebnis zurückgeliefert. Die Uhrzeit wird wie bei
include
(siehe „Includes zeitgesteuert“),
GotoIfTime()
(siehe „GotoIfTime()
“) oder IFTIME()
(siehe
„IFTIME()
“) angegeben.
Trifft der Ausdruck
nicht zu, wird die Ausführung
mit der nächsten Priorität fortgesetzt.
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'ExecIfTime' =- [Synopsis] Conditional application execution based on the current time [Description] ExecIfTime(<times>|<weekdays>|<mdays>|<months>?appname[|appargs]): This application will execute the specified dialplan application, with o ptional arguments, if the current time matches the given time specification. Differenz zum internen Hilfetext in Asterisk 1.2: 10c10,12 < arguments, if the current time matches the given time specification. --- > arguments, if the current time matches the given time specification. F urther > information on the time speicification can be found in examples illust rating > how to do time-based context includes in the dialplan. |
Siehe auch. „Exec()
“, „ExecIf()
“, „GotoIfTime()
“, „IFTIME()
“