export interface SipUriTransferDestination {
    sipUri: string;
}
