Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Panel
titleColor#F85404
titleBGColor#F0F0F0
titleIntroduction

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)

Examples with access code = "0":

NumberFrom incoming calls listFrom network directoryAlwaysIntern number lengthEmergency numbersNumber dialed
1234

Image Added

Image Added

Image Added


















Panel
titleColor#F85404
titleBGColor#F0F0F0
titleConfiguration

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.

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
    <nvm>
		<!-- possible value 0-9 / default 4 / 0 will mean feature disabled -->
		<param name="Telephony.0.IntNumberMaxLen" value="3" />    
		<param name="Telephony.0.EmergencyNumbers" value="123" />
    </nvm>
</provisioning>