I am having some issues with my install of Asterisk 11. During troubleshooting I discover I am missing a critical module.
app_hangup.so
Anyone know how I can install this? Can someone send me a copy of theirs so I can add it to my /usr/lib/asterisk directory?
Thanks,
There is no app_hangup.c in Asterisk 11, so I think it very unlikely that there is an app_hangup.so. Why do you think it should be there?
In any case, someone else’s copy could be for a different architecture, and might depend on compile time options, or even versions of libraries used.
If there were such a module you would run make menu_config, enable it, after resolving any indicated missing dependencies, and rebuild and re-install, excluding make samples.
Thanks David55,
This is helpful.
I solved my issue by removing asterisk then reinstalling it.