- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
EFK on IP 550 with asterisk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2012 09:14 PM
Hello,
I have search the internet for weeks trying to get soft buttons set up on my phones but I have not had much luck I was hoping that you guys can help.
I have used this code as an example just to try and get a result.
Any help would be appreciated.
I placed this code in /tftpboot/sip.cfg
<feature>
<feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1"></feature.
</feature>
<softkeyoff>
<softkey softkey.feature.newcall="0" softkey.feature.forward="0"/>
</softkeyoff>
<softkey2>
<softkey softkey.1.action="$FDivert$$FSelect$$FSoftKey2$" softkey.1.enable="1" softkey.1.label="Forward" softkey.1.use.idle="1" />
</softkey2>
<softkey3>
<softkey softkey.2.action="8500$Tinvite$$Cwaitconnect$$Cpau
</softkey3>
<divertcontact>
<divert divert.1.contact="8500"/>
</divertcontact>
Re: EFK on IP 550 with asterisk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-17-2012 10:32 PM
Hello eyexer0,
welcome to the Polycom Community.
We usually request all users to provides us with the Software Version that is currently running.
Above FAQ Post clearly states:
Please be aware that limited functionality on certain Platforms may occur if an older Version like SIP 3.2.x or older is used.
and
NOTE: Below has been tested against UCS 3.3.3!
Assuming by the fact that you are still using a sip.cfg I can only advise to check your Admin Guide for:
<feature feature.18.name="enhanced-feature-keys" feature.18.enabled="1"/>
It may be slightely different depending on your SIP Version.
Best Regards
Steffen Baier
Polycom Global Services
The purpose of these forums is to allow community members collaborate and help each other.
Questions posted here do not follow Polycom’s SLA guidelines.
If you require assistance from Polycom technical support, please open a web service request or call us .
Above is necessary in order to track issue internally within Polycom.
Please ensure to always check the VoIP FAQ , PSTN FAQ or RPM FAQ
If you find my post helpful, and it answers your question, please mark it as an "Accepted Solution" and feel free to give me Kudos.
Re: EFK on IP 550 with asterisk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 01:01 PM
Hello Steffen,
I apologize for the lack of information.
I am running the following:
Server: Asterisk 1.8.11.0
Phone: IP 550
Firmware: 3.3.33
So I should add the following line that you provided to my sip.cfg:
<feature feature.18.name="enhanced-feature-keys" feature.18.enabled="1"/>
and then create a file called softkeys.cfg and add the following to it:
<feature>
<feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1"></feature.
</feature>
<softkeyoff>
<softkey softkey.feature.newcall="0" softkey.feature.forward="0"/>
</softkeyoff>
<softkey2>
<softkey softkey.1.action="$FDivert$$FSelect$$FSoftKey2$" softkey.1.enable="1" softkey.1.label="Forward" softkey.1.use.idle="1" />
</softkey2>
<softkey3>
<softkey softkey.2.action="8500$Tinvite$$Cwaitconnect$$Cpau
</softkey3>
<divertcontact>
<divert divert.1.contact="8500"/>
</divertcontact>
Once I have created that I should then edit my (mac).cfg
and set my CONFIG_FILES line to look like this:
CONFIG_FILES="0004f23b631a_reg.cfg, sip.cfg, softkeys.cfg"
Am I headed in the right direciton?
Re: EFK on IP 550 with asterisk
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-18-2012 01:08 PM
Hello,
UCS 3.3.x / UCS 4.x.x will utilize the feature.enhancedFeatureKeys.enabled="1"
SIP 3.2.x or older will utilize something like feature.18.name="enhanced-feature-keys" feature.18.enabled="1"
(depending on the SIP Version -> Check the Admin guide)
I can only suggest to check the Log File on the Provisioning Server if there are any errors.
UCS 4.0.2 Rev B will have enhanced troubleshooting possibilitys.
Best Regards
Steffen Baier
Polycom Global Services
The purpose of these forums is to allow community members collaborate and help each other.
Questions posted here do not follow Polycom’s SLA guidelines.
If you require assistance from Polycom technical support, please open a web service request or call us .
Above is necessary in order to track issue internally within Polycom.
Please ensure to always check the VoIP FAQ , PSTN FAQ or RPM FAQ
If you find my post helpful, and it answers your question, please mark it as an "Accepted Solution" and feel free to give me Kudos.
