I just loaded a new asterisk install (1.4.19) and found that the sip, iax, and extentions commands are missing from the cli and are not listed in help either? Any idea what could have happened or where these commands may have gone? Thanks, Eric -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081011/feb81dd8/attachment-0001.htm
On Sat, Oct 11, 2008 at 08:17:09PM -0700, Eric Fort wrote:> I just loaded a new asterisk install (1.4.19) and found that the sip, iax, > and extentions commands are missing from the cli and are not listed in help > either? Any idea what could have happened or where these commands may have > gone?It probably means that the respective modules (chan_sip.so, chan_iax2.so, etc.) were not loaded. Do you have autoload enabled in modules.conf? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
I've seen something like that (in your next post you show 20-some modules, a stock install will be > 100 modules) when using the openSUSE distribution Asterisk package along with asterisk-addons package. What happens is it gets stuck on some module that is not configured.... I think one of the ones relating to database or CDR. You will notice if you do an asterisk -vvvvvc that you did not get "Asterisk is ready" at the point where your modules are missing. I think after a few minutes everything loads (module times out starting with its default config) If this is the case you should just disable any modules you don't use from /usr/lib/asterisk/modules or /usr/lib64/asterisk/modules.... you can move them out of there at first and eventually add them as noload to modules.conf (so when you upgrade to a newer version you don't run into the same issue). On Sat, Oct 11, 2008 at 11:17 PM, Eric Fort <eric.fort at gmail.com> wrote:> I just loaded a new asterisk install (1.4.19) and found that the sip, iax, > and extentions commands are missing from the cli and are not listed in help > either? Any idea what could have happened or where these commands may have > gone? > > Thanks, > > Eric > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
On Mon, Oct 13, 2008 at 06:51:47PM +0200, Karsten Wemheuer wrote:> Hi Eric, > > Am Sonntag, den 12.10.2008, 18:06 -0700 schrieb Eric Fort: > > resolve.conf and dns is working. The problem persists. > > /var/log/asterisk/messages shows a few notices and warnings on > > res_smdi.c, res_musiconhold.c, and usbradio.c. when I disable loading > > of these in modules.conf asterisk crashes on load. > > > > Eric > > try to start asterisk in foreground. > First stop it and then start it on the shell: > asterisk -vvvvvvActually often many v-s flood you with messages and hide the errors. asterisk -U asterisk -c But then again, this information should already be in the logs. -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir