Dahdi trunk No activity

Hi

I have installed FOP2-2.23 and FreePBX-admin 1.2.9. The extension buttons are all live and active, but incoming and outgoing calls on the DAHDI/g0 channel do not appear on the panel.

core show channels
Channel Location State Application(Data)
DAHDI/i1/02xxxxxxxxx- (None) Up AppDial((Outgoing Line))
SIP/130-00002500 s@macro-dialout-trun Up Dial(DAHDI/g0/02xxxxxxxxx,300,T

Peter

Comments

  • Hi Peter,

    You have to modify the file /usr/local/fop2/autoconfig-buttons-freepbx.sh

    Look for the line:
    echo "channel=DAHDI/$ZAPNUM"
    

    and change it to

    echo "channel=DAHDI/i$ZAPNUM"
    

    Then restart fop2:
    service fop2 restart
    
Sign In or Register to comment.