Parkt den aktuellen Anruf.
Park(Extension
)
Parkt den aktuellen Anruf (typischerweise in Kombination mit
einer beaufsichtigten Übertragung, um die „Parkplatznummer“
zu bestimmen). Diese Anwendung ist intern stets registriert und muss nicht
explizit im Wählplan eingefügt werden, jedoch müssen Sie den
parkedcalls
-Context mit der Zeile include =>
parkedcalls
einbinden. Die Parkkonfiguration wird in
features.conf
vorgenommen.
; den Anruf auf 701 parken: include => parkedcalls exten => 123,1,Answer() exten => 123,n,Park(701)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'Park' =- [Synopsis] Park yourself [Description] Park():Used to park yourself (typically in combination with a supervised transfer to know the parking space). This application is always registered internally and does not need to be explicitly added into the dialplan, although you should include the 'parkedcalls' context (or the context specified in features.conf). If you set the PARKINGEXTEN variable to an extension in your parking context, park() will park the call on that extension, unless it already exists. In that case, execution will continue at next priority. Differenz zum internen Hilfetext in Asterisk 1.2: 12,17c12 < context (or the context specified in features.conf). < < If you set the PARKINGEXTEN variable to an extension in your < parking context, park() will park the call on that extension, unless < it already exists. In that case, execution will continue at next < priority. --- > context. |
Siehe auch. „ParkAndAnnounce()
“, „ParkedCall()
“