interface SIPpeersEntry {
    ACL: boolean;
    Accoundcode: string;
    AutoComedia: boolean;
    AutoForcerport: boolean;
    ChanObjectType: string;
    Channeltype: string;
    Comedia: boolean;
    Description: string;
    Dynamic: boolean;
    Forcerport: boolean;
    IPaddress: string;
    IPport: number;
    ObjectName: string;
    Online: boolean;
    RealtimeDevice: boolean;
    Status: string;
    TextSupport: boolean;
    Time: number;
    VideoSupport: boolean;
}

Properties

ACL: boolean
Accoundcode: string
AutoComedia: boolean
AutoForcerport: boolean
ChanObjectType: string
Channeltype: string
Comedia: boolean
Description: string
Dynamic: boolean
Forcerport: boolean
IPaddress: string
IPport: number
ObjectName: string
Online: boolean
RealtimeDevice: boolean
Status: string
TextSupport: boolean
Time: number
VideoSupport: boolean