mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-31 10:19:23 +00:00
Fix Python register unit tests.
This commit is contained in:
parent
0e77ac4883
commit
883b240b01
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class RegisterCoreManager(linphonetester.CoreManager):
|
|||
proxy_cfg.route = route
|
||||
proxy_cfg.server_addr = route
|
||||
self.lc.add_proxy_config(proxy_cfg)
|
||||
self.lc.default_proxy = proxy_cfg
|
||||
self.lc.default_proxy_config = proxy_cfg
|
||||
|
||||
#linphone_core_set_sip_transports(lc,&transport);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue