프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BridgeID | string | ||
CallID | string | ||
Direction | SIPEventDialogDirectionEnum | ||
Duration | int | ||
HasBeenSent | bool | ||
ID | string | ||
LocalParticipant | |||
LocalTag | string | ||
RemoteParticipant | |||
RemoteTag | string | ||
State | string | ||
StateCode | int | ||
StateEvent | |||
SwitchboardOwner | string |
메소드 | 설명 | |
---|---|---|
Parse ( System.Xml.Linq.XElement dialogElement ) : |
||
Parse ( string dialogXMLStr ) : |
||
SIPEventDialog ( string id, string state, |
||
SIPEventDialog ( string id, string state, int stateCode, |
||
ToXML ( ) : System.Xml.Linq.XElement |
메소드 | 설명 | |
---|---|---|
SIPEventDialog ( ) : System |
public static Parse ( System.Xml.Linq.XElement dialogElement ) : |
||
dialogElement | System.Xml.Linq.XElement | |
리턴 |
public static Parse ( string dialogXMLStr ) : |
||
dialogXMLStr | string | |
리턴 |
public SIPEventDialog ( string id, string state, |
||
id | string | |
state | string | |
sipDialogue | ||
리턴 | System |
public SIPEventDialog ( string id, string state, int stateCode, |
||
id | string | |
state | string | |
stateCode | int | |
stateEvent | ||
duration | int | |
리턴 | System |
public SIPEventDialogParticipant,SIPSorcery.SIP LocalParticipant | ||
리턴 |
public SIPEventDialogParticipant,SIPSorcery.SIP RemoteParticipant | ||
리턴 |
public SIPEventDialogStateEvent,SIPSorcery.SIP StateEvent | ||
리턴 |