[Asterisk-Users] Call parking on Polycom IP501

Anthony Rodgers Anthony_Rodgers at dnv.org
Wed Nov 23 13:53:40 MST 2005


Hi Dave,

exten => callpark,1,Dial(SIP/1000) didn't work - invalid extension

exten => callpark,1,Transfer(1000) didn't work - the parker hung up, 
and the stall number announcement was made to the parked caller.

On Nov 22, 2005, at 10:34 PM, David Hindmarsh wrote:

> Hi Guys,
>
> What happened if you just sent the callpark extension to 1000
>
> Regards,
>
> David
>
>  
>
> > -----Original Message-----
> > From: asterisk-users-bounces at lists.digium.com
> > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of
> > Anthony Rodgers
> > Sent: Wednesday, 23 November 2005 08:57
> > To: Asterisk Users Mailing List - Non-Commercial Discussion
> > Subject: [Asterisk-Users] Call parking on Polycom IP501
> >
> > Hi there,
> >
> > Instead of asking a question, I thought I'd post an answer. I
> > got the Polycom IP501 'Park' softkey working with * by doing
> > the following:
> >
> > features.conf:
> >
> > [general]
> > parkext => 1000
> > parkpos => 1001-1009
> > context => parkedcalls
> > parkingtime => 120
> > transferdigittimeout => 3
> > courtesytone = beep
> >
> > Nothing unusual there. Here's the neat bit:
> >
> > extensions.conf:
> >
> > [internal] ; or whatever the relevant context is for you -
> > it's usually wherever your Polycom lives include =>
> > parkedcalls exten =>
> > callpark,1,ParkAndAnnounce(pbx-transfer:PARKED|120|SIP/
> > ${DIALEDPEERNUMBER}|internal,${DIALEDPEERNUMBER},1)
> >
> > By using SIP DEBUG, I discovered that the Polycom attempts to
> > re-invite the call to an extension called callpark. I
> > couldn't get Park() to work (it announces the stall number to
> > the parked caller, instead of the parker, for some reason),
> > but using ParkAndAnnouce puts the parked call on hold, hangs
> > up the parker and then immediately calls them back with an
> > announcement of the stall number.
> >
> > Hope this helps someone out......
> >
> > Regards,
> > --
> > Anthony Rodgers
> > Business Systems Analyst
> > District of North Vancouver
> > Web: http://www.dnv.org
> > RSS Feed: http://www.dnv.org/rss.asp
> >
> > _______________________________________________
> > --Bandwidth and Colocation sponsored by Easynews.com --
> >
> > Asterisk-Users mailing list
> > Asterisk-Users at lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
> > To UNSUBSCRIBE or update options visit:
> >    http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
> > --
> > No virus found in this incoming message.
> > Checked by AVG Free Edition.
> > Version: 7.1.362 / Virus Database: 267.13.5/178 - Release
> > Date: 22/11/2005
>> >
>
> -- 
> No virus found in this outgoing message.
> Checked by AVG Free Edition.
> Version: 7.1.362 / Virus Database: 267.13.5/178 - Release Date: 
> 22/11/2005
>  
>
> _______________________________________________
> --Bandwidth and Colocation sponsored by Easynews.com --
>
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users




More information about the asterisk-users mailing list