Skip to content

Commit

Permalink
MT#55283 defuse G.729 tests
Browse files Browse the repository at this point in the history
for platforms without bcg729

Change-Id: I60eb163232d3bd0af554e994408f062f3cc2b863
  • Loading branch information
rfuchs committed Jan 21, 2025
1 parent 6afdcbb commit 8ee5fa9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/auto-daemon-tests.pl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ sub stun_succ {



if ($extended_tests) {
new_call;

offer('mismatched G.729 annexb', { }, <<SDP);
Expand Down Expand Up @@ -208,6 +209,8 @@ sub stun_succ {
a=maxptime:30
SDP

}

new_call;

offer('original sendrecv control', { }, <<SDP);
Expand Down

0 comments on commit 8ee5fa9

Please sign in to comment.