Displaying 1 result from an estimated 1 matches for "custominclude".
2006 Feb 22
0
debugging asterisk configuration
...problem is this calls are not checked through ext-did (for
incoming routing). The calls from standard trunks are filtered
correctly but these ones are not. Is there some way to debug what
file/line is being executed by asterisk? My custom context is this:
[from-pstn-nofax]
include => from-pstn-custominclude customizations
include => ext-did
exten => _.,1,Goto(s,1)
exten => s,1,SetVar(INCOMING=GRP-1)
exten => s,2,GotoIf($[${IN_OVERRIDE} =
forcereghours]?from-pstn-reghours-nofax,s,1:2)
exten => s,3,GotoIf($[${IN_OVERRIDE} =
forceafthours]?from-pstn-afthours-nofax,s,1:3)
exten => s,4,Go...