To PSTN

Manage to install FreePBX 2.210.62.5.
I need to make the machine call to pstn.
Here’s the report from dahdi cfg.
Anyone can tell me my mistake?

Thanks in advance

Indra

[root@localhost ~]# dahdi_cfg -vvvvvvv
DAHDI Tools Version - 2.6.1
DAHDI Version: 2.6.1
Echo Canceller(s): HWEC
Configuration

Channel map:
Channel 01: FXS Kewlstart (Default) (Echo Canceler: none) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Echo Canceler: none) (Slaves: 02)
Channel 03: FXO Kewlstart (Default) (Echo Canceler: none) (Slaves: 03)
Channel 04: FXO Kewlstart (Default) (Echo Canceler: none) (Slaves: 04)
4 channels to configure.
Setting echocan for channel 1 to none
Setting echocan for channel 2 to none
Setting echocan for channel 3 to none
Setting echocan for channel 4 to none

Looks like you have not configured DAHDI yet. Either install the FreePBX DAHDI module or use the dahdi_genconf tool.

Thanks for your help.
Dahdi is installed, I just don’t do dahdi_genconf
After receive your comment , I type in the console.
And this is the result :

[root@localhost ~]# dahdi_cfg -vvvvvvv
DAHDI Tools Version - 2.6.1

DAHDI Version: 2.6.1
Echo Canceller(s): HWEC, OSLEC
Configuration

Channel map:

Channel 01: FXS Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 02)
Channel 03: FXO Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 03)
Channel 04: FXO Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 04)

4 channels to configure.

Setting echocan for channel 1 to oslec
Setting echocan for channel 2 to oslec
Setting echocan for channel 3 to oslec
Setting echocan for channel 4 to oslec

[root@localhost ~]# lsdahdi

Span 1: WCTDM/4 “Wildcard S400P Prototype Board 5” (MASTER)

1 FXO FXSKS (In use) (EC: OSLEC - INACTIVE)
2 FXO FXSKS (In use) (EC: OSLEC - INACTIVE) RED
3 FXS FXOKS (In use) (EC: OSLEC - INACTIVE)
4 FXS FXOKS (In use) (EC: OSLEC - INACTIVE)
[root@localhost ~]# dahdi_hardware
pci:0000:01:0a.0 wctdm+ e159:0001 Wildcard S400P Prototype

I had the trunking set via freepbx-gui but still doesn’t work…
But Thanks you for the tip, I will find other way around.

You need to setup both ends DAHDI driver and DAHDI asterisk module.

You can try the dahdi_genconf -F however usually you need to make some changes to the output.

Have you tried to install the FreePBX DAHDI module yet? It’s new and seems to work well.

Thank you, it works

Here the result :

[root@localhost ~]# dahdi_cfg -vvvvvvvv
DAHDI Tools Version - 2.6.1

DAHDI Version: 2.6.1
Echo Canceller(s): HWEC, OSLEC
Configuration

Channel map:

Channel 01: FXS Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 02)
Channel 03: FXO Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 03)
Channel 04: FXO Kewlstart (Default) (Echo Canceler: oslec) (Slaves: 04)

4 channels to configure.

Setting echocan for channel 1 to oslec
Setting echocan for channel 2 to oslec
Setting echocan for channel 3 to oslec
Setting echocan for channel 4 to oslec

Thank you

Indra