D.45. HINT()

HINT(extension[@context][|optionen])
Gibt die einem hint im Dialplan zugeordneten Geräte zurück.
exten => 123,hint,SIP/lisa
exten => 123,1,Dial(SIP/lisa)

exten => 456,1,Verbose(1,Geraet von Nst. 123 ist: ${HINT(123)})
Asterisk-Versionen:
        |     |        |     |        | 1.6 |————————
Interner Hilfetext zu dieser Funktion in Asterisk 1.6:
  -= Info about function 'HINT' =-

[Syntax]
HINT(extension[@context][|options])

[Synopsis]
Get the devices set for a dialplan hint

[Description]
  The HINT function can be used to retrieve the list of devices that are
mapped to a dialplan hint.  For example:
   NoOp(Hint for Extension 1234 is ${HINT(1234)})
Options:
   'n' - Retrieve name on the hint instead of list of devices
Differenz des internen Hilfetexts von Asterisk 1.4 zu 1.6:
— in Asterisk 1.4 nicht vorhanden —