cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
1232
Views
0
Helpful
3
Replies

How to Capture or Filter CallingNumber and CalledNumber from one particular Originate and Terminate Gateway with H323 or SIP protocol?

meandaneth
Level 1
Level 1

Dear All,

As i an a newbie on Wireshark for VOIP troubleshooting, i need your help on filber as below:

How to Capture or Filter CallingNumber and CalledNumber from one particular Originate and Terminate Gateway with H323 or SIP protocol? Because of My gateway is already in service and many active calls are runing, i have tried to filer or find on paticular calling number on filtering but not.

Please kindly to show me.

Best Regards,

Daneth

1 Accepted Solution

Accepted Solutions

If you using Wireshark you can find the number in 2 ways.

Select EDIT and so FIND PACKET menu. Specify the find options like show in below image.

or select TELEPHONY => VOIP CALLS tools

View solution in original post

3 Replies 3

mrdogantr
Level 1
Level 1

Hi,

     İf you can mirror (monitor session or etc..) your gateway traffic to linux, you can use "ngrep" commands.

for example:

called or calling number;

ngrep -q -W byline '0012127773456' -d eth1 "udp port 5060"

customers ip.

ngrep -q -W byline '88.88.88.88' -d eth1 "udp port 5060"

etc...

hth

Muammer

Hi,

Thanks fou your useful command.

Daneth

If you using Wireshark you can find the number in 2 ways.

Select EDIT and so FIND PACKET menu. Specify the find options like show in below image.

or select TELEPHONY => VOIP CALLS tools