Log Message: |
update sipstack tests
* Adapt for SipStack internal changes
* For testStack, make 'event' the default thread model; this better simulates
what applications do, and makes it a better unit test. The old behavior
is available with --thread-type=common option.
* For testStack, make default interface for all platforms 127.0.0.1. Can get
old behavior with --bind=''. Previously 127.0.0.1 was forced for
Windows; but even Linux platforms don't always have working DNS.
* For testStack, add docs to better explain some options.
* Add new testStackStd.sh and invoke from runtests.sh to test
more combinations as part of standard unit tests
|