Using Dynamic DAHDI Loop Back
Hi This is my system.conf :
dynamic=loc,1:0,31,0
bchan=1-15,17-31
dchan
echocanceller=mg2,1-15,17-31
dynamic=loc,1:1,31,0
bchan2-46,48-62
dchanG
echocanceller=mg2,32-46,48-62
and this is my chan_dahdi.conf:
group=0
echocancel = yes echocancelwhenbridged=no context=from-pstn switchtype = euroisdn signalling = pri_net channel => 1-15,17-31
group=1
switchtype = euroisdn signalling = pri_cpe channel => 32-46,48-62
all dahdi command line outputs like dahdi_tool are ok but inside Asterisk there is nothing in “Dahdi show channels” . please help me
Regards
2 thoughts on - Using Dynamic DAHDI Loop Back
Is the Dahdi module compiled into Asterisk? Does “module show like chan” show the chan_dahdi.so module? Look into
/usr/lib/asterisk/modules/ for the module. If it is not there then you did not compile Asterisk with Dahdi support. If you installed from packages maybe the dahdi module is a separate package.
If the module is present but not loaded then there is probably an error in your chan_dahdi.conf file that prevents it from loading. Start Asterisk manually and look for an error while loading chan_dahdi.conf.
—
Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez dCAP #1349
+52 (55)9116-91161
—
Hi Insert this on first line of chan_dahdi.conf:
[channels]
[image: Sua Foto] Rafael S. Saraiva Porto Alegre – RS | Mobile: (51) 8174-7956
<http://br.linkedin.com/pub/rafael-saraiva/52/aab/230>
<https://plus.google.com/u/0/+RafaelSaraivaRS>
2016-03-13 10:01 GMT-03:00 Mehdi Shirazi: