PhoneToolMX/PolyProv/Views/Config/Init.cshtml
snow flurry eff2dda7a4 Add PolyProv
Dynamic configuration for Polycom (VVX?) phones.
2023-10-20 12:58:23 -07:00

13 lines
458 B
Plaintext

@model PhoneToolMX.Models.Phone
@{
Layout = null;
}
<?xml version="1.0" standalone="yes"?>
<!-- $Revision: 1.14 $ $Date: 2005/07/27 18:43:30 $ -->
<APPLICATION
APP_FILE_PATH="sip.ld"
CONFIG_FILES="@Model.MacAddress.ToString().ToLower().Replace(":", "")-user.cfg, @Model.MacAddress.ToString().ToLower().Replace(":", "")-sip.cfg, polyconf.cfg"
MISC_FILES=""
LOG_FILE_DIRECTORY="logs/"
OVERRIDES_DIRECTORY=""
CONTACTS_DIRECTORY=""/>