- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
EFK to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-07-2012 08:52 AM
I have been working through all the information on this board and in other places and have basic efks working, however I can't seem to figure out the syntax to have a softkey automatically add a dialed extension as a conference number.
Basic jist is that I have an extention set up in asterisk that will play a recording. I need to have my staff play this recording to a customer. It works well enough to conference the extension in and it starts playing, but i want to make it easier for my staff.
I have tried the following code but it doesn't do anything:
<softkey3>
<softkey softkey.2.action="!fastreq" softkey.2.enable="1" softkey.2.label="REQS" softkey.2.use.active="1" />
</softkey3>
<efk>
<version efk.version="2" />
<efklist
efk.efklist.4.mname="fastreq"
efk.efklist.4.label="REQS"
efk.efklist.4.status="1"
efk.efklist.4.action.string="$FConferenceCall$*38$
/>
<efkprompt
efk.efkprompt.1.status="1"
efk.efkprompt.1.label="To: "
efk.efkprompt.1.userfeedback="visible"
efk.efkprompt.1.type="numeric"
/>
</efk>
The key shows up when on a call as REQS but when I press it nothing happens and nothing shows up in the log. Any help would be greatly appreciated.
Solved! Go to Solution.
Re: EFK to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-07-2012 02:57 PM
Hello skymarshal,
welcome to the Polycom Community.
I would suggest you check this FAQ post => here <=
I have not really looked at your example in detail as I described it in above post more then well enough but a quick look suggest that you are simply missing the invite and the pause.
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 to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 01:35 PM
At your suggestion I have the following code in there now:
<efk>
<version efk.version="2" />
<efklist
efk.efklist.4.mname="fastreq"
efk.efklist.4.label="REQS"
efk.efklist.4.status="1"
efk.efklist.4.action.string="$FConferenceCall$*38$
/>
<efkprompt
efk.efkprompt.1.status="1"
efk.efkprompt.1.label="To: "
efk.efkprompt.1.userfeedback="visible"
efk.efkprompt.1.type="numeric"
/>
</efk>
This still does absolutely nothing. I have extensively been over the FAQ that you mentioned as well as the administration guide. I have wracked my brain on this for like, 4 hours. Nothing I do can seem to get the conference function to do anything. I press the softbutton on the phone and 0 happens and 0 logs.
This has to be doable? Is there a more extensive book or reference to programing these EFKs?
Re: EFK to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 01:42 PM
Hello,
you have not even posted your Software Version yet so it may just be an incompatibility.
In addition, have you activate:
<feature>
<feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1"></feature. enhancedFeatureKeys>
</feature>
as you have not posted this Information either.
How about copying my code 1x1 and then experimenting with it?
If everything fails work via your Polycom Reseller or Polycom Support directly (PPI may occur)
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 to Auto Conference
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 01:54 PM - edited 04-11-2012 01:56 PM
Sorry, I am using 3.3.0.
I copied your code directly from the FAQ mentioned and it works. I also used similar code to do a blind transfer button and that worked just fine as well.
My polycom reseller is amazon, so that's not going to help. If my only option is to call polycom support then that's what I will do. I just need to know that it's my only option.
Just thought I would come here to try and get some community support, I feel like it's a somewhat hostile environment though....
Edit to add:
YesI have included the below code and in general i can make softkey changes, but conferencing isn't doing what I would expect based on the documentation.
<feature>
<feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1"></feature. enhancedFeatureKeys>
</feature>
Re: EFK to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 02:30 PM
Hi,
nothing hostile here and every other community member is welcome to chip in and answer / help but the community is not a replacement for the Polycom Support process.
I am a Tier 3 Escalation Engineer and do this moderating in my spare time.
Best regards
Steffen Baier
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 to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 03:32 PM
Just for the sake of sanity...
This is what ended up making it work:
<softkey softkey.2.action="$FConference$*38$Tinvite$$FJoin$
IN looking at the UCS 3.3.0 administrators guide, it was a little misleading to me, making me think that the internal function command was "$FConferenceCall$" but it's really "$FConference$" which makes a whole lot more sense.
Thanks for the patience.
Re: EFK to Auto Conference
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-13-2012 12:11 AM
Hello Skymarshal,
just to clarify this as I followed up with our Engineering Team.
The LABEL column in the Admin Guide is the actual EFK Function
The FUNCTION column describes the functionality of the Internal Key Function.
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.
