[Asterisk-Users] BT100 how to pickup a parked call

Greg - Cirelle Enterprises gcirino at cirelle.com
Fri Dec 10 07:05:41 MST 2004


At 08:57 AM 12/10/04, you wrote:
>On Friday 10 December 2004 13:23, Greg - Cirelle Enterprises wrote:
> > Does anyone know why the bt100 cannot park and pickup
> > a parked call?
> >
> > attendant announces the call is parked at extension 701
> >
> > but the call cannot be retrieved by any other phone.
> >
> > also, the bt100 constantly rings when the phone is
> > hung up after parking.
> >
> > anyone experienced this?
> >
> > using the basic features.conf
> >
> > [general]
> > parkext => 700                  ; What ext. to dial to park
> > parkpos => 701-709              ; What extensions to park calls on
> > context => parkedcalls          ; Which context parked calls are in
> > parkingtime => 60               ; Number of seconds a call can be parked
> > for
> >
> > pickupexten = *8                ; Configure the pickup extension.  Default
> > is *8
> >
>Have you got 'include => parkedcalls' in the bt100's context ?
>
>Jon


Yes... see below:

extensions.conf

[40852]
exten => 40852,1,SetVar(Ext=40852)
exten => 40852,2,SetVar(Ext3=40853)
exten => 40852,3,SetVar(Ext4=40854)
exten => 40852,4,SetVar(Ext2=40855)
exten => 40852,5,SetVar(ALERT_INFO=Bellcore-r2)
exten => 40852,6,SetMusicOnHold,homeline
exten => 40852,7,NoOp
exten => 40852,8,Dial(SIP/${Ext}&SIP/${Ext2}&SIP/${Ext3}&SIP/${Ext4},15,tTr)
exten => 40852,9,goto(s-${DIALSTATUS},1 )
; go here for no anwer
exten => s-NOANSWER,1,Goto(s-${DIALSTATUS},2)
exten => s-NOANSWER,2,Background(silence/1)
exten => s-NOANSWER,3,Background(chickensmonkeys)
exten => s-NOANSWER,4,Goto(s-${DIALSTATUS},5)
exten => s-NOANSWER,5,Voicemail(${Ext})
exten => s-NOANSWER,6,Goto(${${Ext}.9)
;go here for a busy line
exten => s-BUSY,1,Goto(s-BUSY,2)
exten => s-BUSY,2,Background(silence/1)
exten => s-BUSY,3,Background(chickensmonkeys)
exten => s-BUSY,4,Goto(s-BUSY,5)
exten => s-BUSY,5,Voicemail(${Ext})
exten => s-BUSY,6,Goto(${Ext},9)
;done
exten => 40852,9,Hangup
;this line has access to the following
;outbound access
include => local-trunks
include => toll-free
include => toll-access
include => parkedcalls
include => default

sip.conf

[40852]
type=friend
context=40852
username=40852
fromuser=40852
callerid=BT100 <40852>
secret=secret
host=dynamic
musicclass=line1
mailbox=40852 at default; set to extension so vmail indicator works
canreinvite=no
nat=no
qualify=no
dtmfmode=inband; inband for grandstream and sipura, otherwise problems 
arise with IVRs requiring DMTF tones,





More information about the asterisk-users mailing list