Description

ENUM means that a conventional E.164 number (normal phone number) is mapped to a SIP URI so that a pure IP call can be started instead of an IP/PSTN call. To use ENUM lookup not only this option has to be enabled, but also below options Countrycode and Areacode have to be setup properly before. Both options are used to build the above Dial Plan String which is mandatory to make the ENUM lookup work.

Part of the dialplan in order to set up ENUM support. "ENUM 49 2871" means the phone resides in the country code 49 and area code 2871 and is setup to use ENUM lookup.

Web User Interface

...


Phone User Interface

N/A


Auto-provisioning

ParameterValid value
<user_dp_exp perm="PERMISSIONFLAGS">VALIDVALUE</user_dp_exp>"ENUM 49 30" where
ENUM = enables ENUM lookups
49 = The country code for ENUM lookup (e.g., 49 for Germany)
2871 = The area code for ENUM lookup (e.g., 2871 for Bocholt)