Added objects back to xStatus lost in merge and fixed regex pattern for extracting phone number.

Added formatting call to room phone number when displayed on header
This commit is contained in:
Neil Dorin
2017-10-24 12:35:29 -06:00
parent 7273646be0
commit 88a60b06e6
3 changed files with 34 additions and 2 deletions

View File

@@ -194,7 +194,7 @@ namespace PepperDash.Essentials.UIDrivers.VC
/// <param name="e"></param>
void Codec_IsReady()
{
TriList.SetString(UIStringJoin.RoomPhoneText, Codec.CodecInfo.PhoneNumber);
TriList.SetString(UIStringJoin.RoomPhoneText, GetFormattedDialString(Codec.CodecInfo.PhoneNumber));
TriList.SetString(UIStringJoin.RoomSipText, Codec.CodecInfo.SipUri);
if(Parent.HeaderButtonsAreSetUp)