Browse Source

MT#55283 defuse G.729 tests

for platforms without bcg729

Change-Id: I60eb163232d3bd0af554e994408f062f3cc2b863
pull/1907/head
Richard Fuchs 11 months ago
parent
commit
8ee5fa9d76
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      t/auto-daemon-tests.pl

+ 3
- 0
t/auto-daemon-tests.pl View File

@ -84,6 +84,7 @@ sub stun_succ {
if ($extended_tests) {
new_call;
offer('mismatched G.729 annexb', { }, <<SDP);
@ -208,6 +209,8 @@ a=ptime:20
a=maxptime:30
SDP
}
new_call;
offer('original sendrecv control', { }, <<SDP);


Loading…
Cancel
Save