C.169. Sort()

Sortiert eine Liste von Schlüsseln und Werten.
Sort(Schlüssel1:Wert1[,Schlüssel2:Wert2[,...]])

Wichtig

Sort() ist ab Asterisk 1.4 nicht mehr vorhanden und wurde durch die Funktion SORT() (Abschnitt D.94, „SORT()) ersetzt.
Asterisk-Versionen:
————————| 1.2 |        |     |        |     |
Interner Hilfetext zu dieser Applikation in Asterisk 1.2:
  -= Info about application 'Sort' =-

[Synopsis]
Sorts a list of keywords and values

[Description]
  Sort(newvar=key1:val1[,key2:val2[[...],keyN:valN]]): This application will
sort the list provided in ascending order. The result will be stored in the
specified variable name.
  This application has been deprecated in favor of the SORT function.
Differenz des internen Hilfetexts von Asterisk 1.2 zu 1.4:
— in Asterisk 1.4 nicht vorhanden —