You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

Depending on your Platform settings, you may need to insert an access code before the phone number for calls outside the area covered by your VoIP platform (External line prefix, e.g. "0")


  • Save an access code and specify when the phone numbers should be automatically prefixed with the digits. You can choose between:
    • From incoming calls list
    • From network directory
    • Always

From software ... we have added the option to ignore this access code for:

  1. Numbers shorter then the defined number length (Internal numbers)
  2. With exception of specified emergency numbers where access code is required (example: 112 / 911)
Configuration

For now, the Internal number length and emergency numbers can be configured via auto-provisioning. Configuration via the web-interface will come in an next software update.

<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
		<param name="Telephony.0.IntNumberMaxLen" value="3" />    
		<param name="Telephony.0.EmergencyNumbers" value="123" />
    </nvm>
</provisioning>
  • No labels