ParkedCall()
ParkedCall(Extension
)
Extension
identifizierten Parkplatz geparkt ist. Diese
Anwendung ist intern ständig registriert und muss daher dem Wählplan nicht
explizit hinzugefügt werden. Sie sollten jedoch den
parkedcalls
-Context einbinden.; den Anruf auf "Parkplatz" 701 wiederaufnehmen: exten => 123,1,Answer() exten => 123,n,ParkedCall(701)
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'ParkedCall' =-
[Synopsis]
Answer a parked call
[Description]
ParkedCall(exten):Used to connect to a parked call. This application is always
registered internally and does not need to be explicitly added
into the dialplan, although you should include the 'parkedcalls'
context.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,7 +4,8 @@
Answer a parked call
[Description]
- ParkedCall(exten):Used to connect to a parked call. This application is always
+ ParkedCall(exten): Used to connect to a parked call. This application is always
registered internally and does not need to be explicitly added
into the dialplan, although you should include the 'parkedcalls'
- context.
+ context. If no extension is provided, then the first available
+ parked call will be acquired.