Below are 3 examples of custom softkey buttons. Consult the polycom administrators guide for more explanations of each setting and what can be set on a macro action.
The efk version number must always be declared. I also start out by disabling the MyStat button on the polycom phone since the enhanced presence does not work with asterisk anyway.softkey.feature.mystatus="0"
Additional softkeys can be disabled. Here is a list of the feature names to be defined in softkey.feature.NAME format:
efk.version="2"
- basicCallManagement.redundant
- buddies
- callers
- directories
- endcall
- forward
- join
- mystatus
- newcall
- split
Normally I group all the settings together, ie all the efklists together and all the softkeys together. However, for this illustration, I am going to group things by the function so it can be more easily understood.
This is an example of sending the pickup code (defined here as *8) used by features.conf:efk.efklist.1.mname="callpickup"
The pickup softkey is set to display when the phone is either in the idle state or a line is on hold.
efk.efklist.1.status="1"
efk.efklist.1.label="Call Pickup"
efk.efklist.1.action.string="*8"
softkey.1.label="Pickup"
softkey.1.action="!callpickup"
softkey.1.enable="1"
softkey.1.precede="0"
softkey.1.use.idle="1"
softkey.1.use.hold="1"
This is an example of sending the #9 call recording sequence defined in features.conf:efk.efklist.2.mname="callrecord"
The recording softkey is set to appear only on an active call.
efk.efklist.2.status="1"
efk.efklist.2.label="Call Recording"
efk.efklist.2.action.string="#9"
softkey.2.label="Record"
softkey.2.action="!callrecord"
softkey.2.enable="1"
softkey.2.precede="0"
softkey.2.use.active="1"
This is an example of directed call pickup. It is more complex than the other two in that it prompts the user to input additional information prior to sending a string of data. For this we need a prompt menu(efkprompt) defined:efk.efklist.3.mname="dircallpickup"
The directed call soft key is set to appear when the phone is either in the idle state of on hold.
efk.efklist.3.status="1"
efk.efklist.3.label="Directed Call Pickup"
efk.efklist.3.action.string="*8$P1N4$"
efk.efkprompt.1.status="1"
efk.efkprompt.1.label="Extension: "
efk.efkprompt.1.userfeedback="visible"
efk.efkprompt.1.type="numeric"
softkey.3.label="DirPckUp"
softkey.3.action="!dircallpickup"
softkey.3.enable="1"
softkey.3.precede="0"
softkey.3.use.hold="1"
softkey.3.use.idle="1"
Possible states that can be defined using the softkey.N.use.STATE format include:
- active
- alerting
- dialtone
- hold
- idle
- proceeding
- setup
olekass: asterisk doesnt
olekass: asterisk doesnt keep track of things like 'out to lunch' etc. isymphony uses their browser to track those things, but only within isymphony. Iam not sure if its a sip message or something else that polycom is using for those stats.
Polycom Presence on Asterisk
eeman,
Is it true that the polycom phones cannot show when an incoming call is ringing to an extension? Without some type of flashing BLF during an extension ringing, how would one know to make a directed pickup?
It seems that my blf key on the Polycom Attendant Console shows either "in use", "idle" or "disconnected" No presence condition for "ringing" or "alerting"? WHat am I missing and is there a workaround?
Thanks
Harold
On a similar subject
Is there a way to put a blf or speedial on a PARTICULAR key? I have sidecars and would like to leave some blank keys between the "line" keys and the "blf" keys but the only way I have come up with is to add "blank" name contacts with different "ct" fields. Even this shows that funny looking "speeddial" on the blank line.
Thanks
harold
do you have all of
do you have all of these?
allowsubscribe=yes
notifyhold=yes
notifyringing=yes
limitonpeer=yes
I sure do. In the general
I sure do. In the general section of SIP.conf. When a call comes to a phone that the polycom is subscribed to, the polycom registers as "in use" rather than flashing as in "ringing"
I am on Ast 1.6.1.0
Absolutely. I even see the
Absolutely. I even see the notification message go by on the Asterisk Console. It says changing state to "ringing"
The problem is that the polycom displays this as "in use" meaning steady lamp on and in use symbol rather than a "ringing" or flashing lamp and some other sympol in the LCD display so you cannot differentiate a ringing phone from an in use phone. If you cannot differentiate these 2 conditions, how can you know when and where to make a directed pickup?
naive question
What would be the difference between call pickup and directed call pickup
Is it that call pick up is picking up any call that ring and directed is only from a specific extension while it rings
I don't currently have the environment to figure it out while I have a customer who want to have some thing like directed call pickup as I mentioned I want to know if that a solution for him
does any one have written the softkey code for call parking while incall,
Call pickup will pick up any
Call pickup will pick up any call offered to a phone whose assigned callgroup matches your pickup group. In MTE only tenantID's 1-63 can even use this feature. Directed call pickup is a means of saying 'pick up the call that is ringing extension 101' by dialing some pattern like *8101 to indicate which extension to pickup.
does any anyone have efk
does any anyone have efk code for call park for MTE while in call (transfer to 700)
thanks
BLF not showing ringing... not blinking
Hi hbondy
did you manage to get the blf's to blink.
I'm having the same issue.
I have a polycom 650 with 2 expansion modules, the phones are running SIP 3.2.2 that should support enhanced BLF (that should blink).
Doing a "show hints" I can see "ringing" but the phone show it as busy (steady light)
Does anyone had the same issue, I'm driving crazy with this one.
Thanks in advance for everyone.
polycom is it possible to
polycom
is it possible to make a efk "join" to join a conference while the third party is still ringing (before the 3rd party answers the call)
as long as it is in the ring state the only button there is, is "end call" is it possible to fool polycom as soon as it a call starts ringing it should seem as if it is answered
i have a customer that is all day on the road and his secretory is dialing for him the numbers and she stays on the call muted to take notes of each call and of course he don't want his clients to know that so he wants to be conferenced in before the phone is answered
so call him first, then call
so call him first, then call the 3rd party and hit conf right away
you could also play with dynamic conference rooms in isymphony and use something like that to drag the call into the conference room. Its also pretty common for excutives to have their administrative assistants making their calls 'Yes, Mr. Smith? I'm calling on behalf of Jerome Butler, with Whon, Settler and Butler; your lawfirm? Yes, I will go ahead and connect you now.' As far as he is concerned it was a transfer call.
polycom doesn't let hit
polycom doesn't let hit conference while in ringing state
so in theory there are to options not sure if it is possible
1 to create a efk "join"for ringing state
2 to fool polycom that it want out of the ringing state already even it is still ringing (for 1 tenant only)
i know it is a stretch
I just spoke to iSymphony
I just spoke to iSymphony they are currently not supporting conference invite for a external number
Any toughts
Does anyone know: is it
Does anyone know: is it possible to use speed dial keys for entering number in the example with call pickup above:
efk.efklist.3.mname="dircallpickup"
efk.efklist.3.status="1"
efk.efklist.3.label="Directed Call Pickup"
efk.efklist.3.action.string="*8$P1N4$"
efk.efkprompt.1.status="1"
efk.efkprompt.1.label="Extension: "
efk.efkprompt.1.userfeedback="visible"
efk.efkprompt.1.type="numeric"
softkey.3.label="DirPckUp"
softkey.3.action="!dircallpickup"
softkey.3.enable="1"
softkey.3.precede="0"
softkey.3.use.hold="1"
softkey.3.use.idle="1"
i.e. after pressing "Directed Call Pickup" phone asks me an extension. If I press speed dial button which is pointed to the number, which I would like to pick up, it creates a new call instead of passing digits to existing channel. Is it possible to change this behavior? During a transfer it works perfectly, but in this case it doesn't.
not like that. you need to
not like that. you need to use new firmware on a new generation phone using the new method of attendant registration. Ringing state will blink green. during this state pressing the linekey will pick up that call. No softkey necessary.
Is it possible for Polycom
Is it possible for Polycom SoundPoint 650? I have tried to use latest firmware 3.3.1 but it seems it doesn't understand thirdlane's config. I didn't have time to dig into it and downgrade to version 3.2.4 which is work ok. Does 3.3.1 allows me do things you mentioned above or I need another phone? Does SP 650 belong to new generation phones?
3.2.x is fine, use the
3.2.x is fine, use the thirdlane config to add BLF keys and wipe out the buddy list. then you'll see how it works.
Have faced an issue with
Have faced an issue with intercom and speed dial :( The problem similar to the issue above: want to page extension and use speed dial button for this. I've create button "intercom" which could dial *78. and ask an extension for paging (via thirdlane's script). I would like to use speed dial to point this extension, but when I press speed, it creates new call. I just need to prepend some digits in front of the extension, which is on the speed dial. I don't want to create 2 speed buttons: one for regular call and one for paging. Feel that solution should be easy, but can't find it. Please, advice.
you're going to want to open
you're going to want to open a ticket with polycom to even see if what you want to do is even possible. To speek with polycom they generally require you to go through your reseller, and they usually require you to have an extended maintenance contract on one of your phones (they will ask for that MAC). The only feature I know of that works that way is the transfer softkey.
Oh, my god, so complicated.
Oh, my god, so complicated. But it is base feature, don't you think so? If you are a receptionist who process 10-20 calls per minute you will fight for every key pressing. And it's a problem not only with intercom. To example, you may want to send a call to voicemail, not directly on extension. In this case the same - I need to prepend the speed dial number with some digits. And these polycoms are not so cheap, actually. Thanks for advice. Will try to ask them about it.
Oh Polycom Gods; I've
Oh Polycom Gods;
I've spent countless hours trying to to something that should be very simple. I have some IP500's and I'm trying to program SoftKey3, SoftKey4, and the Transfer (hard) key without success. I thought that I should be able to do something like this in sip.cfg:
keys key.scrolling.timeout="1" key.IP_500.37.function.prim="*2" key.IP_500.25.function.prim="*8"
Where 37 is the key for the Transfer button, and 25 is the SoftKey3 button. Clearly I am missing something (along with not being able to label the soft key). I am eternally in the forums debt for any help at all.
Regards;
Frank
2 things.. you never ever
2 things..
you never ever alter sip.cfg directly
neither the IP500 or the IP501 support this version of firmware to perform this configuration.
Ok. I hear what you're saying
Ok. I hear what you're saying about not editing sip.cfg. But seriously, I can't add a simple key for call pickup (*8)? That completely blows. I know the 500's are old phones, but I was hoping to be able to do something. Its not like I'm asking the phones to do something state of the art.
Thanks;
Frank
the 500's wont support
the 500's wont support firmware beyond sip 2.1.2
the 501's stopped at sip 3.1.3
those features you are looking for only work on phones that have the silver and black color scheme in software 3.2.x
Well, I certainly appreciate
Well, I certainly appreciate your input as always. Whats a decent and cost-effective Polycom phone that I should be looking at? I was able to make enough progress with this to (maybe) satisfy the freakin' customer from hell. What I did was program some of the hard keys as speeddial keys. If anyone gives a crap about this (I know I don't anymore) you can add speeddial entries in MAC-directory.xml. Instead of a phone number for the speeddial, I just added something like '*8'. For the first name, I just called it "Pickup". Then I set a hard key like so:
key.IP_500.31.function.prim="SpeedDial" key.IP_500.31.subPoint.prim="1"
where 31 is the key ID and the second entry says map the 1st speeddial entry to the key. Not rocket science, but it works.
Thanks again for your help.
FSD
one new feature they added in
one new feature they added in the 3.2.x firmware was the ability to have enhanced monitoring of a buddy. So for example, lets say you had a IP650 with the expansion modules and you were to use the new BLF template bundled with thirdlane you could populate the expansion module from thirdlane provisioning and it would add the following to your macaddr-registration.cfg :
attendant.reg="${BUTTON}"
attendant.resourceList.${BUTTON}.address="sip:${BLF_TARGET}@${SERVER}"
attendant.resourceList.${BUTTON}.label="${BLF_LABEL}"
this adds the information that causes it to blink green when that phone is in the ringing state. Paired with this existing entry in polycom_local:call.directedCallPickupMethod="legacy"
call.directedCallPickupString="*8"
when you press a button of an extension blinking green it will send *8+extension# to the PBX. If your directed call pickup has a pattern like _*8X. then it will execute that directed call pickup command.
This makes for a very cool pickup feature. You could even do something similar on a IP550 or IP450 where you use 1 less line key for the extensions and have the spare line key watch a single extension. That application is best suited for an administrative assistant who needs to watch and retrieve calls for her boss as they come in.
I have even improved the directed call pickup using the new PickupChan feature of 1.6.2 and 1.8. Instead of relying on dialplan to set a PICKUPMARK I simply use PickupChan to fetch the sip device in the ringing state. This fixes the issue with huntlists and queues since they didnt set a PICKUPMARK variable.
Sweet - the call pickup is on my too long to do list. Now I can just copy paste and save the hacking for something else :-)
The example with the prompt is interesting. I would like to replace the phone forwarding features with keys for activating forward on the server. I guess that there need to be brewed a few new server scripts to do that. But maybe this would be a job for the micro browser (easy to view status).
Any idea why enhanced presence doesn't work under asterisk? Is it asterisk or should I harrass Polycom to get this working? Or maybe just remove it form my to do list
/Ole