Glad to hear that!
On your previous question regarding prefixes, do note that since this Outbound Rule is stripping one digit and then prepending 011, I don't think you would be able to use it for any other prefixes.
However, you might need to create additional Outbound Rules to match other cases as well. It all depends on how the users of this PBX are dialing numbers.
For instance, consider number 01133156529600. If users trying to reach use any of the following formats:
+33156529600
0033156529600
01133156529600
Depending on what the provider accepts, you would have to reformat the number accordingly. In your case, you mention your provider requires the following format: 01133156529600
This means that you would need an Outbound rule for each of the three possible number formats shown above.
1. +33156529600
Here, you'd need an Outbound Rule to match the + sign, strip it and then prepend 011. This is the rule you already created.
2. 0033156529600
Here you need:
Prefix: 00
Strip: 2
Prepend: 011
3. 01133156529600
The number here is already in the correct format so you do not to strip anything nor prepend.
You might want to consider also using the "Digit Length" field to further control which Outbound Rule gets matched based on the number dialed. Always remember that Outbound Rules are checked from top to bottom. If the checked one fails to match, it will check the next one and so on.
Hope this helps!