• ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Windows update impacting certain printer icons and names. Microsoft is working on a solution.
    Click here to learn more
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
The HP Community is where owners of HP products, like you, volunteer to help each other find solutions.
HP Recommended

I am trying to program a softkey to allow a user to transfer a caller directly to another users voice mail with no sucess. Can some please assist, my feature code is *125

 

 

     softkey.2.label="XferVM"
     softkey.2.action="$FTransfer$$FDialpad*$$FDialpad1$$FDialpad2$$FDialpad5$”
     softkey.2.enable="1"
     softkey.2.precede="1"
     softkey.2.use.idle=""
     softkey.2.use.active="1"
     softkey.2.use.alerting=""
     softkey.2.use.dialtone=""
     softkey.2.use.proceeding=""
     softkey.2.use.setup=""
     softkey.2.use.hold=""
4 REPLIES 4
HP Recommended

Hello garabed,

welcome to the Polycom Community.

A simply example on how to do this is below:

 

<WEB
	feature.enhancedFeatureKeys.enabled="1"
	softkey.1.action="123$Trefer$"
	softkey.1.enable="1"
	softkey.1.label="Dtrans"
	softkey.1.use.active="1"
	softkey.1.insert="3"
	/>

The above will only display the key Dtrans when a incoming call is answered. Pressing this key will dial 123 and refer the active "held" call to this number.


Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

Polycom Global Services

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

This did not seem to work. Manually I press transfer *125ext transfer. I have tried so many things!!! Here is my latest which puts the call on transfer prompts the user extension and then I cant get any further. I have tried every combination I can think of

 

<efklist efk.efklist.1.mname="callpickup"
efk.efklist.1.status="1"
efk.efklist.1.label="Call Pickup"
efk.efklist.1.action.string="*8"
efk.efklist.2.mname="TransfertoVoice"
efk.efklist.2.status="1"
efk.efklist.2.label="ToVM"
efk.efklist.2.action.string="$FTransfer$^*125$P1N4$$Tinvite$"/>
<efkprompt
        efk.efkprompt.1.status="1"
        efk.efkprompt.1.label="Mail Box: "
        efk.efkprompt.1.userfeedback="visible"
        efk.efkprompt.1.type="numeric"/>
 
<softkey
     softkey.2.label="ToVM"
     softkey.2.action="!TransfertoVoice"
     softkey.2.enable="1"
     softkey.2.precede="1"
     softkey.2.use.idle=""
     softkey.2.use.active="1"
     softkey.2.use.alerting=""
     softkey.2.use.dialtone=""
     softkey.2.use.proceeding=""
     softkey.2.use.setup=""
     softkey.2.use.hold=""

</softkey>


 

HP Recommended

Hello garabed,

I did test and verify my example before replying.


It is always useful to include the currently used software version as issues experienced may already be addressed in a newer release.

This also allows yourself and others to check against current software release notes.

Therefore the Polycom VoIP FAQ contains this post here:

Question: How can I find out my SIP UC Software Version or the BootROM Version of my Phone?
Resolution: Please check here

 

It is also useful to provide the phone model you are using.


Please ensure to provide some feedback if this reply has helped you so other users can profit from your experience.

Best Regards

Steffen Baier

Polycom Global Services

------------------------------------------------
Notice: I am an HP Poly employee but all replies within the community are done as a volunteer outside of my day role. This community forum is not an official HP Poly support resource, thus responses from HP Poly employees, partners, and customers alike are best-effort in attempts to share learned knowledge.
If you need immediate and/or official assistance for former Poly\Plantronics\Polycom please open a service ticket through your support channels
For HP products please check HP Support.

Please also ensure you always check the General VoIP , Video Endpoint , UC Platform (Microsoft) , PSTN
HP Recommended

Thank you, I was able to solve the issue by adding an additional $ string="*123$P1N4$$Trefer$"/>. Thank you for you assistance.

† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.