This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

function setConf($key, $value) not working


lexesv
 Share

Recommended Posts

Hello

My problem:


Server

Debian Linux 67

Intel® Core i7 CPU 920 @ 2.67GHz

Real memory 7.81 GB total


Murmur

version 1.2.5

compiled

CONFIG+=no-client CONFIG+=optimize CONFIG+=no-cocoa CONFIG+=no-dbus CONFIG+=no-g15 CONFIG+=no-asio CONFIG+=no-directsound CONFIG+=no-wasapi CONFIG+=no-portaudio CONFIG+=no-pulseaudio CONFIG+=no-xevie CONFIG+=no-oss CONFIG+=no-alsa CONFIG+=no-speechd CONFIG+=no-update CONFIG+=no-embed-at-translations CONFIG+=no-bonjour -o Makefile main.pro


./murmurd -limits

2014-04-04 14:45:46.765 Initializing settings from /home/mm/murmur.ini (basepath /home/mm)

2014-04-04 14:45:46.765 OpenSSL: OpenSSL 0.9.8o 01 Jun 2010

2014-04-04 14:45:46.765 Running descriptor test.

2014-04-04 14:45:46.765 0 descriptors...

2014-04-04 14:45:46.768 1024 descriptors...

2014-04-04 14:45:46.771 2048 descriptors...

2014-04-04 14:45:46.773 3072 descriptors...

2014-04-04 14:45:46.776 4096 descriptors...

2014-04-04 14:45:46.779 5120 descriptors...

2014-04-04 14:45:46.782 6144 descriptors...

2014-04-04 14:45:46.784 7168 descriptors...

2014-04-04 14:45:46.793 Managed to open 8181 descriptors

2014-04-04 14:45:46.793 0 threads...

2014-04-04 14:45:46.816 512 threads...

2014-04-04 14:45:46.884 Managed to spawn 1022 threads

 

require_once $_SERVER['DOCUMENT_ROOT'].'/ice/Ice.php';
require_once $_SERVER['DOCUMENT_ROOT'].'/Murmur.php';
$ICE = Ice_initialize();
$meta = Murmur_MetaPrxHelper::checkedCast($ICE->stringToProxy('Meta:tcp -h 127.0.0.1 -p 6502'));
$srv=$meta->getServer($sid);
//print_r($srv->getUsers());  //WORKING FINE
//$srv->addChannel("test", 0);  //WORKING FINE

$srv->setConf('registerName', 'test');  //Not workind (in Mumble client not change)  BUT
echo $srv->getConf('registerName');  //working ;

 

Please tell me what the solution to this problem?

Link to comment
Share on other sites

 Share

×
×
  • Create New...