Hint: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
David (talk | contribs)
Created page with 'The 'hint' priority associates an extension with an Asterisk channel for the purpose of mapping the state of the channel to a state of the extension. It is now possible to speci…'
 
David (talk | contribs)
No edit summary
 
Line 1: Line 1:
The 'hint' priority associates an extension with an Asterisk channel for the purpose of mapping the state of the channel to a state of the extension.
Hint also know/used as BLF (Busy Lamp Field)


It is now possible to specify a pattern match as a hint. Once a phone subscribes to something that matches the pattern a hint will be created using the contents and variables evaluated.
Typically a collection of lights or indicators on a phone that indicate who is talking on other phones connected to the same PBX or Key System. Used by a receptionist or secetary to aid in routing incoming calls.
 
The 'hint' priority associates an extension with an Asterisk channel for the purpose of mapping the state of the channel to a state of the extension. It is now possible to specify a pattern match as a hint. Once a phone subscribes to something that matches the pattern a hint will be created using the contents and variables evaluated.


<pre>
<pre>

Latest revision as of 02:11, 7 October 2010

Hint also know/used as BLF (Busy Lamp Field)

Typically a collection of lights or indicators on a phone that indicate who is talking on other phones connected to the same PBX or Key System. Used by a receptionist or secetary to aid in routing incoming calls.

The 'hint' priority associates an extension with an Asterisk channel for the purpose of mapping the state of the channel to a state of the extension. It is now possible to specify a pattern match as a hint. Once a phone subscribes to something that matches the pattern a hint will be created using the contents and variables evaluated.

exten => _7[56]XX,hint,SIP/${EXTEN}
exten => 701,hint,park:701@parkedcalls

I have not tried this but I'm guessing you could also use wildcard on parked calls as follows.

exten => _7[01]X,hint,park:${EXTEN}@parkedcalls