//Something's picked up, the call has been connected
case CallStatus.ESTABLISHED:
if (listing.isPrivate()) {
//Stop playing the phone ringing sound
try {
softphoneCall.stopTreatment("ring_tone.au");
} catch (IOException e) {
logger.warning("Unable to stop treatment " + softphoneCall + ": "
+ e.getMessage());
}
}