Warning: in all the examples below, you must remain vigilant about the order of the actions in the scenario.
Indeed, when a call arrives in a scenario, it will perform the first action defined. If the action is not compliant, the call will go to the second action and so on until it exits the scenario and the call is handled.
So think carefully about what you want beforehand and put exceptional cases first. Certain actions can cause the call to exit the scenario. The actions defined subsequently will therefore not be executed.