sip: origin: Actually set "auto-connect" property

Closes: #466
Fixes ef56c8f51c
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-08-30 15:25:04 +02:00
parent 6f2808c7cd
commit a4c4687208

View File

@@ -1736,6 +1736,7 @@ calls_sip_origin_set_credentials (CallsSipOrigin *self,
self->port = port;
self->can_tel = can_tel;
self->media_encryption = media_encryption;
self->auto_connect = auto_connect;
update_name (self);