This file is indexed.

/etc/yate/enumroute.conf is in yate-core 5.4.0-1-1ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[general]
; This section sets global variables of the implementation

; priority: int: Priority in Yate's handlers chain
;  This MUST be set to a positive value to enable the module
;priority=0

; prefix: string: Local dial prefix for international numbers
;prefix=00

; minlen: int: Minimum length of a number (prefix removed) to try to resolve
;minlen=8

; domains: string: Comma separated list of domain suffixes to use for ENUM
;domains=e164.arpa,e164.org

; domain: string: Domain to use as suffix for ENUM
;  OBSOLETE - do not use, for backwards compatibility only
;domain=e164.arpa

; backup: string: Secondary domain to use as suffix for ENUM
;  OBSOLETE - do not use, for backwards compatibility only
;backup=e164.org

; timeout: int: Timeout of each resolver attempt in seconds
;timeout=3

; retries: int: Number of retries before giving up
;retries=2

; redirect: bool: Attempt to redirect the incoming call to found address
;redirect=false

; autofork: bool: Create a fallback route from ordered NAPTR records
;autofork=false

; forkstop: string: Regular expression matching the names of the errors
;  that will terminate the entire call, not just one route
;forkstop=busy

; maxcall: int: Milliseconds to call each route when forking the call
;  This parameter is constrained between 2000 and 120000 ms
;maxcall=30000


[protocols]
; Enable or disable individual protocols

; sip: bool: Enable the SIP protocol (E2U+SIP)
;sip=yes

; iax: bool: Enable the IAX2 protocol (E2U+IAX2)
;iax=yes

; h323: bool: Enable the H.323 protocol (E2U+H323)
;h323=yes

; jingle: bool Enable the Jingle protocol (E2U+XMPP)
;jingle=yes

; void: bool: Enable declaring unallocated numbers (E2U+VOID)
;void=yes

; pstn: bool: Enable routes to PSTN gateways (E2U+PSTN)
;pstn=no

; pstn: bool: Enable routes to Voice terminals (E2U+VOICE)
;voice=no

; tel: bool: Enable the TEL rerouting (E2U+TEL)
;tel=no