mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
doh
This commit is contained in:
Regular → Executable
+2
@@ -5,6 +5,8 @@ shift
|
||||
law=$1
|
||||
shift
|
||||
|
||||
if [ -z $pcap ] ; then echo "usage $0 <pcap file> [<mu-law|a-law>]"; exit 255 ; fi
|
||||
|
||||
if [ -z $law ] ; then law="mu-law" ; fi
|
||||
|
||||
for ssrc in $(tshark -n -r $pcap -Y rtp -T fields -e rtp.ssrc -Eseparator=, | sort -u) ; do
|
||||
|
||||
Reference in New Issue
Block a user