Share via


ITelephonySession Members

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Creates a TelephonySession object on which calls are established.

The following tables list the members exposed by the ITelephonySession type.

Public Properties

?? Name Description
Bb662219.pubproperty(en-us,office.12).gif CallInfo Gets the DNIS, ANI, and originating number for the call.
Bb662219.pubproperty(en-us,office.12).gif CurrentUICulture Gets or sets Thread.CurrentUICulture for the current thread to this value.
Bb662219.pubproperty(en-us,office.12).gif DtmfRecognizer Gets the session's DtmfRecognizer.
Bb662219.pubproperty(en-us,office.12).gif Id Gets the unique session identifier.
Bb662219.pubproperty(en-us,office.12).gif LoggingManager Gets the session's LoggingManager.
Bb662219.pubproperty(en-us,office.12).gif Recorder Gets the session's Recorder object.
Bb662219.pubproperty(en-us,office.12).gif SpeechRecognizer Gets the session's SpeechRecognizer.
Bb662219.pubproperty(en-us,office.12).gif State Gets the state of the session.
Bb662219.pubproperty(en-us,office.12).gif Synthesizer Gets the session's Synthesizer.

Top

Public Methods

?? Name Description
Bb662219.pubmethod(en-us,office.12).gif AcceptAsync Overloaded. Accepts an incoming telephony session invitation and sends a response to the invitation.
Bb662219.pubmethod(en-us,office.12).gif Close Overloaded. Closes the telephony session.
Bb662219.pubmethod(en-us,office.12).gif CreateSession Creates a telephony session instance for placing an outbound call.
Bb662219.pubmethod(en-us,office.12).gif Decline Overloaded. Declines an incoming session and disconnects the session.
Bb662219.pubmethod(en-us,office.12).gif HoldAsync Places a session on hold.
Bb662219.pubmethod(en-us,office.12).gif OnMediaIdle Registers a method to be called when the session becomes idle.
Bb662219.pubmethod(en-us,office.12).gif OpenAsync Overloaded. Places an outbound call by sending a SIP invite to the called party.
Bb662219.pubmethod(en-us,office.12).gif RedirectMediaAsync Redirects media to a new address and with a new description.
Bb662219.pubmethod(en-us,office.12).gif ResumeAsync Retrieves this session from hold.
Bb662219.pubmethod(en-us,office.12).gif SendMessageAsync Overloaded. Sends a signaling message over the telephony session.
Bb662219.pubmethod(en-us,office.12).gif TransferAsync Overloaded. ??

Top

Public Events

?? Name Description
Bb662219.pubevent(en-us,office.12).gif AcceptCompleted Occurs when the AcceptAsync method is completed and the session is connected.
Bb662219.pubevent(en-us,office.12).gif Alerted Occurs when call progress indication is received when setting up an outbound call.
Bb662219.pubevent(en-us,office.12).gif AnsweringEntityDetected Occurs when call analysis information is available after the remote party answers an outbound call.
Bb662219.pubevent(en-us,office.12).gif Closed Occurs when the session no longer has any remote participants.
Bb662219.pubevent(en-us,office.12).gif Closing Raised when the signaling session has disconnected and the TelephonySession is shutting down.
Bb662219.pubevent(en-us,office.12).gif HoldCompleted Occurs when HoldAsync() completes.
Bb662219.pubevent(en-us,office.12).gif MessageReceived Occurs when a message is received.
Bb662219.pubevent(en-us,office.12).gif OpenCompleted Raised when OpenAsync() completes and the session is now connected.
Bb662219.pubevent(en-us,office.12).gif Redirecting Raised when a SIP redirect (302) is received.
Bb662219.pubevent(en-us,office.12).gif RedirectMediaCompleted Occurs when RedirectMediaAsync() completes.
Bb662219.pubevent(en-us,office.12).gif RedirectMediaRequested Occurs when a media redirect is requested by the remote end.
Bb662219.pubevent(en-us,office.12).gif ResumeCompleted Occurs when ResumeAsync() completes.
Bb662219.pubevent(en-us,office.12).gif SendMessageCompleted Occurs when SendMessageAsync() completes.
Bb662219.pubevent(en-us,office.12).gif ToneDetected Occurs when a tone is detected.
Bb662219.pubevent(en-us,office.12).gif TransferCompleted Occurs when TransferAsync() completes.

Top

See Also

Reference

ITelephonySession Interface
Microsoft.SpeechServer Namespace