ExecIfTime()
ExecIf(Uhrzeit
|Wochentag
|Monatstag
|Monat
?Applikation
[,Argumente
])
Applikation
mit den Parametern Argumente
ausgeführt, und deren Ergebnis zurückgeliefert. Die Uhrzeit wird wie bei
include
(siehe „Includes zeitgesteuert“),
GotoIfTime()
(siehe Abschnitt C.67, „GotoIfTime()
“)
oder IFTIME()
(siehe Abschnitt D.51, „IFTIME()
“)
angegeben.Ausdruck
nicht zu, wird die Ausführung mit
der nächsten Priorität fortgesetzt.————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= 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 optional
arguments, if the current time matches the given time specification.
--- in Asterisk 1.2
+++ in Asterisk 1.4
@@ -6,6 +6,4 @@
[Description]
ExecIfTime(<times>|<weekdays>|<mdays>|<months>?appname[|appargs]):
This application will execute the specified dialplan application, with optional
- arguments, if the current time matches the given time specification. Further
- information on the time speicification can be found in examples illustrating
- how to do time-based context includes in the dialplan.
+ arguments, if the current time matches the given time specification.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,6 +4,6 @@
Conditional application execution based on the current time
[Description]
- ExecIfTime(<times>|<weekdays>|<mdays>|<months>?appname[|appargs]):
+ ExecIfTime(<times>,<weekdays>,<mdays>,<months>?appname[(appargs)]):
This application will execute the specified dialplan application, with optional
arguments, if the current time matches the given time specification.