[EMAIL PROTECTED] said: > Has anyone done anything on recording received/echoed audio and eventually > compare it to the original (send_pcap) data ?
I tried to pursue this myself and modified uac_pcap to call tcpdump, but I could not pick up the actual rtp ports used by pcap_play I tried [media_port] or [auto_media_port] variables without luck. I tried both with two actions within one <nop> and two <nop> with one action each : pcap_play and tcpdump. regards Olav I did insert in uac_pcap.xml : | <action> | <exec play_pcap_audio="pcap/g711a.pcap"/> <exec command="tcpdump-vent 9 -w uac_echo_[remote_ip]_[media_port].pcap src host [remote_ip] and dst port [media_port]"/> and to run it : /usr/local/sbin/sipp sip.uninett.no:5060 -sf uac_pcap.xml -l 5 -r 1 -rp 10000 -d 5000 -s 57896 -m 2 -rtt_freq 30 -trace_stat -trace_rtt -trace_logs -trace_timeout -recv_timeout 5000 > test.log and the error message was : 2006-11-22 15:43:19: auto_media_port keyword with no audio or video on the current line (). ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
