README.markdown in sippy_cup-0.6.0 vs README.markdown in sippy_cup-0.7.0
- old
+ new
@@ -199,11 +199,11 @@
<dd>Frequency (in seconds) of statistics collections. Defaults to 10. Has no effect unless :stats_file is also specified</dd>
<dt>from_user</dt>
<dd>SIP user from which traffic should appear. Default: sipp</dd>
- <dt>to_user</dt>
- <dd>SIP user to send requests to. Defaults to SIPp's default: `s` (as in `s@127.0.0.1`)</dd>
+ <dt>to</dt>
+ <dd>SIP user / address to send requests to. Defaults to SIPp's default: `s@[destination]` (as in `s@127.0.0.1`). Can specify either a user (`foouser`) or a full address (`foouser@there.com`), the latter being useful for testing multi-tenant systems where the `To` domain is not the same as the hostname of the system.</dd>
<dt>transport</dt>
<dd>Specify the SIP transport. Valid options are `udp` (default) or `tcp`. Default: `udp`</dd>
<dt>full_sipp_output</dt>