Speed Dial

From KlavoWiki
Revision as of 09:21, 22 October 2011 by David (talk | contribs)
Jump to navigationJump to search

To allow for Speed Dialling I have utilised the Reverse Australia database and web site to allow for edits of the data, for one to associate a speed dial entry.

;Speed dial Numbers 4xx
exten => _4XX,1,AGI(speed-dial.php,${EXTEN})
exten => _4XX,2,Goto(internal,${response},1)
exten => _4XX,3,HangUp

You can use any 3 or 4 digit speed dial number. In my example above I have use a 3 digit number starting with 4. As long as the speed dial entries from the Caller Identification WEB site matches the dial plan numbers then all will be good.