• ×
    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

Somewhere along the way the config template on the provisiong server lost the dialplan.

We put in the last know good dialplan but it doesnt seem to be working, even though it is getting picked up by the phones and showing up in the local config.

We have ucs 4.0.7 installed, mostly 335's.

 

Last know good config (200 is voicemail,3 digit extensions):

 

 <dialplan
    dialplan.digitmap="[2-9]xxxxxxxxx|[1]xxxxxxxxxx|200|911|0T|[1-8]xx.T|*xxxx|011x.T"
    dialplan.digitmap.timeout="3|3|3|3|3|3|3|3"
    dialplan.1.digitmap=""
    dialplan.1.digitmap.timeout=""
  />

 

I alos tried manually editing the digitmap on my phone to to just the very basic internal extension rule [1-8]xx.T and the phone just seems to be ignoring it.

Any help woiuld be appreciated.

1 ACCEPTED SOLUTION

Accepted Solutions
HP Recommended

Hello Bogdan,

Yes UC Software 4.x.x is the latest.

 

Software Version  Call Server
4.0.X SIP Only
4.1.X LYNC Only


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

View solution in original post

11 REPLIES 11
HP Recommended

Hello Bogdan,

welcome back to the Polycom Community.

I suggest you download and install UC Software 4.0.11 first in order to be on a currently supported release.

 

You can then follow this:

 

Oct 7, 2011 Question: Phone unable to Dial a number when Off Hook or on 2nd Call in a Conference or Digitmap issues

Resolution: Please check => here <=

 

the above contains logging levels you can use to troubleshoot.

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

Hi Steffen, thanks for your quick reply.

I've updated to 4.0.11, changed my dialplan to what was in your article as well as turned the logging on support objects to Event 1.

The phone still does nothing when punching in any numbers, have to hit the dial button.

There is nothing in the logs, it just shows configuration applied successfully.

Below is the config snippet that includes the dialplan and the bit that turns off voicemail notification is working normally.

 

Any ideas where to go next with this?

    <!-- Dial Plan settings-->    
    <dialplan
        dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxT"
        dialplan.digitmap.timeout="3|3|3|3|3|3"
        dialplan.1.digitmap=""
        dialplan.1.digitmap.timeout=""
    />
    
    <se
    se.rt.custom1.name="3CX Auto Answer"
    se.rt.custom1.ringer="default"
    se.rt.custom1.type="answer"
    />
    
    <!-- voIpProt.SIP.alertInfo.2 intentionally not used -->
    <voIpProt.SIP.alertInfo
    voIpProt.SIP.alertInfo.1.class="custom1"
    voIpProt.SIP.alertInfo.1.value="auto-answer"
    />


    <!-- Distingtive Ring Tone & Voice Mail Sound-->    
    <se>
        <se.pat>
            <se.pat.misc>
                <se.pat.misc.messageWaiting>
                    <se.pat.misc.messageWaiting.inst
                        se.pat.misc.messageWaiting.inst.1.value="0"/>
                </se.pat.misc.messageWaiting>
            </se.pat.misc>
        </se.pat>

    </se>
HP Recommended

Hello Bogdan,

Are you dialing on Hook aka no dialtone or of Hook aka dialtone playing?

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

Hi Steffen,

off hook(dialtone) works.

on hook(no dialtone, phone is idle) doesnt work.

HP Recommended

Hello Bogdan,

This is very simple. Dialing on hook is not run through the digitmap.

 

Please add this to your configuration:

 

dialplan.userDial.timeOut="3"

You can manipulate the time.


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

Now im getting the error below:

.cfg: Unknown parameter "dialplan.userdial.timeout" found, ignoring.

 

It should be in the dialplan block, correct?

  

<dialplan
        dialplan.digitmap="[2-9]11|0T|011xxx.T|[0-1][2-9]xxxxxxxxx|[2-9]xxxxxxxxx|[2-9]xxT"
        dialplan.digitmap.timeout="3|3|3|3|3|3"
        dialplan.1.digitmap=""
        dialplan.1.digitmap.timeout=""
        dialplan.userdial.timeout="3"        
    />
HP Recommended

Hello Bogdan,

apologize, I overlooked you where using an older version.

 

You cannot use this parameter.


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

Hi Steffen,

Im not against upgrading firmware if it will work... whats the minimum firmware for these 335's that will support that feature?

HP Recommended

Hello Bogdan,

You cannot upgrade to a version that has this feature. Unfortunately you need to live with this.

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