Skip to content

Commit

Permalink
outgoing call - use yellow phone icon
Browse files Browse the repository at this point in the history
  • Loading branch information
isra67 committed Jun 5, 2017
1 parent 4e28170 commit c227ee5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed imgs/call-incoming.png
Binary file not shown.
2 changes: 1 addition & 1 deletion my_lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# ### images: ###
MAKE_CALL_IMG = 'imgs/phone-call.png'
#ANSWER_CALL_IMG = 'imgs/call-answer.png'
ANSWER_CALL_IMG = 'imgs/call-answer.png'
HANGUP_CALL_IMG = 'imgs/call-disconnect.png'
ERROR_CALL_IMG = 'imgs/call-reject.png'
DND_CALL_IMG = 'imgs/call-dnd.png'
Expand Down
Binary file modified my_lib/constants.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion pjindoor.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def on_state(self):
return
## playTone(DIAL_WAV)
current_call = self.call
docall_button_global.imgpath = MAKE_CALL_IMG #ANSWER_CALL_IMG
docall_button_global.imgpath = ANSWER_CALL_IMG #MAKE_CALL_IMG #

setcallstat(outflag=(ci.role==0), status=main_state, prev_status=prev_state, call=ci.remote_uri)
if main_state == 6: main_state = 0
Expand Down

0 comments on commit c227ee5

Please sign in to comment.