192193194195196197198199200201202
} if (isConnected) { if (startVuMeter) { try { sc.sendCommandToSoftphone("getMicrophoneVolume"); } catch (IOException e) { LOGGER.log(Level.WARNING, "Unable to get Microphone volume", e); } }
228229230231232233234235236237238
return; } if (startVuMeter) { try { sc.sendCommandToSoftphone("getSpeakerVolume"); } catch (IOException e) { LOGGER.log(Level.WARNING, "Unable to get speaker volume", e); } }