[asterisk-bugs] [AsteriskNOW and Packages 0017381]: /dev/dahdi/transcode missing
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 24 09:40:59 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17381
======================================================================
Reported By: kFuQ
Assigned To:
======================================================================
Project: AsteriskNOW and Packages
Issue ID: 17381
Category: Package Issues
Reproducibility: always
Severity: major
Priority: normal
Status: new
JIRA:
======================================================================
Date Submitted: 2010-05-24 09:22 CDT
Last Modified: 2010-05-24 09:40 CDT
======================================================================
Summary: /dev/dahdi/transcode missing
Description:
/dev/dahdi/transcode is missing from *NOW v1.5.0
unloading chan_dahdi is NOT a solution. This card has worked fine since
asterisk 0.9.x.
the device probably needs to be created with mknod.
======================================================================
----------------------------------------------------------------------
(0122300) kFuQ (reporter) - 2010-05-24 09:40
https://issues.asterisk.org/view.php?id=17381#c122300
----------------------------------------------------------------------
Resolved!
Changes Made:
edited /etc/asterisk/chan_dahdi.conf and added
#include dahdi-channels.conf
removed everything after that & re-ran dahdi_cfg -vvvvvv
**********************************************************
# cat chan_dahdi.conf
;# Flash Operator Panel will parse this file for dahdi trunk buttons
;# AMPLABEL will be used for the display labels on the buttons
;# %c Dahdi Channel number
;# %n Line number
;# %N Line number, but restart counter
;# Example:
;# ;AMPLABEL:Channel %c - Button %n
;# For Dahdi/* buttons use the following
;# (where x=number of buttons to dislpay)
;# ;AMPWILDCARDLABEL(x):MyLabel
[channels]
language=en
; include dahdi extensions defined in FreePBX
#include chan_dahdi_additional.conf
#include dahdi-channels.conf
***************************************************************
# dahdi_cfg -vvvv
DAHDI Tools Version - 2.3.0
DAHDI Version: 2.3.0
Echo Canceller(s): MG2
Configuration
======================
Channel map:
Channel 01: FXS Kewlstart (Default) (Echo Canceler: mg2) (Slaves: 01)
1 channels to configure.
Setting echocan for channel 1 to mg2
**********************************************************
added:
noload => codec_dahdi.so
load => chan_dahdi.so
to modules.conf.
I then shut down * with amportal stop, restarted dahdi with service dahdi
stop && service dahdi start, then restarted * with amportal start
****************************************************************
*CLI> dahdi show channels
Chan Extension Context Language MOH Interpret
pseudo default default
1 from-pstn en default
*******************************************
-- Executing [s at from-pstn:1] Set("DAHDI/1-1", "__FROM_DID=s") in new
stack
-- Executing [s at from-pstn:2] Gosub("DAHDI/1-1",
"app-blacklist-check|s|1") in new stack
-- Executing [s at app-blacklist-check:1] GotoIf("DAHDI/1-1",
"0?check-blocked") in new stack
-- Executing [s at app-blacklist-check:2] GotoIf("DAHDI/1-1",
"0?check-blocked") in new stack
-- Executing [s at app-blacklist-check:3] GotoIf("DAHDI/1-1",
"0?check-blocked:check") in new stack
-- Goto (app-blacklist-check,s,5)
-- Executing [s at app-blacklist-check:5] LookupBlacklist("DAHDI/1-1",
"") in new stack
-- Executing [s at app-blacklist-check:6] GotoIf("DAHDI/1-1",
"0?blacklisted") in new stack
-- Executing [s at app-blacklist-check:7] Set("DAHDI/1-1",
"CALLED_BLACKLIST=1") in new stack
-- Executing [s at app-blacklist-check:8] Return("DAHDI/1-1", "") in new
stack
Issue History
Date Modified Username Field Change
======================================================================
2010-05-24 09:40 kFuQ Note Added: 0122300
======================================================================
More information about the asterisk-bugs
mailing list