keywords: ip pbx voip gateway gsm gateway

×

Notice

The forum is in read only mode.
× Questions about G400/G410 Cards.

run two G400P in one PC w/ recent debian

9 years 8 months ago #9890 by krzysioD
1st to say, had to downgrade debian 7.6 to
Linux version 3.2.0-4-amd64
chan_extra-2.0.8
and openvox_dahdi-linux-complete-current.tar.gz ( dahdi-linux-complete-2.9.0+2.9.0.1)

So, how do i "[align=center]Please fix driver!" ???[/align]





[10523.008136] dahdi: Version: 2.9.0
[10523.012410] dahdi: Telephony Interface Registered on major 196
[10523.022307] opvxg4xx 0000:01:02.0: enabling device (0000 -> 0002)
[10523.022433] Found an OpenVox G400P: Version 1.0
[10523.022445] card 0 opvxg4xx: slot 0 is Installed
[10523.022449] card 0 opvxg4xx: slot 1 is Installed
[10523.022452] card 0 opvxg4xx: slot 2 is Empty
[10523.022455] card 0 opvxg4xx: slot 3 is Empty
[10523.022473] dahdi: Warning: Span opvxg4xx/0/1 didn't specify a spantype. Please fix driver!
[10523.022481] dahdi: Warning: Span opvxg4xx/0/2 didn't specify a spantype. Please fix driver!
[10523.029704] opvxg4xx: card 0 Powering up all spans...
[10532.568627] opvxg4xx 0000:01:03.0: enabling device (0000 -> 0002)
[10532.568724] Found an OpenVox G400P: Version 1.1
[10532.568737] card 0 opvxg4xx: slot 0 is Installed
[10532.568740] card 0 opvxg4xx: slot 1 is Installed
[10532.568743] card 0 opvxg4xx: slot 2 is Installed
[10532.568746] card 0 opvxg4xx: slot 3 is Installed
[10532.568772] dahdi: Warning: Span opvxg4xx/1/1 didn't specify a spantype. Please fix driver!
[10532.568780] dahdi: Warning: Span opvxg4xx/1/2 didn't specify a spantype. Please fix driver!
[10532.568784] dahdi: Warning: Span opvxg4xx/1/3 didn't specify a spantype. Please fix driver!
[10532.568789] dahdi: Warning: Span opvxg4xx/1/4 didn't specify a spantype. Please fix driver!
[10532.580622] opvxg4xx: card 1 Powering up all spans...

01:02.0 Unassigned class [ff00]: OpenVox Communication Co. Ltd. Device 0100 (rev 01)
Subsystem: OpenVox Communication Co. Ltd. Device 0104
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <;PERR- INTx-
Interrupt: pin A routed to IRQ 22
Region 0: Memory at f8000000 (32-bit, non-prefetchable) [size=64K]
Kernel driver in use: opvxg4xx

01:03.0 Unassigned class [ff00]: OpenVox Communication Co. Ltd. Device 0100 (rev 01)
Subsystem: OpenVox Communication Co. Ltd. Device 0104
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <;PERR- INTx-
Interrupt: pin A routed to IRQ 18
Region 0: Memory at f8010000 (32-bit, non-prefetchable) [size=64K]
Kernel driver in use: opvxg4xx
9 years 8 months ago #9891 by tim.june
I have sent you email twice about this issue, why not contact me and prepare remote access?

Email: This email address is being protected from spambots. You need JavaScript enabled to view it.
Skype: tim.jjune
9 years 8 months ago #9892 by krzysioD
checked inbox & spam - no email.
what was the "From:" ?
9 years 8 months ago #9894 by ajs_derby
Using multiple G400P / G400E cards in a server running Debian worked fine for me. You can even mix G400P and G400E cards in the same server. It should Just Work (TM).

The most probable explanation is a simple error in /etc/asterisk./chan_extra.conf. Can you post the contents of this file here?
9 years 8 months ago #9896 by krzysioD
Sure:(althoug: i post error in kernel level, not the userland...)
# cat /etc/asterisk/extra-channels.conf
; Extra Channels Configurations (chan_extra.conf)
;
; This is not intended to be a complete chan_extra.conf. Rather, it is intended
; to be #include-d by /etc/chan_extra.conf that will include the global settings
;

; Span 1: opvxg4xx/0/1 "OpenVox G400P PCI Card 0" (MASTER) AMI/CCS
group=0,11
context=from-gsm
signalling = gsm
smscodec=utf-8
debugat=off
tty=on
;pin = 1234
channel => 1
context = default

; Span 2: opvxg4xx/0/2 "OpenVox G400P PCI Card 0"
group=0,12
context=from-gsm
signalling = gsm
smscodec=utf-8
debugat=off
tty=on
;pin = 1234
channel => 3
context = default

;; Span 3: opvxg4xx/0/3 "OpenVox G400P PCI Card 0"
group=0,13
context=from-gsm
signalling = gsm
smscodec=utf-8
debugat=off
tty=on
;pin = 1234
channel => 5
context = default

; Span 4: opvxg4xx/0/4 "OpenVox G400P PCI Card 0"
group=0,14
context=from-gsm
signalling = gsm
smscodec=utf-8
debugat=off
tty=on
;pin = 1234
channel => 7
context = default

; Span 5: opvxg4xx/1/1 "OpenVox G400P PCI Card 1"
group=0,15
context=from-gsm
signalling = gsm
smscodec=utf-8
debugat=off
tty=on
;pin = 1234
channel => 9
context = default

; Span 6: opvxg4xx/1/2 "OpenVox G400P PCI Card 1"
group=0,16
context=from-gsm
signalling = gsm
smscodec=utf-8
debugat=off
tty=on
;pin = 1234
channel => 11
context = default
9 years 8 months ago #9897 by ajs_derby
Mine looks like this:

[trunkgroups]
[channels]
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
group=1
callgroup=1
pickupgroup=1
usecallerid=yes
callerid=+447xxxxxxxxx
cidstart=polarity
cidsignalling=dtmf

; Span 1: opvxg4xx/0/1 "OpenVox G400P GSM/CDMA PCI Card 0" (MASTER) AMI/CCS
;group=0,11
group=1
context=from-gsm
signalling=gsm
debugat=on
tty=off
;pin=1234
channel => 1
callerid="Channel1"
echocancel=yes

..... with each span having a similar stanza, the channel number increasing by 2 each time.

Try commenting the original "group=0,x" and replace with "group=1". Do you have anything like the top section in your file?
Time to create page: 0.041 seconds
Powered by Kunena Forum