Hello,
because the registrar module imports now some values of usrloc
parameters it must be loaded before the usrloc module.
use:
loadmodule "usrloc.so"
loadmodule "registrar.so"
Cheers,
Daniel
On 03/03/07 15:14, Henri Keski-Sikkilä wrote:
Daniel-Constantin Mierla wrote:
Hello,
henri keski-sikkila wrote:
[...]
When user exit room only admin gets message "The user [user] has left
the room" others doesn't know anything that user has left room...
Could you test with the latest CVS version? If you get the same, please
capture the sip traffic on openser box and send it to me for this case
ngrep -d any -qt port 5060
Cheers,
Daniel
Hello Daniel,
I took the latest source code from svn. I used a default routing script
"imc.cfg" that comes with the imc module. When I started openser, I got
these messages:
0(0) imc:mod_init:the query returned no result
0(0) find_cmd_export_t: found <load_tm>(0) in module tm
[modules/tm/tm.so]
0(0) pool_remove: Removing connection from the pool
0(0) DEBUG: register_stats: imc
0(0) DEBUG: register_mi: imc
0(0) DEBUG: init_mod: tm
0(0) TM - initializing...
0(0) Call-ID initialization: '7fbb9de7'
0(0) unixsock_register_cmd: New command (t_uac_dlg) registered
0(0) unixsock_register_cmd: New command (t_uac_cancel) registered
0(0) unixsock_register_cmd: New command (t_hash) registered
0(0) unixsock_register_cmd: New command (t_reply) registered
0(0) DEBUG: lock_initialize: lock initialization started
0(0) DEBUG: MD5 calculated: 72dbedf8f6d9bc423ac07e79fbac2ddb
0(0) DEBUG: MD5 calculated: ce1d8ecb1b6d4462277ac0abb13e18fc
0(0) DEBUG: register_stats: tm
0(0) DEBUG: register_mi: tm
0(0) DEBUG: init_mod: xlog
0(0) XLOG: initializing ...
0(0) DEBUG: init_mod: registrar
0(0) registrar - initializing
0(0) find_cmd_export_t: found <load_sl>(0) in module sl
[modules/sl/sl.so]
0(0) find_cmd_export_t: found <ul_bind_usrloc>(1) in module usrloc
[modules/usrloc/usrloc.so]
0(0) ERROR:usrloc:bind_usrloc: configuration error - trying to bind to
usrlo module before being initialized
0(0) init_mod(): Error while initializing module registrar
ERROR: error while initializing modules
0(0) INFO:mi_fifo:mi_destroy:memory for the child's mi_fifo_pid was
not allocated -> nothing to destroy
0(0) XLOG: destroy module ...
0(0) DEBUG: tm_shutdown : start
0(0) DEBUG: unlink_timer_lists : emptying DELETE list
0(0) DEBUG: tm_shutdown : emptying hash table
0(0) DEBUG: tm_shutdown : releasing timers
0(0) DEBUG: tm_shutdown : removing semaphores
0(0) DEBUG: tm_shutdown : destroying tmcb lists
0(0) DEBUG: tm_shutdown : done
0(0) imc: destroy module ...
0(15800) shm_mem_destroy
0(15800) destroying the shared memory lock
Best Regards,
Henri