keywords: ip pbx voip gateway gsm gateway

×

Notice

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

Compilation error: chan_extra-2.0.7

10 years 3 months ago #9315 by boratynski.k
Hello.
I have some problems with compilation with GSM-module to Asterisk. My card is OpenVox G400E.

As we all may see, kernel driver compiled correctly.
root@localhost:~/asterisk1.8# lspci -s 05:00 -v
05:00.0 Unassigned class [ff00]: OpenVox Communication Co. Ltd. Device 0100 (rev 01)
        Subsystem: OpenVox Communication Co. Ltd. Device 0104
        Flags: slow devsel, IRQ 18
        Memory at f7900000 (32-bit, non-prefetchable) [size=64K]
        Kernel driver in use: opvxg4xx
root@localhost:~/asterisk1.8#
I have attached compilation log in a 'zip' file.

Any suggestion?

Thank you.

i] Last edited by boratynski.k at 2014-1-3 06:24 [/i
Attachments:
10 years 3 months ago #9316 by rick.zhu
Hi,

Happy New Year, so sorry to make trouble with you.

Please try to fix it refer to belows:

# vim /usr/src/chan_extra-2.0.7/src/chan_extra/src/chan_extra.c
[align=left]open it by your editor and insert the following codes to the corresponding lines:[/align]
under line 4663

[align=left]#elif (ASTERISK_VERSION_NUM >= 10820) [/align]
[align=left] ast_devstate_changed_literal(ast_state_chan2dev(state), AST_DEVSTATE_NOT_CACHABLE, tmp->name); [/align]

[align=left]under line 6274[/align]
#elif (ASTERISK_VERSION_NUM >= 10820)
ast_devstate_changed_literal(ast_state_chan2dev(state), AST_DEVSTATE_NOT_CACHABLE, chn->name);



If the issues still exist, please contact me directly. My contact info be shown as below:
[font=宋体]Gtalk: This email address is being protected from spambots. You need JavaScript enabled to view it.
Skype: rick.zhu3
e-mail: This email address is being protected from spambots. You need JavaScript enabled to view it.

Rick.

Best Regards.

[/font]
Time to create page: 0.039 seconds
Powered by Kunena Forum