Hi all, I am trying to parse the Q931 logs. I want to identify the unique calls in them For example, see the following snapshot from one of the logs...
Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net 133806164: Jul 6
14:34:32.324: ISDN Se7/5:23 Q931: TX -> SETUP pd = 8 callref = 0x1F0F Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net 133806165: Bearer Capability i = 0x8090A2 Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net
133806166: Standard = CCITT Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net
133806167: Transfer Capability = Speech Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net
133806168: Transfer Mode = Circuit Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net
133806169: Transfer Rate = 64 kbit/s Jul 6 14:34:32 dcaas5450.1.bw.dca.vantageip.net 133806170: Channel ID i = 0xA98384
Jul 6 14:34:50 dcaas5450.1.bw.dca.vantageip.net 133806903: Jul 6
14:34:50.856: ISDN Se7/2:23 Q931: RX RELEASE_COMP pd = 8 callref =
0x9F0F
Jul 6 14:38:22 dcaas5450.1.bw.dca.vantageip.net 133821523: Jul 6
14:38:22.093: ISDN Se7/2:23 Q931: TX -> RELEASE_COMP pd = 8 callref =
0x9F0F
First I assumed that we can use the combination of PRI and callref value to be unique. But in this case One TX call is overlapping with one RX call having same callref (0x1F0F) and same PRI value (Se7/5:23).... Now what to do in this case..?
thanks Yogesh