You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 24 Next »

There are several kind of logs on PrivateServer:

  1. SIP activity logs
  2. Registered Accounts
  3. Web Authorization accesses
  4. Call Detailed Records

Each one is suitable to monitor a different part of the service.

4.0.1 SIP activity logs

The SIP Sessions page show the activities each Account did with the server. 

figure 1. List of SIP Session Activities

To get this list just click on the SIP Sessions entry in the main menu. The activities are listed by date and they give you a detailed overview of the SIP status for each one. These logs are very useful for debugging the networking issues on the client side.

In figure 1. List of SIP Session Activities you can read that a NETWORK_ERROR has caused the DISCONNECT event for one user.

The Event column lists the SIP events:

  • CONNECT: PrivateGSM client opened a connection to PrivateServer. This usually means the client has been activated
  • REGISTER: The Account has been correctly registered and is now on line
  • UNREGISTER: The Account has been correctly unregistered and is now off line
  • DISCONNECT: PrivateGSM client closed the connection. This usually means the client has been stopped.
Each one has its Details column which explains the exact message provided by the PrivateServer.
CONNECT/DISCONNECT event are bound to a remote address, not directly related to a specific VoIP account. A periodic background task analyses the SIP session logs and, when possible, reconcile them binding these events to a specific account. 
Reconciliation is very useful while debugging SIP session for a specific user: clicking on username field will show a filtered list of SIP session events.

4.0.2 Registered Accounts

If you want a full list of all the Accounts who are on line, then you click on the Registered Accounts entry in the main menu.

figure 2. Registered Account list

 The list shows all the user actually on line and thus reachable on your PrivateServer. To read more detail about each user just click on its Id.

4.0.3 Web Authorization accesses

You can have a full view of all the access made to the management console.

Just click on the Web Sessions entry in the main menu and you get a list as in figure above. It shows up the detail about the user (principal), the IP address used to connect, the date of each authentication and the outcome (Event Type).

4.0.4 Call Detailed Records

NEW FEATURE

In this version the CDR has been completely rearrange to better show the valuable informations

Despite its name the CDR is a debugging and quality assurance facility. It saves all the calls status, meaning it is very useful to understand is something is going wrong with you Secure Call Service.

To access the CDR you must click on the Call Detailed Record in the main menu. You'll get the "Cdr List" page which includes all the calls recorded. 

Figure 1. Call Detailed Record List

If the table is empty, please place a phone call between the two SIp Accounts. Then come back on this page and check that the call has been correctly registered. The shown fields are:

  • Call Date: when the call has been placed
  • Caller Number: The virtual phone number used to place the call
  • Caller: The caller description, if any
  • Caller Group: The caller's group description, if any
  • Callee Number: The virtual phone number called
  • Callee: The callee description, if any
  • Callee Group: The callee's group description, if any
  • Total Duration: how long the call lasted. Time elapsed from the moment the "Call Button" is pressed on the caller's client to the one in which the communication is closed at all
  • Call Duration: how long the call lasted, just the voice
  • Disposition: which result the call had
  • Hangup Cause: how long the call lasted
  • Call id: a unique number that identifies the call
  • Call type: nature of the call performed

Relevant fields in CDR

The Disposition is very important because it tells you the exit code of each call. Possible codes are:

  1. ANSWERED: the call was taken by the callee
  2. NO_ANSWER: nobody picked up the phone to answer (mostly this is a time out code)
  3. BUSY: the callee refused the call
  4. FAILED: for some reason the call was not able to be placed
