Legt den aktuellen Anruf in der spezifizierten Anrufwarteschlange ab.
Queue(Schlange
[,Optionen
[,URL
[,Ankündigung
[,Timeout
]]]])
Fügt der angegebenen Warteschlange - wie in
queues.conf
definiert - einen eingehenden Anruf
hinzu.
Folgende Optionen sind möglich (auch in Kombination):
t
T
d
h
*
aufzulegen.H
*
aufzulegen.n
r
Außer dass ein Anruf weitergeleitet werden kann, kann er auch geparkt und dann von einem anderen Teilnehmer aufgenommen werden.
Der Parameter Ankündigung
überschreibt die
Standardankündigung, die Warteschlangenagenten vorgespielt wird, bevor sie
den angegebenen Anruf beantworten.
Die optionale URL
wird dem angerufenen Teilnehmer
übersendet, falls dies vom Channel unterstützt wird.
Nach einer angegebenen Zahl von Sekunden, überprüft zwischen
jedem queues.conf
Timeout und Retry-Kreislauf, wird
Timeout
die Queue() zu einem Fehlschlagen zwingen.
Liefert -1 zurück, falls der ursprüngliche Channel aufgelegt wird, oder falls der Anruf durchgestellt wird und einer der Teilnehmer den Anruf beendet. Ist die Warteschlange voll, existiert sie nicht oder hat sie keine Mitglieder, wird 0 zurückgeliefert.
; den Anrufer zur "supportschlange" hinzufügen: exten => 123,1,Answer() exten => 123,n,Queue(supportschlange,t)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'Queue' =- [Synopsis] Queue a call for a call queue [Description] Queue(queuename[|options[|URL][|announceoverride][|timeout][|AGI]): Queues an incoming call in a particular call queue as defined in queues. conf. This application will return to the dialplan if the queue does not exist , or any of the join options cause the caller to not enter the queue. The option string may contain zero or more of the following characters: 'd' -- data-quality (modem) call (minimum delay). 'h' -- allow callee to hang up by hitting *. 'H' -- allow caller to hang up by hitting *. 'n' -- no retries on the timeout; will exit this application and go to the next step. 'i' -- ignore call forward requests from queue members and do noth ing when they are requested. 'r' -- ring instead of playing MOH 't' -- allow the called user transfer the calling user 'T' -- to allow the calling user to transfer the call. 'w' -- allow the called user to write the conversation to disk via Monitor 'W' -- allow the calling user to write the conversation to disk vi a Monitor In addition to transferring the call, a call may be parked and then pi cked up by another user. The optional URL will be sent to the called party if the channel suppo rts it. The optional AGI parameter will setup an AGI script to be executed on the calling party's channel once they are connected to a queue member. The timeout will cause the queue to fail out after a specified number of seconds, checked between each queues.conf 'timeout' and 'retry' cycle. This application sets the following channel variable upon completion: QUEUESTATUS The status of the call as a text string, one of TIMEOUT | FULL | JOINEMPTY | LEAVEEMPTY | JOINUNAVAIL | LEA VEUNAVAIL Differenz zum internen Hilfetext in Asterisk 1.2: 8c8 < Queue(queuename[|options[|URL][|announceoverride][|timeout][|AGI]): --- > Queue(queuename[|options[|URL][|announceoverride][|timeout]]): 17,19c17 < go to the next step. < 'i' -- ignore call forward requests from queue members and do no thing < when they are requested. --- > go to the next step. 29,30d26 < The optional AGI parameter will setup an AGI script to be executed o n the < calling party's channel once they are connected to a queue member. |
Siehe auch. „QueueLog()
“, Kapitel 8, Warteschleifen für Call-Center