Well, based on the examples, in so far as you seem to be able to have 'start' as a 'top level' option with 'online' as a conditional option, OR 'online' as a top level option then yes, I think you're right.
@jim69, I get what you were saying now about the 'if', and I think you're right.
So perhaps we can have:
start:
- play: http://welcome.message
if:
offline:
- play: http://offline.message
- voicemail
online:
- play: http://please.wait.message
- ring
queue:
- play: http://in.queue.music
Which I think is exactly what Jim69 was saying! Sorry Jim! :)