28 Call History
28.1 Get-anynodeMessageHistory
Returns the SIP messages of an entry of the call history
Required Permissions
-
API
-
Monitoring Mode Read Access
Request parameters
-
Address
mandatory if Initialize-anynodeAddress has not been used. Location of the frontend service to be reached.
Type: String
-
Port
mandatory if Initialize-anynodePort has not been used. Port of the frontend service to be reached.
Type: Integer
-
APIVersion = 0
This parameter states which version of the request should be used.
Type: Integer
-
string: FilterSystemIdentifier
The identifier of the system from which the SIP messages should be returned.
-
string: ResultFormat
Determines in which format the messages will be returned.
Possible values:
-
pcap
Returns the messages aus pcap data which can be viewed with a pcap viewer.
-
textFlow
Returns textual information showing the signaling flow.
-
textMessages
Returns textual information showing the message details.
-
HTML
Returns a HTML page that displays the signaling flow and message details.
-
details
Returns a JSON array containing detailed information about each message.
-
-
string: FilterSessionIdentifier
The identifier of the session from which the SIP messages should be returned. This is mandatory.