Trunk not showing info in panel

I have Asterisk 1.8.11.1+FreePBX 2.9.0.12+FOP2+FOP2 2.26+Admin 1.2.10 on CentOS 5.5 i686. Untill today I used fop2 lite, today bought basic version. After that I wanted to add trunks to panel, but simply adding it in Fop2 buttons and specifying channels did not work. Button is visible in panel, but is empty all the time. Other extension and queue buttons work just fine without any problems. Load is rather low, one call every 3-5 second. Trunks are "ZAP Trunk (DAHDi compatibility Mode)" run on Sagoma A101 card and "Custom trunk" on ISDN modem (Cologne Chip Designs GmbH ISDN [HFC-PCI]). Any suggestions?

Comments

  • What range did you set in "fop2 buttons"? What is the output from

    asterisk -rx "core show channels"

    ...when you have some calls up in the trunks? Look specifically at the channel names.
  • I tried different combinations: just one digit like 1, 2, 3, set or range 1-2, 1-10, 1-30, nodifference. When there are active calls output is (one incoming from 6yyyyyyyy to SIP393 and one outgoing from SIP917 to 6xxxxxxxx, changed not to show numbers) :
    Channel              Location             State   Application(Data)
    SIP/917-00038cb4     s@macro-dialout-trun Ring    Dial(DAHDI/g0/6xxxxxxxx,300,Tt
    DAHDI/i1/6yyyyyyyy-1 s@macro-dial-one:42  Ring    Dial(SIP/939,,Ttr)
    DAHDI/i1/6xxxxxxxx-1 6xxxxxxxx@from-pstn: Dialing AppDial((Outgoing Line))
    SIP/939-00038cb3     939@from-internal:1  Ringing AppDial((Outgoing Line))
    4 active channels
    2 active calls
    315243 calls processed
    
  • Notice the i on de device names

    DAHDI/iX

    You are probably running an old FOP2 with an old autoconfig buttons where the i is not set, you can run

    /usr/local/fop2/autoconfig-buttons-freepbx.sh and look at the output for your trunks, do you see any channel entries matching DAHDI/iX ? If not you have to add a line to autoconfig-buttons-freepbx.sh (or update fop2). That line was mentioned countless times in this very forum:

    View Post 3489


    Best regards,
  • OK that helped. Thanks.
Sign In or Register to comment.