Polycom Park Button

Great news! Thanks for the update. If I can find the firmware I'll report back. (any suggestions where to look?)
 
I have single button park working on the Polycoms (and single button Day/Night, BlindXfer, and PageAll).

It requires firmware 3.1.1, and like most issues with the Polycoms it was a complex endeavor to figure it all out, but once I got it working it's pretty easy.

If anyone would like a copy let me know and I'll post what I've got.
 
I have single button park working on the Polycoms (and single button Day/Night, BlindXfer, and PageAll).

It requires firmware 3.1.1, and like most issues with the Polycoms it was a complex endeavor to figure it all out, but once I got it working it's pretty easy.

If anyone would like a copy let me know and I'll post what I've got.


Absolutely post it if you could.

I'm not sure if we have a piaf wiki where people can post configurations for particular phones or not. Perhaps you could post it to the piaf knol page. http://knol.google.com/k/ward-mundy/pbx-in-a-flash/

But post it here, certainly.

dce
 
Lets see if I can get this link to work. You can get at the efkeys.cfg file. Just link this file in into your load path or cut and paste into your extension file. Then reboot your phone.

Also change the line efk.efklist.4.action.string to reflect your PageAll extension. Let me know if you need any help.
 
I have an updated version that would probably work well for most standard PBIF installs. Add this to the end of your sip.cfg file:

Code:
<efk>
        <version efk.version="2" />
        <efklist
                efk.efklist.1.mname="callpark"
                efk.efklist.1.status="1"
                efk.efklist.1.label="Call Park"
                efk.efklist.1.use.active="1"
                efk.efklist.1.action.string="#70"
                efk.efklist.2.mname="blindxfer"
                efk.efklist.2.status="1"
                efk.efklist.2.label="Blind XFer"
                efk.efklist.2.use.active="1"
                efk.efklist.2.action.string="$P1N10$$Trefer$"
                efk.efklist.3.mname="daynight"
                efk.efklist.3.status="1"
                efk.efklist.3.label="Day Night 1"
                efk.efklist.3.use.active="1"
                efk.efklist.3.action.string="*281"
                efk.efklist.4.mname="pageall"
                efk.efklist.4.status="1"
                efk.efklist.4.label="PageAll"
                efk.efklist.4.use.active="1"
                efk.efklist.4.action.string="800"
        />
 
 <efkprompt
                efk.efkprompt.1.status="1"
                efk.efkprompt.1.label="Extension: "
                efk.efkprompt.1.userfeedback="visible"
                efk.efkprompt.1.type="numeric"
                efk.efkprompt.2.status="1"
                efk.efkprompt.2.label="PIN Code: "
                efk.efkprompt.2.userfeedback="masked"
                efk.efkprompt.2.type="numeric"
                efk.efkprompt.3.status="1"
                efk.efkprompt.3.label="Password: "
                efk.efkprompt.3.userfeedback="masked"
                efk.efkprompt.3.type="numeric"
                efk.efkprompt.4.status="1"
                efk.efkprompt.4.label="Conf ID: "
                efk.efkprompt.4.userfeedback="visible"
                efk.efkprompt.4.type="numeric"
                efk.efkprompt.5.status="1"
                efk.efkprompt.5.label="Extension: "
                efk.efkprompt.5.userfeedback="visible"
                efk.efkprompt.5.type="numeric"
        />
</efk>

<softkey
        softkey.feature.newcall="1"
        softkey.feature.endcall="1"
        softkey.feature.split="1"
        softkey.feature.endcall="1"
        softkey.feature.split="1"
        softkey.feature.join="1"
        softkey.feature.forward="1"
        softkey.feature.directories="0"
        softkey.feature.callers="1"
        softkey.feature.mystatus="1"
        softkey.feature.buddies="1"
        softkey.feature.basicCallManagement.redundant="0"
        softkey.1.label="Park"
        softkey.1.action="!callpark"
        softkey.1.enable="1"
        softkey.1.precede="1"
        softkey.1.use.active="1"
        softkey.2.label="Blind X"
        softkey.2.action="!blindxfer"
        softkey.2.enable="1"
        softkey.2.precede="1"
        softkey.2.use.active="1"
        softkey.3.label="DayMode."
        softkey.3.action="!daynight"
        softkey.3.enable="0"
        softkey.3.precede="1"
        softkey.3.use.idle="1"
        softkey.4.label="PageAll"
        softkey.4.action="!pageall"
        softkey.4.enable="1"
        softkey.4.precede="1"
        softkey.4.use.idle="1"
        softkey.4.use.dialtone="1"
/>
 
Two points:

1) on a "stock" PIAF 1.3 install with latest updates to FreePBX call park was "##70" not "#70". I had to change that to get it to work.

2) These lines are duplicated in your softkeys section and the XML is then incorrect (won't parse):

softkey.feature.split="1"
softkey.feature.endcall="1"

Otherwise thanks a bunch!
 
I have found the the best results for call park are with:

efk.efklist.1.action.string="##$Tdtmf$$Cp1$70#$Tdtmf$$Cp3$$Chu$"
 

Members online

No members online now.

Forum statistics

Threads
26,688
Messages
174,412
Members
20,258
Latest member
RandomPerson
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top