alexchengalan / csipsimple

Automatically exported from code.google.com/p/csipsimple
0 stars 0 forks source link

In-Call Info shows cryptic strings (e.g. "EARLY") #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call into or out of CSipSimple
2. Notice the status strings at the top of In-Call info

What is the expected output? What do you see instead?

Expected: User-friendly strings
Saw: Strings that mirror the manifest constants PJSIP_INV_STATE_XXXX

Please use labels and text to provide additional information.

In addition, in CallInfo.java the shown strings are hard-coded and cannot be 
internationalzed.

Original issue reported on code.google.com by dc3de...@gmail.com on 6 Aug 2010 at 10:32

GoogleCodeExporter commented 9 years ago
Fixed, see r184. In-call status strings are now resources, and have been made 
user-friendly.

Original comment by dc3de...@gmail.com on 6 Aug 2010 at 10:37