[Asterisk-Dev] New app_groupcount.so in SVN-trunk-r7413 broken

Brian Capouch brianc at palaver.net
Fri Dec 9 23:44:39 MST 2005


I just fetched and built abovementioned version moments ago.

It crashes on every platform I've tried it on with the following message(s):

  [app_groupcount.so] => (Group Management Routines)
   == Registered application 'GetGroupCount'
   == Registered application 'SetGroup'
   == Registered application 'CheckGroup'
   == Registered application 'GetGroupMatchCount'
Dec 10 01:36:28 WARNING[25547]: cli.c:1104 ast_cli_register: Command 
'groupshowchannels' already registered (or something close enough)
Dec 10 01:36:28 WARNING[25547]: loader.c:414 __load_resource: 
app_groupcount.so: load_module failed, returning -1
   == Unregistered application 'GetGroupCount'
   == Unregistered application 'SetGroup'
   == Unregistered application 'CheckGroup'
   == Unregistered application 'GetGroupMatchCount'
Dec 10 01:36:28 WARNING[25547]: loader.c:554 load_modules: Loading 
module app_groupcount.so failed!

I'm doing some more digging--it appears there are namespace clashes with 
existing functions that, as indicated, have already registered when the 
module is loaded.

I'll file a bug report once I've got a better handle on things.

B.



More information about the asterisk-dev mailing list