mirror of
https://github.com/asterisk/asterisk.git
synced 2026-05-04 04:16:54 +00:00
Fixed call parking, added separate paramater to allow/disallow call parking on
Zaptel interfaces (canpark=yes/no in zapata.conf), added urlbase paramater to Monitor so that a url can optionally be included in CDR (user field), cleaned up a couple of minor things git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -193,9 +193,15 @@ callwaitingcallerid=yes
|
||||
threewaycalling=yes
|
||||
;
|
||||
; Support flash-hook call transfer (requires three way calling)
|
||||
; Also enables call parking (overrides the 'canpark' parameter)
|
||||
;
|
||||
transfer=yes
|
||||
;
|
||||
; Allow call parking
|
||||
; ('canpark=no' is overridden by 'transfer=yes')
|
||||
;
|
||||
canpark=yes
|
||||
;
|
||||
; Support call forward variable
|
||||
;
|
||||
cancallforward=yes
|
||||
|
||||
Reference in New Issue
Block a user