• ×
    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 have enabled the integrated Paging functionality using ptt.pageMode.enable, and am able to send and receive pages on all of our phones without issue.

 

The Paging button is available on the IDLE screen, and you can press and hold the softkey, or press it and press the group 1 to send a page.  If you lift the receiver, the phone gives you dialtone and the Paging button goes away.  To page, you either need to initiate the paging function before you lift the handset, or lift the handset and press End Call, then initiate the paging function.

 

I have looked into creating a softkey (efk) called Paging that will show up in the DIALING context, but the Paging function doesn't seem to be available in the Macro.  Is there any way to make the Paging softkey available in the DIALING context?  We have VVX 310, VVX 500, and VVX 600 phones.

 

3 REPLIES 3
HP Recommended

Hi

 

In the phone gui you should be able to export the config to check what the macro for the paging is.  Once you have this you can create a softkey for it:

 

  <feature>
    <feature.enhancedFeatureKeys feature.enhancedFeatureKeys.enabled="1"></feature.enhancedFeatureKeys>
  </feature>

 

  <efk>
    <version efk.version="2" />
    <efklist
        efk.efklist.1.mname="Paging"
        efk.efklist.1.label="Paging"
        efk.efklist.1.status="1"
        efk.efklist.1.action.string="**THE MACRO FOUND IN THE EXPORT ALL**"

      />
    </efk>

  <softkey
     softkey.1.label="Paging"
     softkey.1.action="**THE MACRO FOUND IN THE EXPORT ALL**"
     softkey.1.enable="1"
     softkey.1.precede="1" - this depends if you want the softkey before or after the default keys
     softkey.1.use.idle="1" - this will enable the key in idle mode
     softkey.1.use.alerting="1" - this will enable the softkey when the phone rings
     softkey.1.use.hold="1" - this will enable the softkey when the phone is on a call and on hold
     softkey.1.use.dialtone="1" - this will enable the softkey when off hook

   />

 

Hope this helps

 

Cheers

 

Dave

HP Recommended

Sorry

 

Misread the original post...

 

In order to find out the macro for paging you will need to look at your PBX configuration...

 

It will usually be a star or hash code - for example Broadworks is *50 for Push To Talk

 

So the macro you need to enter will be dependant on your PBX.

 

Hope this helps

 

Cheers

 

Dave

HP Recommended

Hello Eric,

welcome to the Polycom Community.

 

As already outlined by Dave the phone's can be customized using so called EFK's

The community's VoIP => FAQ <= contains this post here:

 

Nov 25, 2011 Question: How can I change the functionality of a softkey button / use EFK?

Resolution: Please check => here <=


The new example 5 show's what you want to archive. You can simply import the attached example configuration.


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
† 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>.