Skip to content

Commit

Permalink
ok, the code to test sippy/b2bua#36 is not
Browse files Browse the repository at this point in the history
crashing anymore after 60a0fe49870437c, but does it actually work?
Will find out soon if test fails.
  • Loading branch information
sobomax committed Oct 23, 2020
1 parent 6f88f9d commit 1019b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ start_mm() {
SIPLOG_LOGFILE_FILE="${MM_LOG}" SIPLOG_BEND="file" \
python ${BUILDDIR}/dist/b2bua/sippy/b2bua_test.py --sip_address='*' \
--sip_port=5060 --foreground=on --acct_enable=off --auth_enable=off \
--static_route="localhost:5062;ash=SIP-Hello1%3A%20World%21;ash=SIP-Hello2%3A%20World%21;credit_time=300;expires=299;np_expires=298;nr_expires=297" \
--static_route="localhost:5062;ash=SIP-Hello1%3A%20World%21;ash=SIP-Hello2%3A%20World%21;credit_time=5;expires=299;np_expires=298;nr_expires=297" \
--b2bua_socket="${MM_SOCK}" --rtp_proxy_clients="${RTPP_SOCK_TEST}" \
--logfile="${MM_LOG}" &
MM_PID=${!}
Expand Down

0 comments on commit 1019b14

Please sign in to comment.