Add text for incoming calls

pull/10/head
David Baker 2014-09-10 11:35:14 +01:00
parent 7411794fa1
commit 80b5470663
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@
<br />
<span id="callState">
<span ng-show="currentCall.state == 'invite_sent'">Calling...</span>
<span ng-show="currentCall.state == 'ringing'">Incoming Call</span>
<span ng-show="currentCall.state == 'connecting'">Call Connecting...</span>
<span ng-show="currentCall.state == 'connected'">Call Connected</span>
<span ng-show="currentCall.state == 'ended' && !currentCall.didConnect && currentCall.direction == 'outbound' && currentCall.hangupParty == 'remote'">Call Rejected</span>