Misdn

Hello
I have some probs with my b410P
I have the lastest version of trixbox 2.3 with asterisk 1.4.6.
I want to install a b410P card. I install the last zaptel.
I install misdn driver.
Now i want to ad chan_misdn.so . I compile asterisk 1.4.6 ( make clean ./configure make
compile works fine but in channels directory i haven’t chan_misdn.so i have chan_misdn.c , chan_zap.so, chan_sip.so …
I search this module in other directory but nothing.

Can you help me

Quick chan_misdn howto: linox.be/index.php/2006/06/09/in … erisk_box/ .

Hope it helps.

Marco Bruni

chan_misdn.c: In function âmisdn_jb_initâ:
chan_misdn.c:5115: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c: In function âmisdn_jb_destroyâ:
chan_misdn.c:5123: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c: In function âmisdn_jb_fillâ:
chan_misdn.c:5137: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c:5169: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c:5185: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c: In function âmisdn_jb_emptyâ:
chan_misdn.c:5197: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c:5211: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c:5238: erreur: âstruct misdn_jbâ has no member named âmutexjbâ
chan_misdn.c: In function âchan_misdn_logâ:
chan_misdn.c:5256: erreur: âLOG_WARNINGâ undeclared (first use in this function)
chan_misdn.c:5266: attention : implicit declaration of function âva_startâ
chan_misdn.c:5268: attention : implicit declaration of function âva_endâ
chan_misdn.c:5277: attention : implicit declaration of function âast_console_putsâ
make: *** [chan_misdn.o] Erreur 1

other idea??

I should be able try install misdn and chan_misdn later today or tomorrow, using the howto I mentioned, I’ll use * 1.4.10.1, I’ll post the result here.

Bye.

Marco Bruni

ok thanks

Misdn (1.1.5) and chan_misdn (from * 1.4.10.1) are working for me, just tried a couple of inbound and outbound calls through my hfc board; I just downloaded and installed misdn and misdnuser from misdn.org/index.php/Installing_mISDN, then I downloaded and installed * in the usual way, when misdn is installed chan_misdn is enabled by default, you can check it with “make menuselect”.

Bye.

Marco Bruni

After some installation i have found au problème at the compilation of b410p of zaptel.
make b410p

/usr/bin/ld: cannot find -lncurses
collect2: ld a retourné 1 code d’état d’exécution
make[3]: *** [voipisdn] Erreur 1
make[3]: quittant le répertoire « /usr/src/zaptel-1.4.4/mISDNuser-1_1_5/voip »
make[2]: *** [subdirs] Erreur 2
make[2]: quittant le répertoire « /usr/src/zaptel-1.4.4/mISDNuser-1_1_5 »
make[1]: *** [all] Erreur 2
make[1]: quittant le répertoire « /usr/src/zaptel-1.4.4/mISDNuser-1_1_5 »
make: *** [b410p] Erreur 2

i have tested with the lastest zaptel and older.

You should install the ncurses library, then retry.

Bye.

Marco Bruni