Subversion Repositories tpanel

Rev

Rev 480 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 480 Rev 481
Line 195... Line 195...
195
        static void setSIPstatus(bool state);
195
        static void setSIPstatus(bool state);
196
        static void setSIPiphone(bool state);
196
        static void setSIPiphone(bool state);
197
        static bool getSIPiphone();
197
        static bool getSIPiphone();
198
 
198
 
199
        // G5 extensions
199
        // G5 extensions
200
        static string getApp(const std::string& id);
200
        static std::string getApp(const std::string& id);
201
 
201
 
202
    private:
202
    private:
203
        static uint logLevelStrToBits(const std::string& level);
203
        static uint logLevelStrToBits(const std::string& level);
204
        static std::string logLevelBitsToString(uint level);
204
        static std::string logLevelBitsToString(uint level);
205
        static std::string sipFirewallToString(SIP_FIREWALL_t fw);
205
        static std::string sipFirewallToString(SIP_FIREWALL_t fw);