Say you have a USSD service which has the following structure:
Main menu -> *123#
Menu Item 1 -> Press 1 from main menu
Menu Item 2 -> Press 2 from main menu
Is there any way to dial a single command to go straight to Menu Item 1, for example *123#1
as opposed to dialing *123#
, then waiting for the Menu, THEN selecting 1?
Hope the question is clear.