summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDamien Wedhorn <voip@facts.com.au>2013-01-25 05:49:54 +0000
committerDamien Wedhorn <voip@facts.com.au>2013-01-25 05:49:54 +0000
commite9446501c9176b6c05b4a59f88090250b7f04fea (patch)
treecc19c255f6e63f69a52612eb539eae19d5542c00 /configs
parent14a9fb761b9aa543d889af89c75026d41a23c787 (diff)
Add force dial keys to skinny.
Adds a dial softkey when the device is in DAFD. The softkey is greyed (unusable) until a possible dialplan match is entered. Code includes updating transmit_selectsoftkeys to allow the use of a button mask. Also add option to use # or * as a dial now button. Original patch by snuffy cleaned up by myself. Review: https://reviewboard.asterisk.org/r/2277/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380057 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/skinny.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
index d40823ef7..ba8b2d649 100644
--- a/configs/skinny.conf.sample
+++ b/configs/skinny.conf.sample
@@ -38,6 +38,14 @@ keepalive=120
; for framing options
;disallow=
+; The imeddialkey option allows for a key to be used to immediately dial the already
+; entered number. This is useful where the dialplan includes variable length pattern
+; matching. Valid options are '#' and '*'. On devices with soft buttons, a button will
+; be available to immediately dial when a pattern than can be dialed has been entered.
+; Default is unset, that is no immediated dial key (softbutton still exists).
+;
+;immeddialkey='#'
+
; See https://wiki.asterisk.org/wiki/display/AST/IP+Quality+of+Service for a description of these parameters.
;tos=cs3 ; Sets TOS for signaling packets.
;tos_audio=ef ; Sets TOS for RTP audio packets.