Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add domain/proxy code to fix linphone_account_creator_create_proxy_config #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielfinke
Copy link

We are using linphone_account_creator_create_proxy_config as follows:

linphone_account_creator_set_password(account_creator, password);
linphone_account_creator_set_domain(account_creator, domain);
linphone_account_creator_set_display_name(account_creator, display_name);
linphone_account_creator_set_transport(account_creator, linphone_transport_parse(transport));

LinphoneProxyConfig* proxyCfg = linphone_account_creator_configure(account_creator);

However, since commit b41b920, linphone_proxy_config_check will fail because proxyCfg's reg_proxy parameter is NULL. Also _get_identity is unable to produce a valid identity.

I believe this also resolves the issue: BelledonneCommunications/linphone-iphone#247

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant