Greg - Cirelle Enterprises
2004-Dec-10 06:23 UTC
[Asterisk-Users] BT100 how to pickup a parked call
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 Regards Greg Cirino ___________________________________ Cirelle Enterprises Inc. 603-425-2221 www.cirelle.com Web Application Development & Design www.cirelle.net ProSpeed High Speed Dial-up - 6 Times Faster www.cedata.com Web, FTP, Email Hosting Services www.mlsbot.com NNEREN MLS IDX Services When You Want It Done Well, Just Call Cirelle It's not just a Rhyme... There's a Reason!
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
Greg - Cirelle Enterprises
2004-Dec-10 07:05 UTC
[Asterisk-Users] BT100 how to pickup a parked call
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 ? > >JonYes... 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@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,