summaryrefslogtreecommitdiff
path: root/test/sip/sipsrv.c
Commit message (Collapse)AuthorAge
* account: password in SIP uri is now deprecatedAlfred E. Heggestad2017-12-30
| | | | | | | | | | <sip:user:password@domain.com> ^^^^^^^^ deprecated please use the "auth_pass" parameter instead: <sip:user@domain.com>;auth_pass=xxx
* use warning() instead of error()Alfred E. Heggestad2017-09-10
|
* ua: added ua exit handlerAlfred E. Heggestad2016-06-05
|
* test: add test-case for DNS SRV loadbalancing and authentication (refs #39)Alfred E. Heggestad2016-04-09
|
* auth test: add all transportsAlfred E. Heggestad2016-04-03
|
* test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03