Summary: | DAHTOOL-00042: dahdi_genconf chandahdi fails to work. | ||
Reporter: | Mark Jones (mark0978) | Labels: | |
Date Opened: | 2010-03-05 15:08:01.000-0600 | Date Closed: | 2010-10-17 14:46:53 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | Utilities |
Versions: | 2.2.0 | Frequency of Occurrence | |
Related Issues: | |||
Environment: | Attachments: | ||
Description: | Use of uninitialized value $type in hash element at /usr/local/share/perl/5.10.0/Dahdi/Config/Gen/Chandahdi.pm line 160. Use of uninitialized value $type in hash element at /usr/local/share/perl/5.10.0/Dahdi/Config/Gen/Chandahdi.pm line 161. Use of uninitialized value $type in hash element at /usr/local/share/perl/5.10.0/Dahdi/Config/Gen/Chandahdi.pm line 162. Use of uninitialized value $type in string eq at /usr/local/share/perl/5.10.0/Dahdi/Config/Gen/Chandahdi.pm line 166. Use of uninitialized value $type in concatenation (.) or string at /usr/local/share/perl/5.10.0/Dahdi/Config/Gen/Chandahdi.pm line 167. missing default_chan_dahdi_signalling for chan #1 type at /usr/local/share/perl/5.10.0/Dahdi/Config/Gen/Chandahdi.pm line 167. ****** ADDITIONAL INFORMATION ****** Linux phones 2.6.31-20-generic-pae ASTERISK-53-Ubuntu SMP Mon Feb 8 10:23:59 UTC 2010 i686 GNU/Linux dahdi-linux-complete-2.2.1+2.2.1 tarball (This version was NOT an option in the droplist) | ||
Comments: | By: Tzafrir Cohen (tzafrir) 2010-03-09 16:24:57.000-0600 Could you please also test with recent SVN? # make sure you have the package 'subversion' installed svn co http://svn.asterisk.org/svn/dahdi/tools/trunk dahdi-tools/svn cd dahdi-toosl-svn ./xpp/dahdi_hardware ./xpp/lsdahdi ./xpp/dahdi_genconf By: Mark Jones (mark0978) 2010-03-10 08:15:43.000-0600 I attempted to test with the current SVN, but it wouldn't build due to undefined symbols. dahdi_cfg.c: In function âspanconfigâ: dahdi_cfg.c:376: error: âDAHDI_CONFIG_NTTEâ undeclared (first use in this function) dahdi_cfg.c:376: error: (Each undeclared identifier is reported only once dahdi_cfg.c:376: error: for each function it appears in.) dahdi_cfg.c:380: error: âDAHDI_CONFIG_TERMâ undeclared (first use in this function) make[1]: *** [dahdi_cfg.o] Error 1 So testing it there appears to be very difficult. Another thing I would like to add here, is that genconf always seems to generate things for ISDN which may be the norm in Europe, but does not seem to be the norm for CenturyLink here in Alabama. Seems like a command line option for an EM wink T1 would be in order. By: Tzafrir Cohen (tzafrir) 2010-03-10 09:58:48.000-0600 Sorry, my mistake. I actually wonder why the configure script didn't fail. cd .. svn co http://svn.asterisk.org/svn/dahdi/linux/trunk dahdi-linux-svn cd - ./configure --with-dahdi=../dahdi-linux-svn # now it should build By: Tzafrir Cohen (tzafrir) 2010-03-25 20:13:59 Any news? By: Tzafrir Cohen (tzafrir) 2010-10-17 14:46:53 I believe that this issue has been fixed. If not, please reopen the bug. |