[Home]

Summary:ASTERISK-15963: Conference will not record with DAHDI loaded, but no hardware
Reporter:John Covici (covici)Labels:
Date Opened:2011-01-20 03:04:10.000-0600Date Closed:2011-06-07 14:05:18
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_meetme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have asterisk installed on Debian Leni with dahdi-trunk and dahdi-tools-trunk working, however meetme complains that there are no dahdi channels, so recording  is disabled, and indeed dahdi show channels gives just the header-- no pseudo channels
Comments:By: David Woolley (davidw) 2011-01-20 05:59:24.000-0600

From dahdi 2.4.0, internal timing is provided by the core dahdi module and dahdi_dummy isn't (normally) needed.  Your dahdi show channels is normal for that version.

What are your timing options in asterisk.conf?

I think you will also be expected to provide the actual console output.

By: John Covici (covici) 2011-01-20 06:33:37.000-0600

dahdi version is trunk 9621 and internal_timing is set to yes in asterisk.conf.

Here are the actual lines from the log
[Jan 15 11:04:43] WARNING[8772] app_meetme.c: No DAHDI channel available for conference, user introduction disabled (is chan_dahdi loaded?)
[Jan 15 11:04:43] WARNING[8772] app_meetme.c: No DAHDI channel available for conference, conference recording disabled (is chan_dahdi loaded?)

Note also that the conference works i.e.  parties can hear/talk and even mute/unmute.  Just recording and user intro does not work.

By: Sean Bright (seanbright) 2011-01-29 11:32:34.000-0600

Post the output of 'lsmod' from the shell and 'module show' from the asterisk CLI.

By: John Covici (covici) 2011-01-31 06:43:14.000-0600

Well, after updating to dahdi-trunk as of early Saturday morning and asterisk as well, it is now working.  Very strange indeed.  I made sure to load dahdi-dummy, but this is supposed to not have an effect.