Skip to content

Commit

Permalink
docs: Change scenario in CHANGES.md to one that works
Browse files Browse the repository at this point in the history
See #544.
  • Loading branch information
wdoekes committed Nov 8, 2021
1 parent 7520881 commit f44d0cf
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ Features added in 3.7.0~rc1
* B2BUA Media Gateway RTP/SRTP bit pattern testing -- see
`docs/rtpcheck_xml_syntax_reference.pdf`. Command line examples:
```
# UAC (RTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uac_apattern.xml \
-t u1 -i 127.0.0.2 -p 5060 127.0.0.3:5060
# UAS (RTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uas.xml \
-i 127.0.0.3 -t u1 -p 5060 -rtp_echo
# UAC (SRTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uac_bpattern_crypto_simple.xml \
# UAC (RTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uac_apattern.xml \
-t u1 -i 127.0.0.2 -p 5060 127.0.0.3:5060
```
```
# UAS (audio SRTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uas_audio_crypto_simple.xml \
-t u1 -i 127.0.0.3 -p 5060 -srtpcheck_debug
# UAC (audio SRTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uac_apattern_crypto_simple.xml \
-t u1 -i 127.0.0.2 -p 5060 -rtpcheck_debug -srtpcheck_debug \
127.0.0.3:5060
# UAS (SRTP)
./sipp -m 1 -sf sipp_scenarios/pfca_uas_both_crypto_simple.xml \
-t u1 -i 127.0.0.3 -p 5060 -srtpcheck_debug
```
By Jeannot Langlois.
* Removed `-mp` in favor of `-min_rtp_port` and `-max_rtp_port`. Also
Expand Down

0 comments on commit f44d0cf

Please sign in to comment.