keywords: ip pbx voip gateway gsm gateway

×

Notice

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

gsm show spans

12 years 6 months ago #7439 by poolbulk
Hi,


I have successfully installed G400E (PCI-e) in our asterisk server. dmesg command returns the following
Found an OpenVox G400P: Version 1.1
opvxg4xx: slot 0 is Installed
opvxg4xx: slot 1 is Installed
opvxg4xx: slot 2 is Empty
opvxg4xx: slot 3 is Empty
opvxg4xx: Powering up all spans...

System configration is as follows.

- Centos 5.3
- Asterisk 1.4.24
- DAHDI 2.5.0.1
- chan_extra 1.2

At Asterisk CLI running the command "gsm show span" gives "No such command ..." What am I missing??

Also why is dmesg returning G400P instead of G400E ??

Thanks

i] Last edited by poolbulk at 2011-10-20 15:47 [/i
12 years 6 months ago #7440 by bert
Hi,
Please make sure you have installed chan-extra successfully,after that ,you can try to reload the driver by using commands" modprobe -r opvxg4xx "and "modprobe opvxg4xx" and on the asterisk cli try to use "module load chan_extra.so" .If the problem still there,please feel free to contact me,my MSN:[email protected]

The output of dmesg is G400P, which is just a print information ,doesn't affect the normal use
12 years 6 months ago #7443 by poolbulk
hi bert,


I have done the following steps

1. Add "#include extra-channels.conf" to the end of file chan_extra.conf in directory /etc/asterisk/. Reload it on the CLI console.
2 Execute "module reload chan_extra.so" on asterisk CLI

***RESULT***
CLI> module reload chan_extra.so
-- Reloading module 'chan_extra.so' (GSM/CDMA Telephony Driver FOR Asterisk w/GSMAT)
== Parsing '/etc/asterisk/chan_extra.conf': Found
== Parsing '/etc/asterisk/extra-channels.conf': Found
== Parsing '/etc/asterisk/users.conf': Found
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'callwaiting' (on reload) at line 391.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'usecallingpres' (on reload) at line 405.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'callwaitingcallerid' (on reload) at line 416.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'threewaycalling' (on reload) at line 420.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'transfer' (on reload) at line 433.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'callgroup' (on reload) at line 552.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'pickupgroup' (on reload) at line 553.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'signalling' (on reload) at line 13.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:4269 mkintf: Attempt to configure channel 1 with signaling Unknown signalling -1 ignored because it is already configured to be GSM.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:1303 conf_add: Failed to add 19 to conference 3848/-1: Invalid argument
-- Reconfigured channel 1, GSM signalling
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'signalling' (on reload) at line 22.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:4269 mkintf: Attempt to configure channel 3 with signaling Unknown signalling -1 ignored because it is already configured to be GSM.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:1303 conf_add: Failed to add 20 to conference 3848/-1: Invalid argument
-- Reconfigured channel 3, GSM signalling
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'userbase' (on reload) at line 23.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'hasvoicemail' (on reload) at line 27.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'vmsecret' (on reload) at line 31.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'hassip' (on reload) at line 35.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'hasiax' (on reload) at line 39.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'hasmanager' (on reload) at line 47.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'callwaiting' (on reload) at line 56.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'threewaycalling' (on reload) at line 57.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'callwaitingcallerid' (on reload) at line 58.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'transfer' (on reload) at line 59.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'callgroup' (on reload) at line 63.
[Oct 21 12:22:13] WARNING[12622]: chan_extra.c:7859 process_extra: Ignoring any changes to 'pickupgroup' (on reload) at line 64.


CLI> gsm show span 1
No GSM running on span 1


CLI> dahdi show status
Description Alarms IRQ bpviol CRC4
OpenVox G400P GSM/CDMA PCI Card 0 OK 0 0 0
OpenVox G400P GSM/CDMA PCI Card 0 OK 0 0 0
12 years 6 months ago #7444 by bert
Hi
Could you provide remote ssh?Let me check your system.Please add my MSN.
Time to create page: 0.039 seconds
Powered by Kunena Forum