Installation guide

Configuring a Polycom DMA for the Acano solution
Acano solution: Deployment Guide R1.2 76-1006-06-K
Page 87
Creating the Dial Rule
In the Polycom DMA:
8. Go to Admin > Call Server > Dial Rules > Add (see right).
9. In the Edit Dial Rule for Authorized Calls page, configure the
following (see below):
a. Description: Acano <Description of pattern>
10. Select Enabled.
11. Select the Acano SIP Peer in the left pane and click the arrow to
move it to the Selected SIP Peers.
12. In the Preliminary page create a string to represent how calls will match this rule (see below).
Consult the DMA Admin Guide for more detail. The example below matches any call that
begins with a 6 and sends it to the Acano solution.
if(!DIAL_STRING.match(/sip:6/))
{
return NEXT_RULE;
}
13. Click OK.