The Hangup Cause describes in details what caused the hangup. Possible causes are:
  1. NO_ROUTE_DESTINATION
  2. MISDIALLED_TRUNK_PREFIX
  3. CHANNEL_UNACCEPTABLE
  4. CALL_AWARDED_DELIVERED
  5. PRE_EMPTED
  6. NUMBER_PORTED_NOT_HERE
  7. NORMAL_CLEARING
  8. USER_BUSY
  9. NO_USER_RESPONSE
  10. NO_ANSWER
  11. SUBSCRIBER_ABSENT
  12. CALL_REJECTED
  13. NUMBER_CHANGED
  14. REDIRECTED_TO_NEW_DESTINATION
  15. ANSWERED_ELSEWHERE
  16. DESTINATION_OUT_OF_ORDER
  17. INVALID_NUMBER_FORMAT
  18. FACILITY_REJECTED
  19. RESPONSE_TO_STATUS_ENQUIRY
  20. NORMAL_UNSPECIFIED
  21. NORMAL_CIRCUIT_CONGESTION
  22. NETWORK_OUT_OF_ORDER
  23. NORMAL_TEMPORARY_FAILURE
  24. SWITCH_CONGESTION
  25. ACCESS_INFO_DISCARDED
  26. REQUESTED_CHAN_UNAVAIL
  27. FACILITY_NOT_SUBSCRIBED
  28. OUTGOING_CALL_BARRED
  29. INCOMING_CALL_BARRED
  30. BEARERCAPABILITY_NOTAUTH
  31. BEARERCAPABILITY_NOTAVAIL
  32. BEARERCAPABILITY_NOTIMPL
  33. CHAN_NOT_IMPLEMENTED
  34. FACILITY_NOT_IMPLEMENTED
  35. INVALID_CALL_REFERENCE
  36. INCOMPATIBLE_DESTINATION
  37. INVALID_MSG_UNSPECIFIED
  38. MANDATORY_IE_MISSING
  39. MESSAGE_TYPE_NONEXIST
  40. WRONG_MESSAGE
  41. IE_NONEXIST
  42. INVALID_IE_CONTENTS
  43. WRONG_CALL_STATE
  44. RECOVERY_ON_TIMER_EXPIRE
  45. MANDATORY_IE_LENGTH_ERROR
  46. PROTOCOL_ERROR
  47. INTERWORKING
The Call Type identifies the nature of the call. Used with the Call id fields this value is useful to trace down complex calls like three-way calls, conferences or transferred calls. Possible values are:
  1. CALL: Usual call between two persons
  2. 3-WAY: Usual call (as above) with an added person during the call
  3. CONFERENCE: Conference call
  4. TRANSFER: Usual call that is transferred to a third person
The Call id is a number that identifies uniquely the call. It can be used to trace a call if it changes its nature (ie becoming a three-way call) or to group all the participants (ie in a conference room).

4.0.5 Data Retention

NEW FEATURE

The "Data Retention" feature has been introduced in the present version.

The "Data Retention" is the new possibility that EVSS gives you to archive and store away some of the older data for consultation purposes. 

figure 3. Menu access to the Data Retention

You can access the functions of "Data Retention" using the menu entries shown in figure 3. Menu access to the Data Retention under the "SERVER CONFIGURATION" voice.

The first one is used to configure the Retention features, the latter for retrieving the information stored on the hard disk of PrivateServer.

4.0.5.1 Setup of Data Retention

You can create a retention policy for some important logs provided by the appliance.

 

figure 4. Data Retention Policy list

 

In figure 4. Data Retention Policy list is shown the list of the available logs to be stored. What happens when you start the Data Retention on a log is that the system checks all the entries older than the date configured (let's say older than one year from the present day) and move them out the regular logging system to a compressed archive that could be later downloaded.

 

figure 5. Data Retention Policy editor

Each log entry listed in figure 4. Data Retention Policy list has an editor form as the one shown in figure 5. Data Retention Policy editor. Using the mentioned form you can:

  • enable the Data Retention(Enabled checkbox)
  • select the period to be kept on-line (Period Duration)
  • choose how many archives you want to keep online (Period/s Online)

4.0.5.2 Retrieve the Data Archives

As said in the previous paragraph (4.0.5.1), there are two left menu entries to manage the Data Retention feature (see figure 3. Menu access to the Data Retention). If you want to access to the stored archives just press the "Archived Data" link.

 

figure 6. Data Archive List

The "Data Archive List" is shown in the page body (see figure 6. Data Archive List). Each archive row shows its Name, its Creation Timestamp and its Size (all the columns are pretty self explaining).

The last two columns shows two icons: the first one is for downloading the archive, the second one is for deleting it.

It's possible to download the archive also by clicking on its name

If you choose to delete the archive, press the last column icon.

figure 7. The confirmation pop-up window

A confirmation is requested (see figure 7. The confirmation pop-up window). If you approve the action then the archive is removed from both the list and the hard disk of the appliance.

Point of no return action!

Please be aware that this action is not undoable! Once confirmed the deletion, the archive is lost forever!

 

 

  • No labels