#!/usr/bin/perl use strict; use warnings; use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; $ENV{RTPENGINE_EXTENDED_TESTS} or exit(); $ENV{RTPENGINE_3GPP_EVS_LIB} or exit(); autotest_start(qw(--config-file=none -t -1 -i 203.0.113.1 -i 2001:db8:4321::1 -n 2223 -f -L 7 -E --silence-detect=1 --dtx-delay=10), "--evs-lib-path=$ENV{RTPENGINE_3GPP_EVS_LIB}") or die; my ($sock_a, $sock_b, $sock_c, $sock_d, $port_a, $port_b, $ssrc, $ssrc_b, $resp, $sock_ax, $sock_bx, $port_ax, $port_bx, $srtp_ctx_a, $srtp_ctx_b, $srtp_ctx_a_rev, $srtp_ctx_b_rev, @ret1, @ret2, @ret3, @ret4, $srtp_key_a, $srtp_key_b, $ts, $seq); ($sock_a, $sock_b) = new_call([qw(198.51.100.10 4076)], [qw(198.51.100.10 4078)]); ($port_a) = offer('EVS DTX out', { ICE => 'remove', codec => { transcode => ['PCMA'] } }, < ft() }); ($sock_a, $sock_b) = new_call([qw(198.51.100.10 4096)], [qw(198.51.100.10 4098)]); ($port_a) = offer('EVS DTX in', { ICE => 'remove', codec => { transcode => ['PCMA'] } }, < ft() }); #done_testing;NGCP::Rtpengine::AutoTest::terminate('f00');exit; done_testing();