Hi,
I'm looking to write a very simple provisioning script that will be
manually retrieved from a uri. The script should rearrange the prefered
audio codec, placing iLBC/8000 at the top of the list.
What I've written is this:
<?php
echo
"net.java.sip.communicator.impl.neomedia.codec.EncodingConfiguration.iLBC/8000=14/n"
?>
But this is not changing anything. Where am I going wrong? Thanks very
much for your help.
Joseph