C# Class SIPSorcery.SIP.App.SwitchboardHeaders

Show 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 property

public string SwitchboardLineName
return string

SwitchboardOriginalCallID public property

public string SwitchboardOriginalCallID
return string

SwitchboardOwner public property

public string SwitchboardOwner
return string