Help with dial plan settings

Status
Not open for further replies.

steves

New Member
Apr 18, 2023
1
0
1
I'm trying to find something explaining Continue, Break, Inline and Group.
During testing I'm arriving at something workable but without full understanding I can't fully control it.
Love to get any pointers!

I've been through the docs but have not found enough to have a full understanding. :(

Thanks!
 

whut

Member
Dec 23, 2022
168
15
18
Look at the valet_park dialplan and you will see a good example of Group in action.
Group 0: if these conditions are met, then set the referred_by_user.
Group 1: if these conditions are met then do this
...

Inline = true is like saying "Set this NOW to ensure set"

The call-direction outbound route or a custom 7 digit dialing outbound route are good examples of Continue = true
When you dial 1-888-123-4567 the call-direction outbound route is setting the call_direction=outbound then it continues through your next outbound routes (outbound routes with a higher order number) to send the call to your provider. If Continue = false then the call would not continue to the next outbound routes.

Look here to see the descriptions of Break.
 
Status
Not open for further replies.