Hi Nicolas,
Thank you for the fast reply.
I have found the problem, Its very odd. A Bug I think.
This is the code snippet for a DAHDI extension as generated by autoconfig-buttons-freepbx.sh This does not work:
[ZAP/3]
type=extension
extension=1003
label=Vincent Gitobu
mailbox=1003@default
context=from-internal
queuecontext=from-internal
extenvoicemail=*1003@default
privacy=none
group=Office
And this is the code that is generated manually by me following the buttons.cfg.sample. This Does work. I bolded the differences:
[DAHDI/3]
type=extension
extension=1003
label=Vincent Gitobu
mailbox=1003@default
context=from-internal
queuecontext=from-internal
extenvoicemail=*1003@default
privacy=none
group=Office
channel=DAHDI/3
The problem is clear! For some reason the script is not generating Dahdi buttons as Dahdi but as ZAP, and is also not putting the channel= line in place.
Is it possible for you to fix this and release another beta? Now I realize that those folks using ZAP may need it as ZAP so I don't know what mechanism you have to detect between ZAP and DAHDI (I am not a programmer).
Your help appreciated.
Alex