What is the meaning of inline = true in dialplan?
V vuthy09 Member Jun 12, 2023 104 5 18 40 Jan 14, 2024 #1 What is the meaning of inline = true in dialplan?
Adrian Fretwell Well-Known Member Aug 13, 2017 1,498 413 83 Jan 15, 2024 #2 It is generally for channel variables If you set a channel variable and you want to use or evaluate it immediately then inline = true allows you to do this. Otherwise the channel variables are set after all of your XML has been evaluated.
It is generally for channel variables If you set a channel variable and you want to use or evaluate it immediately then inline = true allows you to do this. Otherwise the channel variables are set after all of your XML has been evaluated.