Entfernt dynamisch Warteschlangenmitglieder.
RemoveQueueMember(Schlange
[,Interface
])
Enfernt das spezifizierte Interface dynamisch aus der
Warteschlange. Ist Interface
nicht angegeben, entfernt die
Anwendung das momentan in Verwendung befindliche Interface aus der
Warteschlange.
Ist das Interface nicht in der Warteschlange enthalten und eine Priorität n+101 existiert, wird die Anwendung zu dieser Priorität übergehen. Andernfalls wird sie einen Fehler zurückliefern.
Liefert -1, wenn ein Fehler auftritt, sonst 0.
; SIP/3000 aus der "supportschlange" entfernen: exten => 123,1,RemoveQueueMember(supportschlange,SIP/3000)
Interner Hilfetext zu dieser Applikation in Asterisk 1.4: -= Info about application 'RemoveQueueMember' =- [Synopsis] Dynamically removes queue members [Description] RemoveQueueMember(queuename[|interface[|options]]): Dynamically removes interface to an existing queue If the interface is NOT in the queue and there exists an n+101 priority then it will then jump to this priority. Otherwise it will return an er ror The option string may contain zero or more of the following characters: 'j' -- jump to +101 priority when appropriate. This application sets the following channel variable upon completion: RQMSTATUS The status of the attempt to remove a queue member a s a text string, one of REMOVED | NOTINQUEUE | NOSUCHQUEUE Example: RemoveQueueMember(techsupport|SIP/3000) Differenz zum internen Hilfetext in Asterisk 1.2: - keine - |
Siehe auch. „AddQueueMember()
“, „Queue()
“,
queues.conf