Merge commit '2c9de2b9e5568c8918b36866d3cf20833a8c20e1' * commit '2c9de2b9e5568c8918b36866d3cf20833a8c20e1': Add getSipUri() for identification.
This commit is contained in:
@@ -109,6 +109,10 @@ public class SipPhone extends SipPhoneBase {
|
||||
return mProfile.getProfileName();
|
||||
}
|
||||
|
||||
public String getSipUri() {
|
||||
return mProfile.getUriString();
|
||||
}
|
||||
|
||||
public boolean canTake(Object incomingCall) {
|
||||
synchronized (SipPhone.class) {
|
||||
if (!(incomingCall instanceof SipAudioCall)) return false;
|
||||
|
||||
Reference in New Issue
Block a user