pgid69 / bcm63xx-phone

Telephony driver for Broadcom 6358 running OpenWrt
23 stars 18 forks source link

Enable fxs on hg556a #18

Closed crdlight closed 6 years ago

crdlight commented 6 years ago

I have a Huawei HG556A can anyone share the config files to enable fxs on it. thank you

pgid69 commented 6 years ago

Which config files do you talk about ? Config file to compile LEDE firmware ? Config file of Asterisk, DAHDI... ?

crdlight commented 6 years ago

Yes config files for LEDE firmware I've installed Asterisk

pgid69 commented 6 years ago

Hello,

I emphasize the fact that bcm63xx-phone kernel module can be used only with a custom firmware because of a conflict with the default SPI kernel module built-in in the standard firmware (see README and issue #20)

My router is a Huawei HG553. As it is different than yours, I can't give you my config files used to compile the firmware. The build system of LEDE/OpenWrt is explained here Follow the steps of this page.

Before step 2 "Updating Feeds" :

At step 3, image configuration, when you run make menuconfig for the second time, you must at least enable package asterisk 13 (menu Network/Telephony) and package asterisk13-chan-bcm63xx-phone.

Then follow the others instructions to build your own firmware.

BR