dbus=models.CharField(_('DBus or ICE base'),max_length=200,default=settings.DEFAULT_CONN,help_text=_("Examples: 'net.sourceforge.mumble.murmur' for DBus or 'Meta:tcp -h 127.0.0.1 -p 6502' for Ice."));
addr=models.CharField(_('Server Address'),max_length=200,help_text=_("Hostname or IP address to bind to. You should use a hostname here, because it will appear on the global server list."));
port=models.IntegerField(_('Server Port'),help_text=_("Port number to bind to. Use -1 to auto assign one."));
port=models.IntegerField(_('Server Port'),help_text=_("Port number to bind to. Use -1 to auto assign one."),default=settings.MUMBLE_DEFAULT_PORT);