com.github.Baresip com.github.Baresip com.github.Baresip invoke (IN s command, OUT s response);
This DBus interface supports invoking of baresip commands and sends UA Events as DBus signal.
invoke (IN s command,
OUT s response);
Invokes a baresip command which can be a single character command or a long command with appended parameters. Use a blank to separate the command from its parameters! Multiple parameters are often separated by commas. But this depends on the implementation of the command.
IN s command
:The command to be executed with appended parameters.
OUT s response
:The output of the command.
event (s class,
s evtype,
s param);
s class
:The UA event class.
s evtype
:The UA event type.
s param
:The whole event as JSON object including additional parameters.
message (s ua,
s peer,
s ctype,
s body);
s ua
:User-Agent local SIP URI (aor)
s peer
:Peer address URI
s ctype
:Content type ("text/plain")
s body
:SIP message body