[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 ; domain: string: Domain to use as suffix for ENUM ;domain=e164.arpa ; backup: string: Secondary domain to use as suffix for ENUM ;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 [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 ; void: bool: Enable declaring unallocated numbers (E2U+VOID) ;void=yes ; tel: bool: Enable the TEL rerouting (E2U+TEL) ;tel=no