Asterisk config enum.conf
Configuration of ENUM lookups
;
; Sample config for Asterisk
;
[general]
;
; The search list for domains may be customized. Domains are searched
; in the order they are listed here.
;
search => e164.org
search => e164.arpa
See also
- EnumLookup Application
- Asterisk config files
Example
; ENUM Configuration for resolving phone numbers over DNS;
; Sample config for Asterisk
;
[general]
;
; The search list for domains may be customized. Domains are searched
; in the order they are listed here.
;
search => e164.org
search => e164.arpa


Comments
333enum and sipgate.de
Look like their DNS servers are not delegate for their numbers, adding enum1.sipgate.net and enum2.sipgate.net to your config should do the trick.
Andreas