|
|
@ -97,9 +97,11 @@
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Contact* callingContact = [[[Environment getCurrent] contactsManager] latestContactForPhoneNumber:session.initiatorNumber];
|
|
|
|
CallController* callController = [self cancelExistingCallAndInitNewCallWork:false
|
|
|
|
CallController* callController = [self cancelExistingCallAndInitNewCallWork:false
|
|
|
|
remote:session.initiatorNumber
|
|
|
|
remote:session.initiatorNumber
|
|
|
|
optionalContact:nil];
|
|
|
|
optionalContact:callingContact];
|
|
|
|
|
|
|
|
|
|
|
|
id<CancelToken> lifetime = [callController untilCancelledToken];
|
|
|
|
id<CancelToken> lifetime = [callController untilCancelledToken];
|
|
|
|
|
|
|
|
|
|
|
|
Future* futureConnected = [CallConnectUtil asyncRespondToCallWithSessionDescriptor:session
|
|
|
|
Future* futureConnected = [CallConnectUtil asyncRespondToCallWithSessionDescriptor:session
|
|
|
|