Hi!
I'm upgrade Asterisk 1.4 to 1.8 and DAHDI E1 Channels status is disappeared from FOP2.
DAHDI channels now shows in CLI as DAHDI/iNN/XXXXXX-YY, where is
- NN a channel number
- XXXXXX a calling or called number
- YY - some number
The autoconfig-buttons-freepbx.sh output is:
[DAHDI/g0] type=trunk label=E1 channels queuecontext=from-queue extenvoicemail=* email=splitme-1-30 channel=DAHDI/1 channel=DAHDI/2 channel=DAHDI/3/ channel=DAHDI/4/ ...
I edit autoconfig-buttons-freepbx.sh as:
[DAHDI/g0] type=trunk label=E1 channels queuecontext=from-queue extenvoicemail=* email=splitme-1-30 channel=DAHDI/i1 channel=DAHDI/i2 channel=DAHDI/i3 channel=DAHDI/i4 ...
and even as:
[DAHDI/g0] type=trunk label=E1 channels queuecontext=from-queue extenvoicemail=* email=splitme-1-30 channel=DAHDI/i1/ channel=DAHDI/i2/ channel=DAHDI/i3/ channel=DAHDI/i4/ ...
but no luck :(
I'w view records like this
127.0.0.1 <- Event: Newexten 127.0.0.1 <- Privilege: dialplan,all 127.0.0.1 <- Channel: DAHDI/i1/100-3a 127.0.0.1 <- Context: macro-dial-one 127.0.0.1 <- Extension: s 127.0.0.1 <- Priority: 37 127.0.0.1 <- Application: Dial 127.0.0.1 <- AppData: SIP/6030,15,Ttr 127.0.0.1 <- Uniqueid: 1290076717.150 127.0.0.1 <- Server: 0
but it not affected on FOP2 page
Update: I try this trick
[DAHDI/g0] type=trunk label=E1-LDK queuecontext=from-queue extenvoicemail=* email=splitme-1-30 channel=DAHDI/i1/100 channel=DAHDI/i2/100 channel=DAHDI/i3/100
100 - is the one of the extensions behind the E1 trunk
And now FOP2 shows me calls to/from that number only :)