• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
We are proud to announce new Poly Studio Series video bars and remote room control with Poly Connect. Read more about the solutions!
HP Recommended
Hi all,
I would like to ask you one question.
If I have two external GK, one is primary and another is secondary.
Is there any chance on DMA  for both external GK set up the same prefix?
For example :
primary GK  - IP address - prefix 5
secondary GK - another Ip address - the same prefix 5
How to configure this in my DMA 7000?
Could you help me with this ?
Any Idea?
1 REPLY 1
HP Recommended

By my mind the next schema should work:

 

1. Define both (primary and secondary) GKs as External Gatekeepers without any prefixes.

2. Define a new Dial Rule with action "Resolve to external gatekeeper" and move this GKs to the "Selected gatekeepers" box

3. (Optional) Define the preliminary script for this rule to filter the dial string like the next one (based on the example from DMA Operations Guide):

 

///////////////////////////////
// FILTER (Inverted)
// Do not match on this rule unless the dial string has prefix 5.
// 1234 --> NEXT_RULE
if (!DIAL_STRING.match(/^5/))
{
return NEXT_RULE;
}

 

Good luck!

 

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