Am 15.06.2020 23:15, schrieb Jeff LaCoursiere:

Hi again,

just a question, to be sure...

sudo tcpdump -i eth0 -s 0 -w /tmp/test0.pcap &
sudo tcpdump -i eth1 -s 0 -w /tmp/test1.pcap &

eth0 is my DSL interface and eth1 my phone interface?

Try to limit the traffic to just your phone call tests (to reduce the
size of the capture files).  Make all your tests, then:

Well, assuming eth0 is the DSL interface and eth1 the phone interface, I can so that:

tcpdump -i dsl0 -s 0 -w /tmp/test0.pcap host tel.t-online.de &
tcpdump -i phone0 -s 0 -w /tmp/test1.pcap host 192.168.200.xx (IP of my phone) &

is it correct?

Thanks
Luca Bertoncello
([email protected])

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
     https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to