Custom Outbound Route

Asterisk Version: 13.14.0
FreePBX Version: 10.13.66-18
I have children that have a softphone installed on their ipods.
My goal is create an outbound route that has a time condition where no outbound calls can be made between 10pm and 6am for their extensions.
I’ve created the time condition and group
In extensions_custom.conf I added the below lines

[from-child]

exten => _1NXXNXXXXXX,1,goto(from-internal,0001${EXTEN},1)
exten => _NXXNXXXXXX,1,goto(from-internal,0001${EXTEN},1)
exten => _NXXXXXX,1,goto(from-internal,0001${EXTEN},1)
include => from-internal

I have the outbound route to strip the 0001 but did doesn’t look like it strips it.

I have looked all day for the answer and haven’t found too much. Then again I could be way off with setting this up correctly.

please show the log here.

inbound routes do not control outbound calls, think about it . . . .

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.