summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDamien Wedhorn <voip@facts.com.au>2013-05-18 23:20:53 +0000
committerDamien Wedhorn <voip@facts.com.au>2013-05-18 23:20:53 +0000
commit01d6e8dbc99d4ca16977cf48bd65e364850fb07d (patch)
tree279908bb15b05f032c7cc199ecd4d7aeeb1867af /configs
parent7316abeb8f4864bbaa0f26a557055d1af8d3a455 (diff)
Add call forward no answer to skinny and cleanup general callfwd handling.
CallforwardNoAnswer uses a sched to determine when to forward the call. Defaults to 20secs but configurable in skinny.conf. Adds dialType to each subchannel structure to be used to differentiate between normal dials that result in a call being placed (default) and other uses for the skinny_dialer (such as cfwd digit collection). Restructured all cfwd handling to use this new arrangement. (closes issue ASTERISK-21292) Reported by: wedhorn Tested by: myself Patches: skinny-callfwdnoans03.diff uploaded by wedhorn (license 5019) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@389097 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/skinny.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
index 9509099a8..0a618ac5b 100644
--- a/configs/skinny.conf.sample
+++ b/configs/skinny.conf.sample
@@ -100,6 +100,7 @@ keepalive=120
; ; (earlyrtp=1) or device generated (earlyrtp=0). default=yes
;transfer=1 ; whether the device is allowed to transfer. default=yes
;context=default ; context to use for this line.
+;callfwdtimeout=20000 ; ms before cfwd_noans occurs (default 20 secs)
;------------------------------- SPECIFIC LINE OPTIONS -----------------------------
;setvar= ; allows for the setting of chanvars.
;-----------------------------------------------------------------------------------