+
+ {{ softphone.currentCall.value.direction === 'outbound' ? 'Calling' : 'Connected with' }}
+
+
+ {{ formatPhoneNumber(
+ softphone.currentCall.value.direction === 'outbound'
+ ? softphone.currentCall.value.toNumber
+ : softphone.currentCall.value.fromNumber
+ ) }}
+
+
{{ softphone.callStatus.value }}
+