Subversion Repositories tpanel

Rev

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

Rev 208 Rev 233
Line 182... Line 182...
182
        static void setSIPfirewall(SIP_FIREWALL_t fw);
182
        static void setSIPfirewall(SIP_FIREWALL_t fw);
183
        static void setSIPstatus(bool state);
183
        static void setSIPstatus(bool state);
184
        static void setSIPiphone(bool state);
184
        static void setSIPiphone(bool state);
185
        static bool getSIPiphone();
185
        static bool getSIPiphone();
186
 
186
 
187
    protected:
-
 
188
        static bool isTrue(const std::string& boolean);
-
 
189
 
-
 
190
    private:
187
    private:
191
        static uint logLevelStrToBits(const std::string& level);
188
        static uint logLevelStrToBits(const std::string& level);
192
        static std::string logLevelBitsToString(uint level);
189
        static std::string logLevelBitsToString(uint level);
193
        static std::string sipFirewallToString(SIP_FIREWALL_t fw);
190
        static std::string sipFirewallToString(SIP_FIREWALL_t fw);
194
        static SIP_FIREWALL_t sipFirewallStrToEnum(const std::string& str);
191
        static SIP_FIREWALL_t sipFirewallStrToEnum(const std::string& str);