Good morning everyone,
Maybe someone out there can either shed some light on this for me or point
me in the right direction. I have about four DIDs coming into my Trixbox.
Now, I want them to go too different places but I can seem to get the
Trixbox to even recognize 1 DID. It always hits one section for all calls.
Please help!!!
The following is the coding in the system where it always hits:
============================================================================
======
[ext-did]
include => ext-did-custom
exten => s,1,Goto(DISA,1,1)
exten => 4165551212,1,Goto(DISA,1,1)
exten => _X.,1,Noop(Catch-All DID Match - Found ${CALLERIDNUM})
exten => _X.,n,Goto(ext-did,s,1)
; end of [ext-did]
============================================================================
======
All calls seem to hit the _X. section which I don't want. Also, those 2
lines were created when I installed my Trixbox. I've tried commenting those
lines out but the call then fails. Maybe I'm missing something here so if
anyone could let me know, that would be appreciated.
Andy Jaikissoon