blob: 50819ff66d358eab70ad0eff89ebfebf36d547d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
xml.instruct!
xml.tag!('APPLICATION',
'APP_FILE_PATH' => 'sip.ld',
'CONFIG_FILES' => "settings-#{@mac_address}.cfg",
'MISC_FILES' => '',
'LOG_FILE_DIRECTORY' => '',
'OVERRIDES_DIRECTORY' => '',
'CONTACTS_DIRECTORY' => '',
'LICENSE_DIRECTORY' => '',
'USER_PROFILES_DIRECTORY' => '',
'CALL_LISTS_DIRECTORY' => '')
|