Ok I just applied the patch, rebooting to get the tones in the proper state. I have one question I notice on the formattedCall.
js you say to make a change in thisdisplayLabel. but the new line is the exact same as the old line.
Code:
- this.displayLabel = (callMsg[lineNumber].contact.labelFormatted ? callMsg[lineNumber].contact.labelFormatted : "");
+ this.displayLabel = (callMsg[lineNumber].contact.labelFormatted ? callMsg[lineNumber].contact.labelFormatted : "");