Subversion Repositories tpanel

Rev

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

Rev 101 Rev 104
Line 106... Line 106...
106
        static void savePassword3(const std::string& pw);
106
        static void savePassword3(const std::string& pw);
107
        static void savePassword4(const std::string& pw);
107
        static void savePassword4(const std::string& pw);
108
        static void saveSystemSoundFile(const std::string& snd);
108
        static void saveSystemSoundFile(const std::string& snd);
109
        static void saveSystemSoundState(bool state);
109
        static void saveSystemSoundState(bool state);
110
 
110
 
-
 
111
        // SIP management
-
 
112
        static std::string& getSIPproxy();
-
 
113
        static void setSIPproxy(const std::string& address);
-
 
114
        static int getSIPport();
-
 
115
        static void setSIPport(int port);
-
 
116
        static std::string& getSIPstun();
-
 
117
        static void setSIPstun(const std::string& address);
-
 
118
        static std::string& getSIPdomain();
-
 
119
        static void setSIPdomain(const std::string& domain);
-
 
120
        static std::string& getSIPuser();
-
 
121
        static void setSIPuser(const std::string& user);
-
 
122
        static std::string& getSIPpassword();
-
 
123
        static void setSIPpassword(const std::string& pw);
-
 
124
        static bool getSIPstatus();
-
 
125
        static void setSIPstatus(bool state);
-
 
126
 
111
    protected:
127
    protected:
112
        static bool isTrue(const std::string& boolean);
128
        static bool isTrue(const std::string& boolean);
113
 
129
 
114
    private:
130
    private:
115
        static uint logLevelStrToBits(const std::string& level);
131
        static uint logLevelStrToBits(const std::string& level);