Hi This is my system.conf : dynamic=loc,1:0,31,0 bchan=1-15,17-31 dchan=16 echocanceller=mg2,1-15,17-31 dynamic=loc,1:1,31,0 bchan=32-46,48-62 dchan=47 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
On 2016-03-13 07:01, Mehdi Shirazi wrote:> Hi > This is my system.conf : > dynamic=loc,1:0,31,0 > bchan=1-15,17-31 > dchan=16 > echocanceller=mg2,1-15,17-31 > > dynamic=loc,1:1,31,0 > bchan=32-46,48-62 > dchan=47 > 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 > > RegardsIs 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
Rafael dos Santos Saraiva
2016-Mar-13 19:05 UTC
[asterisk-users] using dynamic DAHDI loop back
Hi Insert this on first line of chan_dahdi.conf: [channels] [image: Sua Foto] <rafaelsnsa at gmail.com> 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 <mahdi_shirazi at yahoo.com>:> Hi > This is my system.conf : > dynamic=loc,1:0,31,0 > bchan=1-15,17-31 > dchan=16 > echocanceller=mg2,1-15,17-31 > > dynamic=loc,1:1,31,0 > bchan=32-46,48-62 > dchan=47 > 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 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160313/ca6b0311/attachment.html>