Firstly, I may misunderstand the source for the [ext-did-direct] and [ext-did]
generation.
I believe that [ext-did] comes from the "Add Incoming Route" screen where the
fields
ID Number
( Define the expected DID Number if your trunk passes DID on incoming calls.
Leave this blank to match calls with any or no DID info. You can also use a
pattern match (eg _2[345]X) to match a range of numbers)
and
Caller ID Number
( Define the Caller ID Number to be matched on incoming calls. Leave this field
blank to match any or no CID info.:)
are combined while the target in [ext-did] comes from the field Set Destination
on the bottom of the same screen
Both come into play in "extension.conf" lines 21++
...
21 [from-pstn]
22 include => from-pstn-custom
; create this context in extensions_custom.conf to
include customizations
23 include => ext-findmefollow ; MODIFICATOIN
(PL) for findmefollow if enabled, should be bofore ext-local
24 include => ext-did-direct ; MODIFICATOIN
(PL) put before ext-did to take precedence
25 include => ext-did
26 exten => fax,1,Goto(ext-fax,in_fax,1)
The [ext-did-direct] conditions are checked during an incomming call before
[ext-did] has a chance. For whatever reason is [ext-did-direct] dialing to a
certain (legal) extension which means I must have set it somewhere and did not
unset it.
I wished I knew which field on which screen is the source for the
[ext-did-direct] generation since, whatever I set in the "Add Incoming Route"
screen, it never has a chance to initiate actions since [ext-did-direct]
catches the did/number first and connects to that extension found there.
Please tell me how I can undo/change the unfortunate setting injected into
[ext-did-direct]
(As a side note: If I manually remark out the few lines for the did in question
in [ext-did-direct], everything works as expected.)
-------------------- m2f --------------------
Sent using Mail2Forum (http://www.mail2forum.com).
Read this topic online here:
http://www.freepbx.org/forums/viewtopic.php?p=1181#1181
-------------------- m2f --------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|