C# Class SIPSorcery.SIP.App.SwitchboardHeaders

Mostra file Open project: sipsorcery/sipsorcery

Public Properties

Property Type Description
SwitchboardLineName string
SwitchboardOriginalCallID string
SwitchboardOwner string

Public Methods

Method Description
SwitchboardHeaders ( ) : System
SwitchboardHeaders ( string callID, string callerDescription, string lineName, string owner ) : System

Method Details

SwitchboardHeaders() public method

public SwitchboardHeaders ( ) : System
return System

SwitchboardHeaders() public method

public SwitchboardHeaders ( string callID, string callerDescription, string lineName, string owner ) : System
callID string
callerDescription string
lineName string
owner string
return System

Property Details

SwitchboardLineName public_oe property

public string SwitchboardLineName
return string

SwitchboardOriginalCallID public_oe property

public string SwitchboardOriginalCallID
return string

SwitchboardOwner public_oe property

public string SwitchboardOwner
return string