V vuthy09 Member Jun 12, 2023 138 12 18 41 Jan 14, 2024 #1 What is the meaning of inline = true in dialplan?
Adrian Fretwell Well-Known Member Aug 13, 2017 1,527 443 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.