[asterisk-dev] Module 'app_gbox.so' could not be loaded.
bkruse
bkruse at digium.com
Mon Jun 18 13:37:59 CDT 2007
Check out app_skel.c in your source dir under apps/. Go from there.
-bkruse
Paolo Ornati wrote:
> On Mon, 18 Jun 2007 14:48:00 +0500
> "ast guy" <astguy at gmail.com> wrote:
>
>
>> When I compile it outputs following errors
>>
>> app_gbox.c:944: warning: 'unload_module' defined but not used
>> app_gbox.c:954: warning: 'load_module' defined but not used
>>
>>
>> Any comments what am I missing for proper application registration.
>>
>
> IMO you should remove "static" from these, at least:
>
> static int unload_module(void)
> static int load_module(void)
>
> how are they supposed to be called if you hide them?
>
>
> PS: not that I'm an expert, this is the my first post here
>
>
More information about the asterisk-dev
mailing list