diff --git a/t/auto-daemon-tests-moh.pl b/t/auto-daemon-tests-moh.pl index 0e2c1a068..0180b1878 100644 --- a/t/auto-daemon-tests-moh.pl +++ b/t/auto-daemon-tests-moh.pl @@ -25,7 +25,7 @@ is length($wav_file), 1644, 'embedded binary wav file'; # test MoH -($sock_a, $sock_b) = new_call([qw(198.51.100.1 33041)], [qw(198.51.100.3 33042)]); +($sock_a, $sock_b) = new_call([qw(198.51.100.1 33040)], [qw(198.51.100.3 33042)]); # declare that offerer is capable of moh offer('Music on hold - sendrecv', { ICE => 'remove', DTLS => 'off', moh => { blob => $wav_file } }, < 'remove', DTLS => 'off', moh => { blob => $wav_file, connection => 'zero' } }, < 'remove', DTLS => 'off', moh => { blob => $wav_file, mode => 'sendrecv' } }, < 'remove', DTLS => 'off', moh => { blob => $wav_file, connection => 'zero', mode => 'sendrecv' } }, < 'remove', DTLS => 'off', moh => { 'db-id' => '123' } }, < 'remove', DTLS => 'off', moh => { 'db-id' => '123' } }, < 'remove', DTLS => 'off', moh => { blob => $wav_file } }, <