diff --git a/t/auto-daemon-tests-moh.pl b/t/auto-daemon-tests-moh.pl index 7c3d96a04..58b6dfec7 100644 --- a/t/auto-daemon-tests-moh.pl +++ b/t/auto-daemon-tests-moh.pl @@ -167,6 +167,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH zero-connection @@ -307,6 +308,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH sendrecv mode @@ -447,6 +449,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH zero-connection + mode sendrecv @@ -587,6 +590,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH for answerer @@ -729,6 +733,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH for answerer (inactive) @@ -871,6 +876,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH, double hold @@ -966,6 +972,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); # test MoH for answerer with reflect @@ -1108,6 +1115,7 @@ SDP # make sure no RTP flows after call is done. rcv_maybe($sock_b); +rcv_maybe($sock_b); rcv_no($sock_b); #done_testing;NGCP::Rtpengine::AutoTest::terminate('f00');exit;