mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
- Add the function linphone_address_equal(). - The comparison of two proxy config addresses now returns one of these three values: equal, weak-equal or different. - If the new proxy config identity is equal to the previous one, a call to linphone_proxy_config_done() does not unregister and does not delete the sal op. If it's weak-equal the sal op is destroyed but the unregister is not done. Finally, if it's different the unregister is performed and the sal op is destroyed. |
||
|---|---|---|
| .. | ||
| certificates | ||
| flexisip | ||
| images | ||
| rcfiles | ||
| sounds | ||
| accountmanager.c | ||
| call_tester.c | ||
| CMakeLists.txt | ||
| dtmf_tester.c | ||
| eventapi_tester.c | ||
| flexisip_tester.c | ||
| liblinphone_completion | ||
| liblinphone_tester.c | ||
| liblinphone_tester.h | ||
| local_tester_hosts | ||
| log_collection_tester.c | ||
| Makefile.am | ||
| marie_xml | ||
| message_tester.c | ||
| messages.db | ||
| player_tester.c | ||
| presence_tester.c | ||
| quality_reporting_tester.c | ||
| README | ||
| register_tester.c | ||
| remote_provisioning_tester.c | ||
| setup_tester.c | ||
| stun_tester.c | ||
| tester.c | ||
| tester_hosts | ||
| transport_tester.c | ||
| upnp_tester.c | ||
This is the test suite of liblinphone, with many tests suites for Register, Calls, Message, Presence. All thoses tests suites require a SIP server configured accordingly in order to execute. Naturally a Flexisip SIP server is used, whose configuration is put in the flexisip/ directory here. In order to invoke it, just place into the tester directory and run $ flexisip --configfile flexisip/flexisip.conf The tester_hosts file contains the host-like DNS configuration file to be used by the test suite in order to resolve the virtual SIP domains used by the SIP stack. It is possible to run the flexisip SIP server and the test suite on the same machine by passing a new tester_hosts file where domains resolve to 127.0.0.1 to the tester, using the --dns-hosts option.