Hello
I am a trying to implement Asterisk in one of the branches of our corporation , replacing our current windows based telephone system.
I am very proficient with linux based systems, I’ve been working with them
for a long time now, so please be as technical as you may wish, just help
me overcome this obsticle. I’ve done a lasting research on the issue but with
no success i have came to your forum to get the formal help.
Im implementing Asterisk on a Slackware box. I’ve succesfully configured, compiled and installed all mentioned requirements for Asterisk-1.2.7.
When I run Asterisk: (“Asterisk -vvvc”)
[chan_misdn.so] => (Channel driver for mISDN Support (Bri/Pri))
May 10 11:24:58 ERROR[3136]: chan_misdn.c:3855 load_module: Unable to initialize mISDN
May 10 11:24:58 WARNING[3136]: loader.c:414 __load_resource: chan_misdn.so: load_module failed, returning -1
May 10 11:24:58 WARNING[3136]: loader.c:554 load_modules: Loading module chan_misdn.so failed
even though:
root@telephony:/# ls -la /usr/lib/asterisk/modules | grep chan
-rwxr-xr-x 1 root root 144678 2006-05-09 16:49 app_chanisavail.so*
-rwxr-xr-x 1 root root 156717 2006-05-09 16:49 app_chanspy.so*
-rwxr-xr-x 1 root root 134335 2006-05-09 16:49 app_dumpchan.so*
-rwxr-xr-x 1 root root 231941 2006-05-09 16:49 chan_agent.so*
-rwxr-xr-x 1 root root 260336 2006-05-09 16:49 chan_alsa.so*
-rwxr-xr-x 1 root root 161810 2006-05-09 16:49 chan_features.so*
-rwxr-xr-x 1 root root 713100 2006-05-09 16:49 chan_iax2.so*
-rwxr-xr-x 1 root root 163015 2006-05-09 16:49 chan_local.so*
-rwxr-xr-x 1 root root 297922 2006-05-09 16:49 chan_mgcp.so*
-rwxr-xr-x 1 root root 506593 2006-05-10 11:06 chan_misdn.so*
-rwxr-xr-x 1 root root 241162 2006-05-09 16:49 chan_oss.so*
-rwxr-xr-x 1 root root 193152 2006-05-09 16:49 chan_phone.so*
-rwxr-xr-x 1 root root 659017 2006-05-09 16:49 chan_sip.so*
-rwxr-xr-x 1 root root 263156 2006-05-09 16:49 chan_skinny.so*
as you can see the chan_misdn.so is present and has execution rights.
so i am somewhat puzzled here, as i could not find any info online.
what could be wrong?
what does it mean that misdn could no initialize?
do i have to have the hardware installed in order for misdn to run?
thank you for your time.
please help.