mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix call from sip uri with transport
This commit is contained in:
parent
8f86c4a37a
commit
339c7678f6
1 changed files with 0 additions and 1 deletions
|
|
@ -311,7 +311,6 @@ LinphoneCallLog * linphone_call_log_new(LinphoneCallDir dir, LinphoneAddress *fr
|
|||
cl->from=from;
|
||||
|
||||
cl->to = linphone_address_clone(to);
|
||||
linphone_address_clean(cl->to);
|
||||
|
||||
cl->status=LinphoneCallAborted; /*default status*/
|
||||
cl->quality=-1;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue