- Source:
Members
(static) AgentLibrary#sipAnswer
Sends a session.accept response to a SIP invite event.
- Source:
(static) AgentLibrary#sipHangUp
Sends session.cancel if connected, or session.bye if not connected to a call
- Source:
(static) AgentLibrary#sipInit
Initializes the SIP library, sets up callback functions
- Source:
(static) AgentLibrary#sipInitAndRegister
Initializes the SIP library, sets up callback functions
Request microphone access, if already registered, call hangup
- Source:
(static) AgentLibrary#sipRegister
Request microphone access, if already registered, call hangup
- Source:
(static) AgentLibrary#sipReject
Sends a session.reject response to a SIP invite event.
- Source:
(static) AgentLibrary#sipSendDTMF
Sends session.dtmf for the tone specified
- Source:
(static) AgentLibrary#sipToggleMute
Toggles call audio on/off
- Source: