Ho to Identify unique calls in voip log file..

Ho to Identify unique calls in voip log file..

NewsGroups | Search | Tools
 comp.dcom.voice-over-ip  Post an article  get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content  add this group's latest topics to your Google content  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Ho to Identify unique calls in voip log file.. yogi 07-20-2007
Posted by yogi on July 20, 2007, 10:36 am
If you were  Registered and logged in, you could reply and use other advanced thread options
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 <- SETUP pd = 8 callref =
0x1F0F

Jul 6 14:35:21 dcaas5450.1.bw.dca.vantageip.net 133808597: Jul 6
14:35:21.156: ISDN Se7/3:23 Q931: RX <- SETUP pd = 8 callref =
0x1F0F


                                                        Jul 6 14:35:25.068: ISDN Se7/5:23 Q931: RX <- SETUP pd = 8
callref = 0x1F0F
                                                                Bearer Capability i = 0x9090A2
                                                                        Standard = CCITT
                                                                        Transfer Capability = 3.1kHz Audio
                                                                        Transfer Mode = Circuit
                                                                        Transfer Rate = 64 kbit/s
                                                                Channel ID i = 0xA18381
                                                                        Preferred, Channel 1
                                                                Facility i = 0x9F8B0100A10F020


Jul 6 14:35:43 dcaas5450.1.bw.dca.vantageip.net 133809662: Jul 6
14:35:42.208: ISDN Se7/5:23 Q931: TX -> RELEASE_COMP pd = 8 callref =
0x1F0F

Jul 6 14:36:25 dcaas5450.1.bw.dca.vantageip.net 133812164: Jul 6
14:36:25.076: ISDN Se7/3:23 Q931: TX -> RELEASE_COMP pd = 8 callref =
0x9F0F

Jul 6 14:36:36 dcaas5450.1.bw.dca.vantageip.net 133813262: Jul 6
14:36:36.464: ISDN Se7/5:23 Q931: TX -> 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


Pure Networks
Posted by Someone on July 21, 2007, 4:36 pm
If you were  Registered and logged in, you could reply and use other advanced thread options
The callref is unique for the duration of the call. The SETUP is the start
and the RELEASE_COMP is the end of it. After this, the callref can be
reused.


> 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 <- SETUP pd = 8 callref =
> 0x1F0F
>
> Jul 6 14:35:21 dcaas5450.1.bw.dca.vantageip.net 133808597: Jul 6
> 14:35:21.156: ISDN Se7/3:23 Q931: RX <- SETUP pd = 8 callref =
> 0x1F0F
>
>
> Jul 6 14:35:25.068: ISDN Se7/5:23 Q931: RX <- SETUP pd = 8
> callref = 0x1F0F
> Bearer Capability i = 0x9090A2
> Standard = CCITT
> Transfer Capability = 3.1kHz Audio
> Transfer Mode = Circuit
> Transfer Rate = 64 kbit/s
> Channel ID i = 0xA18381
> Preferred, Channel 1
> Facility i = 0x9F8B0100A10F020
>
>
> Jul 6 14:35:43 dcaas5450.1.bw.dca.vantageip.net 133809662: Jul 6
> 14:35:42.208: ISDN Se7/5:23 Q931: TX -> RELEASE_COMP pd = 8 callref =
> 0x1F0F
>
> Jul 6 14:36:25 dcaas5450.1.bw.dca.vantageip.net 133812164: Jul 6
> 14:36:25.076: ISDN Se7/3:23 Q931: TX -> RELEASE_COMP pd = 8 callref =
> 0x9F0F
>
> Jul 6 14:36:36 dcaas5450.1.bw.dca.vantageip.net 133813262: Jul 6
> 14:36:36.464: ISDN Se7/5:23 Q931: TX -> 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
>



Similar ThreadsPosted
VOIP Provider - BYOD - Multiple Unique Lines - Suggestions July 25, 2005, 10:14 am
Sell your unique USB phone-OEM August 15, 2006, 4:12 am
Convert VOIP frames to sound file December 18, 2004, 5:11 am
VoIP sound quality diminished during file downloads ? April 7, 2005, 1:07 pm
VOIP application that can send audio file to POTS-receipient? October 6, 2006, 9:42 pm
For same packet server's behaviour is different for .bin and for .out file November 2, 2007, 2:00 am
Cisco Local Directory File may be corrupted July 14, 2006, 9:56 am
how can I to play the Output file after decoded using ilbc codec? November 7, 2005, 6:56 am
Free utility for playing G729.wav audio file March 12, 2008, 7:41 pm
VOIP calls using g711 May 23, 2006, 2:12 pm

other useful resources:
The Federal Communications Commission (FCC)
Telecommunications Industry Association
Electronic and Software Security Products and Services
International Telecommunication Union

Custom CGI Perl and PHP programming by 1-Script.com

Contact Us | Privacy Policy
The site map in XML format XML site map