Extensions not showing?

Hi

Just installed Demo on a Debian Kernel 4.6.28.10 with Asterisk 1.4.26 all works but no Extensions are showing?

office-pabx:/usr/local/fop2# more buttons.cfg
[DAHDI/1]
type=trunk
label=DAHDI
channel=DAHDI/1
channel=DAHDI/2
channel=DAHDI/3
channel=DAHDI/4
channel=DAHDI/5
channel=DAHDI/6

; Sales Staff

[SIP/126]
type=extension
lable=Brandon
extension=126
context=from-internal

[SIP/108]
type=extension
lable=Carmen
extension=108
context=from-internal

[SIP/115]
type=extension
lable=Lesley
extension=115
context=from-internal

Comments

  • Do you have the #exec line at the end of fop2.cfg? If so, comment it out or remove it. Best regards,
  • Hi

    This is my fop2.cfg

    [general]
    ; AMI definitions
    manager_host=localhost
    manager_port=5038
    manager_user=******
    manager_secret=******
    ;event_mask=call,agent

    ; Daemon definitios
    ;listen_port = 4445
    ;restrict_host = www.asternic.org
    ;web_dir = /var/www/html/operator/fop2

    ; Global Config
    language = en
    poll_interval = 86400
    poll_voicemail = 1
    monitor_ipaddress = 0

    ;master_key = 5678


    ; USER LIST
    ;user=100:100:all
    user=621:1234:all
    ;user=622:1234:all
    ;user=623:1234all

    user=126:126:all
    user=108:108:all
    user=115:115:all
    user=120:120:all
    user=103:103:all
    user=122:122:all
    user=132:132:all
    user=112:112:all

    buttonfile=buttons.cfg

    ;#exec autoconfig-users-freepbx.sh

  • ; Sales Staff

    [SIP/126]
    type=extension
    [color=#FF0000:70h4dreq]lable[/color:70h4dreq]=Brandon
    extension=126
    context=from-internal

    I have just noticed the typo... it should be "label"

    Best regards,
  • That was it. Thank you.
Sign In or Register to comment.