Hello all,
I’ve installed Asterisk version 17.4.0 on an Ubuntu virtual machine on my Windows laptop.
When I tried running the sip show peers command, I receive the error “No such command ‘sip show peers’ (type ‘core show help sip show’ for other possible commands)”
After researching on the forums about this error, I discovered that it generally stems from an issue with the chan_sip.so file. And so I ran the command “module show like chan_sip.”
This returned with 0 modules found or loaded.
The next area I checked was the menu, by running make menuselect in the terminal. The chan_sip file was selected.
Upon realizing this I searched in the files out of curiosity, and found the chan_sip.so file in usr/src/asterisk-17.4.0/channels.
Why isn’t Asterisk able to find and use this module? What else can I try to resolve this issue?
Thanks for any advice!