Page 1 of 1

Sangoma A500 BRI card with Redux

PostPosted: Wed Jan 11, 2012 6:53 pm
by phil_discount
Hi everybody,

does anybody have a Sangoma a500 card running with redux??

my information is to reinstall wanpipe for dahdi/zaptel and BRI support.

i tried it with redux 3.0.5 .. but i get a error while i install smg(sangoma media gateway) .. but before i get the error i get a hint that the kernel is not correct configured
Code: Select all
gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -I ../../ssmg/libsangoma.trunk -I. -I ../../patches/kdrivers/include -I ../../patches/kdrivers/wanec/oct6100_api/include -I ../../patches/kdrivers/wanec -I/usr/local/include -I../../patches/kdrivers/include -I/usr/include/wanpipe -Ilib/libteletone/src -D__LINUX__ -D_REENTRANT -D_GNU_SOURCE -O6  -DBRI_PROT -DSMG_DTMF_ENABLE -o sangoma_mgd sangoma_mgd.o sangoma_mgd_memdbg.o  sangoma_mgd_logger.o sangoma_mgd_ip_bridge.o switch_buffer.o  call_signal.o -L lib/libteletone/.libs -L. -L/usr/local/lib -L ../../ssmg/libsangoma.trunk/.libs -lpthread -lsangoma -lm -lteletone
/usr/bin/ld: cannot find -lsangoma
collect2: ld returned 1 exit status
make: *** [sangoma_mgd] Error 1
-------------------------------------
Error: SMG Failed to install
Please Contact Sangoma Support!

another person with exactly the same problem
http://pastebin.com/fpbbDAVA


with redux 3.1.4 i get the following error when i reinstall wanpipe
Code: Select all
ERROR: The /lib/modules/2.6.34.10-0.4-pae/build contains a fresh, unconfigured kernel!

       If you already have a working kernel image, a
       simple kernel configuration can solve this problem
             In linux source dirctory run:

                make dep modules

       Then retry the Setup script !!

i've got no idea how to configure the kernel :-)

regards
Philip[/url]

PostPosted: Mon Jan 23, 2012 6:02 am
by DarknessBBB
I've succesfully installed an A500 card with Vicibox, but I don't remember those errors. Since Vicidial doesn's support Woomera channels, I've made a workaround using a loopback IAX trunk. But the latest drivers discarded woomera using dahdi instead.

PostPosted: Mon Jan 23, 2012 6:47 pm
by phil_discount
vicidial doesnt support woomera?? wow ok so i will do a loopback ..

which version of dahdi,wanpipe do u use? vicibox redux 3.x?

PostPosted: Wed Jan 25, 2012 7:35 am
by DarknessBBB
phil_discount wrote:vicidial doesnt support woomera?? wow ok so i will do a loopback ..

which version of dahdi,wanpipe do u use? vicibox redux 3.x?


Wanpipe 3.5.20
Dahdi Tools 2.4.1
Dahdi 2.4.1.2
Vicibox Redux 3.1.10 64 bit

PostPosted: Mon Jan 30, 2012 4:47 am
by phil_discount
seems to be a script error in wanpipe while installing option 7 for sangoma BRI/analog feature:

after executing this commands it works fine
Code: Select all
$ cd /usr/src/wanpipe-3.5.15/ssmg/libsangoma.trunk
$ /bin/sh bootstrap
$ configure
$ make
$ make install
$ /sbin/ldconfig


can somebody tell me when i have to recompile asterisk?

after installing/updating libpri?
after installing/updating dahdi?
after installing/updating wanpipe?
after installing/updating sangoma smg service?