SSRV JMS CDR

The SSRV-JMS generates CDRs which are stored in tango/data/cdr/ssrv-jms.cdr. The following apply:

  • Successful

  • Intermediate timeout

  • Final failed timeout

  • Intermediate error code

  • Final failed error code

All options are written in the same format as shown in the associated table. Check out the samples for each format in SSRV JMS CDR Samples.


Field Name Description

1

Subscriber ID

The MSISDN of the subscriber.

2

Service Type

The service type which is 17 in this case.

3

Transaction Type

The transaction type which is 19 for JMS.

4

CDR Date

The date on which the CDR was generated. Format: YYYY/MM/DD.

5

CDR Time

The time at which the CDR was generated. Format: hh:mm:ss.

6

Call Reference

The call reference from the SE request such as MyCallRef.

7

SSRV Response Code

The service respone code for example 70.

8

SSRV Response String

The message associated with the service response such as Failed to connect or something along those lines.

9

JMS Request Time

The time at which the JMS request was submitted. Format: hh:mm:ss.

10

JMS Response Time

The time at which the JMS response was received. Format: hh:mm:ss.

11

JMS Latency

The processing time delay (latency) in milliseconds.

12

Custom CDR Data

If custom CDR data has been configured via the Tango GUI, it appears here.

The contents of the custom field are the parameters selected by the response map configuration.

SSRV JMS CDR Samples

Successful CDR

0004100102030405,17,19,2015/08/13,11:41:20,MyCallRef,0,Successfull,11:41:12,11:41:20,8387,{}

Intermediate Timeout CDR

0004100102030405,17,19,2015/08/13,11:45:40,MyCallRef,71,JMS request(0 of 2 retries) failed with timeout,11:45:32,11:45:40,8387,{}

Final Failed Timeout CDR

0004100102030405,17,19,2015/08/13,11:46:02,MyCallRef,70,Failed to connect to JMS Service,11:45:32,11:46:02,30723,{}

Intermediate Error Code CDR

0004100102030405,17,19,2015/08/13,11:44:15,MyCallRef,73,JMS request(0 of 4 retries) received error code RESP:7802073,11:44:15,11:44:15,49,{}

Final Failed Error Code CDR

0004100102030405,17,19,2015/08/13,11:44:33,MyCallRef,72,JMS request(4 retries) failed with error code RESP:7802073,11:44:15,11:44:33,17746,{}