mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
[#2662] Call setVoIPLink() manually when adding a new SIP account
This commit is contained in:
@ -3979,6 +3979,7 @@ ManagerImpl::addAccount (const std::map< std::string, std::string >& details)
|
||||
|
||||
if (accountType == "SIP") {
|
||||
newAccount = AccountCreator::createAccount (AccountCreator::SIP_ACCOUNT, newAccountID);
|
||||
newAccount->setVoIPLink();
|
||||
} else if (accountType == "IAX") {
|
||||
newAccount = AccountCreator::createAccount (AccountCreator::IAX_ACCOUNT, newAccountID);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user