mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 15:29:05 +00:00
Move parking lot sample config out from the middle of dynamic features sample config.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275147 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -53,6 +53,17 @@ context => parkedcalls ; Which context parked calls are in (default parking lot
|
|||||||
;atxfercallbackretries = 2 ; Number of times to attempt to send the call back to the transferer.
|
;atxfercallbackretries = 2 ; Number of times to attempt to send the call back to the transferer.
|
||||||
; By default, this is 2.
|
; By default, this is 2.
|
||||||
|
|
||||||
|
;
|
||||||
|
;*** Define another parking lot
|
||||||
|
;
|
||||||
|
; You can set parkinglot with the CHANNEL dialplan function
|
||||||
|
; or by setting 'parkinglot' directly in the channel configuration file.
|
||||||
|
;
|
||||||
|
;[parkinglot_edvina]
|
||||||
|
;context => edvinapark
|
||||||
|
;parkpos => 800-850
|
||||||
|
;findslot => next
|
||||||
|
|
||||||
; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
|
; Note that the DTMF features listed below only work when two channels have answered and are bridged together.
|
||||||
; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
|
; They can not be used while the remote party is ringing or in progress. If you require this feature you can use
|
||||||
; chan_local in combination with Answer to accomplish it.
|
; chan_local in combination with Answer to accomplish it.
|
||||||
@@ -128,16 +139,6 @@ context => parkedcalls ; Which context parked calls are in (default parking lot
|
|||||||
; ;on their channel
|
; ;on their channel
|
||||||
;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
|
;unpauseMonitor => #3,self/callee,UnPauseMonitor ;Allow the callee to unpause monitoring
|
||||||
; ;on their channel
|
; ;on their channel
|
||||||
;
|
|
||||||
;*** Define another parking lot
|
|
||||||
;
|
|
||||||
; You can set parkinglot with the CHANNEL dialplan function
|
|
||||||
; or by setting 'parkinglot' directly in the channel configuration file.
|
|
||||||
;
|
|
||||||
;[parkinglot_edvina]
|
|
||||||
;context => edvinapark
|
|
||||||
;parkpos => 800-850
|
|
||||||
;findslot => next
|
|
||||||
|
|
||||||
; GROUPS
|
; GROUPS
|
||||||
; Groups are groupings of features defined in [applicationmap]
|
; Groups are groupings of features defined in [applicationmap]
|
||||||
|
|||||||
Reference in New Issue
Block a user