1.8.9.2-3 sip not working

I am running debian

I have been compiling diffrent versions trying all sorts of things. Searched this fourm and search engines nothing is helping.

I have compiled with no problems befor.

i think it might be because I attempted to install using apt-get at one point and there may be some files kicking around I dunno. but here is what I have done

/usr/src/asterisk-1.8.9.2# ./contrib/scripts/get_mp3_source.sh
rm -f /usr/lib/asterisk/modules/*
make distclean
./configure
make menuconfig (note chan sip is fine here. … )
make
make install

all seems good.

and still sip does not load… even added in sip trunks and extentions nothing.

Connected to Asterisk 1.8.9.2 currently running on coincollector (pid = 22550) Verbosity was 3 and is now 5 coincollector*CLI> sip show registry No such command 'sip show registry' (type 'core show help sip show' for other possible commands) coincollector*CLI> module load chan_sip.so Unable to load module chan_sip.so Command 'module load chan_sip.so' failed. SIP channel loading... coincollector*CLI>

help nothing seem s to work… I been completly lost out of ideas…

You should not need “.so” on the module load command. I’m not sure if it is harmless.

Connected to Asterisk 1.8.9.2 currently running on coincollector (pid = 22550) Verbosity is at least 5 coincollector*CLI> module load chan_sip Unable to load module chan_sip Command 'module load chan_sip' failed. SIP channel loading... coincollector*CLI>

Thats not it. but hey thanks.

I dunno what else I can say. its a old dell computer

:/usr/src/asterisk-1.8.9.2# uname -r
2.6.32-5-686

is there anything anyone wants to see

just a note a reboot or asterisk restart does nothing. its all just the same no effect.