[asterisk-bugs] [Zaptel 0012150]: Argument "IRQ" isn't numeric in numeric comparison (<=>) at /usr/lib/perl5/site_perl/5.8.7/Zaptel/Span.pm line 114

noreply at bugs.digium.com noreply at bugs.digium.com
Sat Jun 7 13:54:01 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12150 
====================================================================== 
Reported By:                james
Assigned To:                tzafrir
====================================================================== 
Project:                    Zaptel
Issue ID:                   12150
Category:                   Utilities
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Zaptel Version:              1.4.7  
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             03-05-2008 12:25 CST
Last Modified:              06-07-2008 13:54 CDT
====================================================================== 
Summary:                    Argument "IRQ" isn't numeric in numeric comparison
(<=>) at /usr/lib/perl5/site_perl/5.8.7/Zaptel/Span.pm line 114
Description: 
er is having problems using his TDM808B with AsteriskNOW 1.0.1. The zapconf
utility is not properly generating his /etc/asterisk/zapata.conf file. The
only thing that exists in his zapata.conf file is the trunkgroups and
channels sections in brackets.

His zaptel.conf file was generated correctly.

----

Output from "zapconf":

Argument "IRQ" isn't numeric in numeric comparison (<=>) at
/usr/lib/perl5/site_perl/5.8.7/Zaptel/Span.pm line 114.
Argument "IRQ" isn't numeric in numeric comparison (<=>) at
/usr/lib/perl5/site_perl/5.8.7/Zaptel/Span.pm line 114.
Argument "IRQ" isn't numeric in numeric comparison (<=>) at
/usr/lib/perl5/site_perl/5.8.7/Zaptel/Span.pm line 114.
Argument "IRQ" isn't numeric in numeric comparison (<=>) at
/usr/lib/perl5/site_perl/5.8.7/Zaptel/Span.pm line 114.
Failed probing type for channel IRQ at /usr/sbin/zapconf line 230.

----

Output from "lspci -v":

04:01.0 Ethernet controller: Digium, Inc.: Unknown device 0800 (rev 11)
Subsystem: Digium, Inc.: Unknown device 0800
Flags: bus master, medium devsel, latency 64, IRQ 17
I/O ports at dc00 [size=256]
Memory at df9ffc00 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at 50000000 [disabled] [size=128K]
Capabilities: [c0] Power Management version 2

----

Output from "lspci -vb":

04:01.0 Ethernet controller: Digium, Inc.: Unknown device 0800 (rev 11)
Subsystem: Digium, Inc.: Unknown device 0800
Flags: bus master, medium devsel, latency 64, IRQ 10
I/O ports at dc00
Memory at df9ffc00 (32-bit, non-prefetchable)
Expansion ROM at dfa00000 [disabled]
Capabilities: [c0] Power Management version 2

---- 
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 06-07-08 13:54  
---------------------------------------------------------------------- 
Repository: dahdi
Revision: 3944

_U  team/mattf/zaptel-1.4-vpmadt032fwupdate/
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/Makefile
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/README
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/build_tools/test_kernel_git
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/hdlcstress.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/hdlctest.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/GNUmakefile
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/tor2.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/torisa.c
U  
team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/xpp/utils/zconf/Zaptel/Span.pm
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/kernel/zaptel-base.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/tonezone.c
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/zaptel.conf.sample
U   team/mattf/zaptel-1.4-vpmadt032fwupdate/zonedata.c

------------------------------------------------------------------------
r3944 | mattf | 2008-06-07 13:53:56 -0500 (Sat, 07 Jun 2008) | 98 lines

Merged revisions
3881,3883,3885,3888,3892,3899,3904,3916,3919-3921,3932,3939 via svnmerge
from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

................
r3881 | kpfleming | 2008-02-26 17:43:29 -0600 (Tue, 26 Feb 2008) | 2 lines

properly initialize the buffer used for holding generated tone samples...
this should fix issue http://bugs.digium.com/view.php?id=11855 and solve
problems with DTMF generation

................
r3883 | sruffell | 2008-02-26 19:13:05 -0600 (Tue, 26 Feb 2008) | 3 lines

Increase the battery debounce from 64ms to 1 second.


................
r3885 | sruffell | 2008-02-27 12:30:56 -0600 (Wed, 27 Feb 2008) | 4 lines

Set the default tone zone to to the first loaded zone by default.

Should prevent the crash reported in issue  0012053.

................
r3888 | tzafrir | 2008-02-27 15:57:44 -0600 (Wed, 27 Feb 2008) | 3 lines

* torisa.c: Report the correct E1/T1 .
* tor2.c: fix a typo in the span description string.

................
r3892 | sruffell | 2008-02-28 00:01:47 -0600 (Thu, 28 Feb 2008) | 6 lines

Undoing the change in revision 3883 until there can be more thought about
the 
best place to configure the battery debounce time.  Too short and
erroneous
alarms are generated.  Too long, and asterisk won't detect when the remote
side disconnects.


................
r3899 | dbailey | 2008-02-28 08:37:26 -0600 (Thu, 28 Feb 2008) | 2 lines

Change DTMF and MF level parameters to match country specs

................
r3904 | tzafrir | 2008-02-28 10:12:08 -0600 (Thu, 28 Feb 2008) | 2 lines

Remove some unused variables.

................
r3916 | tzafrir | 2008-03-03 04:57:00 -0600 (Mon, 03 Mar 2008) | 3 lines

* Document 'mulaw', 'alaw' and 'deflaw' in the sample config file.
* Fix spacing in the README.

................
r3919 | tzafrir | 2008-03-03 15:01:34 -0600 (Mon, 03 Mar 2008) | 2 lines

Fix setting versions in test_kernel_git.

................
r3920 | tzafrir | 2008-03-03 15:33:16 -0600 (Mon, 03 Mar 2008) | 11 lines

Blocked revisions 3917 via svnmerge

........
r3917 | tzafrir | 2008-03-03 22:44:01 +0200 (Mon, 03 Mar 2008) | 4 lines

No need for userspace 'make clean' here. Kbuild takes care of it.

Closes issue http://bugs.digium.com/view.php?id=12118 .

........

................
r3921 | tzafrir | 2008-03-03 16:04:02 -0600 (Mon, 03 Mar 2008) | 5 lines

* Pass some extra variables explicitly in the 2.4 build.
* Clean up the 2.4 kernel GNUMakefile.

Should hopefully fix issue http://bugs.digium.com/view.php?id=12056.

................
r3932 | kpfleming | 2008-03-04 17:58:35 -0600 (Tue, 04 Mar 2008) | 9 lines

don't add an unnecessary delayed battery transition on FXS ports when we
know the other end is already on-hook

(closes issue http://bugs.digium.com/view.php?id=9660)
Reported by: mmacvicar
Patches:
      zaptel-base-c_patch_1_4_rev3121 uploaded by meneault (license 260)
Tested by: jmhunter


................
r3939 | tzafrir | 2008-03-05 15:16:47 -0600 (Wed, 05 Mar 2008) | 2 lines

Hopefully a fix for issue http://bugs.digium.com/view.php?id=12150 .

................

------------------------------------------------------------------------

http://svn.digium.com/view/dahdi?view=rev&revision=3944 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
06-07-08 13:54  svnbot         Checkin                                      
06-07-08 13:54  svnbot         Note Added: 0088397                          
======================================================================




More information about the asterisk-bugs mailing list