mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Added codec dial and end commands
This commit is contained in:
parent
3778314d51
commit
ccfcd95508
3 changed files with 38 additions and 23 deletions
|
|
@ -202,8 +202,6 @@ namespace PepperDash.Essentials.UIDrivers.VC
|
|||
{
|
||||
string roomNumberSipUri = "";
|
||||
|
||||
#warning FIX PHONE FORMATTING TO ONLY SHOW WHEN APPROPRIATE - TALK TO NEIL
|
||||
|
||||
if (!string.IsNullOrEmpty(Codec.CodecInfo.SipUri)) // If both values are present, format the string with a pipe divider
|
||||
roomNumberSipUri = string.Format("{0} | {1}", GetFormattedPhoneNumber(Codec.CodecInfo.SipPhoneNumber), Codec.CodecInfo.SipUri);
|
||||
else // If only one value present, just show the phone number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue