Thread
Print

B200P/B400P/B100P with trixbox 2.8 can't load chan_misdn.so

B200P/B400P/B100P with trixbox 2.8 can't load chan_misdn.so

hello:
if you have any problem with load chan_misdn.so in TB-2.8, please try to create a symlinks.
here is a way to that:
ln -s /usr/lib/libisdnnet.so /usr/lib/libisdnnet.so.0
ln -s /usr/lib/libmISDN.so /usr/lib/libmISDN.so.0
ln -s /usr/lib/libsuppserv.so /usr/lib/libsuppserv.so.0

then restart asterisk
use command "misdn show stacks"

*CLI> misdn show stacks
BEGIN STACK_LIST:
  * Port 1 Type TE Prot. PMP L2Link DOWN L1Link: DOWN Blocked:0  Debug:0
  * Port 2 Type TE Prot. PMP L2Link DOWN L1Link: DOWN Blocked:0  Debug:0
  * Port 3 Type TE Prot. PMP L2Link DOWN L1Link: DOWN Blocked:0  Debug:0
  * Port 4 Type TE Prot. PMP L2Link DOWN L1Link: DOWN Blocked:0  Debug:0
Note:
before doing that, you MUST run:
1) mISDN scan; make sure the system can find bri cards.
2) mISDN config; make sure the system config the mISDN.conf and misdn.conf
3) mISDN start ; start mISDN drivers, make sure there is no any error through running dmesg
4)if your card is B100P, please notice when mISDN start, there is no LED.

TOP

Hi, I have a B100P and Trixbox v2.8.0.1, I followed the guide, but when I use use command "misdn show stacks", gives me a error:
Copy to clipboard
Code:
No such command "misdn show stack" (type "help misdn show stack" for other possible commands)
What can I do?
Thank you

TOP

Please send your ssh to my email
denins.den@openvox.cn

TOP

Hi,
I have modified my rc.local as
Copy to clipboard
Code:
#!/bin/sh

#

# This script will be executed *after* all the other init scripts.

# You can put your own initialization stuff in here if you don't

# want to do the full Sys V style init stuff.



touch /var/lock/subsys/local

/usr/sbin/misdn-init start

/usr/sbin/amportal start

chmod 755 /usr/local/sbin/motd.sh && /usr/local/sbin/motd.sh > /etc/issue

/var/www/html/aastra/asterisk/aastra_daemon1&

/var/www/html/aastra/asterisk/aastra_daemon2&
but doesen't work.
But if  manually stop asterisk, launch misdn and then restart asterik, it's work fine.
What can i do?

TOP

Quote:
Original posted by onire at 2009-8-19 18:57
Hi, I have a B100P and Trixbox v2.8.0.1, I followed the guide, but when I use use command "misdn show stacks", gives me a error:No such command "misdn show stack" (type "help misdn show stack" for oth ...
Did you manage to figure a way around? I am having the exact same problem.
Thanks,
A.

TOP

Thread