Subversion Repositories tpanel

Rev

Rev 385 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 385 Rev 396
Line 1554... Line 1554...
1554
    content += "SystemDoubleBeep=doubleBeep01.wav\n";
1554
    content += "SystemDoubleBeep=doubleBeep01.wav\n";
1555
    content += "SystemRotationFix=" + string(localSettings.systemRotationFix ? "TRUE" : "FALSE") + "\n";
1555
    content += "SystemRotationFix=" + string(localSettings.systemRotationFix ? "TRUE" : "FALSE") + "\n";
1556
    content += "UUID=" + localSettings.uuid + "\n";
1556
    content += "UUID=" + localSettings.uuid + "\n";
1557
    content += "FTPuser=administrator\n";
1557
    content += "FTPuser=administrator\n";
1558
    content += "FTPpassword=password\n";
1558
    content += "FTPpassword=password\n";
1559
    content += "FTPsurface=tpanel.tp4\n";
1559
    content += "FTPsurface=tpanel.TP4\n";
1560
    content += "FTPpassive=true\n";
1560
    content += "FTPpassive=true\n";
1561
    content += "FTPdownloadTime=0\n";
1561
    content += "FTPdownloadTime=0\n";
1562
    content += "SIP_PROXY=" + localSettings.sip_proxy + "\n";
1562
    content += "SIP_PROXY=" + localSettings.sip_proxy + "\n";
1563
    content += "SIP_PORT=" + std::to_string(localSettings.sip_port) + "\n";
1563
    content += "SIP_PORT=" + std::to_string(localSettings.sip_port) + "\n";
1564
    content += "SIP_PORTTLS=" + std::to_string(localSettings.sip_portTLS) + "\n";
1564
    content += "SIP_PORTTLS=" + std::to_string(localSettings.sip_portTLS) + "\n";