[asterisk-bugs] [Asterisk 0011444]: after a dialplan reload hints for parked calls are allways in use

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Dec 3 08:34:42 CST 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=11444 
====================================================================== 
Reported By:                fvdb
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   11444
Category:                   PBX/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     feedback
Asterisk Version:            1.4.14  
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             12-03-2007 06:41 CST
Last Modified:              12-03-2007 08:34 CST
====================================================================== 
Summary:                    after a dialplan reload hints for parked calls are
allways in use
Description: 
After a dialplan reload hints for parked calls are allways in use
however if asterisk is restarted, the hints are displayed as "idle"


====================================================================== 

---------------------------------------------------------------------- 
 fvdb - 12-03-07 08:34  
---------------------------------------------------------------------- 
I included the section of the dialplan what is appliable, if you need more,
i'l be happy to upload complete features.conf, extensions.conf......
anything

during the reload there are no parked calles
examples:
CLI>
    -= Registered Asterisk Dial Plan Hints =-
                    706 at parkedcalls         : park:706 at parkedcalls 
State:Idle            Watchers  0
                    705 at parkedcalls         : park:705 at parkedcalls 
State:Idle            Watchers  0
                    704 at parkedcalls         : park:704 at parkedcalls 
State:Idle            Watchers  0
                    703 at parkedcalls         : park:703 at parkedcalls 
State:Idle            Watchers  0
                    702 at parkedcalls         : park:702 at parkedcalls 
State:Idle            Watchers  0
                    701 at parkedcalls         : park:701 at parkedcalls 
State:Idle            Watchers  0
                    300 at prompts             : DS/100               
State:Idle            Watchers  0
                    313 at default             : SIP/313              
State:Unavailable     Watchers  0
                    414 at default             : SIP/414              
State:Idle            Watchers  0
                    227 at default             : SIP/227              
State:Idle            Watchers  0
                    201 at default             : SIP/201              
State:Idle            Watchers  0


after dialplan reload

*CLI>
    -= Registered Asterisk Dial Plan Hints =-
                    706 at parkedcalls         : park:706 at parkedcalls 
State:InUse           Watchers  0
                    705 at parkedcalls         : park:705 at parkedcalls 
State:InUse           Watchers  0
                    704 at parkedcalls         : park:704 at parkedcalls 
State:InUse           Watchers  0
                    703 at parkedcalls         : park:703 at parkedcalls 
State:InUse           Watchers  0
                    702 at parkedcalls         : park:702 at parkedcalls 
State:InUse           Watchers  0
                    701 at parkedcalls         : park:701 at parkedcalls 
State:InUse           Watchers  0
                    300 at prompts             : DS/100               
State:Idle            Watchers  0
                    313 at default             : SIP/313              
State:Unavailable     Watchers  0
                    414 at default             : SIP/414              
State:Idle            Watchers  0
                    227 at default             : SIP/227              
State:Idle            Watchers  0
                    201 at default             : SIP/201              
State:Idle            Watchers  0

just dialplan reload resulted in "inuse"

my dialplan in respect to parked calls
extensions.conf

include => outgoing
include => prompts
include => incoming
include => parkedcalls
include => WrongNumber



[parkedcalls]
exten => 701,hint,park:701 at parkedcalls
exten => 702,hint,park:702 at parkedcalls
exten => 703,hint,park:703 at parkedcalls
exten => 704,hint,park:704 at parkedcalls
exten => 705,hint,park:705 at parkedcalls
exten => 706,hint,park:706 at parkedcalls

exten => 701,1,ParkedCall(701)
exten => 702,1,ParkedCall(702)
exten => 703,1,ParkedCall(703)
exten => 704,1,ParkedCall(704)
exten => 705,1,ParkedCall(705)
exten => 706,1,ParkedCall(706)

features.conf
[general]
parkext => 700                  ; What extension to dial to park
parkpos => 701-706              ; What extensions to park calls on. These
needs to be
                                ; numeric, as Asterisk starts from the
start position
                                ; and increments with one for the next
parked call.
context => parkedcalls          ; Which context parked calls are in
;parkingtime => 45              ; Number of seconds a call can be parked
for
                                ; (default is 45 seconds)
courtesytone = beep             ; Sound file to play to the parked caller
                                ; when someone dials a parked call
                                ; or the Touch Monitor is
activated/deactivated.
parkedplay = both               ; Who to play the courtesy tone to when
picking up a parked call
                                ; one of: parked, caller, both  (default
is caller)
adsipark = yes                  ; if you want ADSI parking announcements
findslot => next                ; Continue to the 'next' free parking
space.
                                ; Defaults to 'first' available
parkedmusicclass=default        ; This is the MOH class to use for the
parked channel
                                ; as long as the class is not set on the
channel directly
                                ; using Set(CHANNEL(musicclass)=whatever)
in the dialplan 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
12-03-07 08:34  fvdb           Note Added: 0074673                          
======================================================================




More information about the asterisk-bugs mailing list