Apparently somebody was listening. I bet it took all of 10 minutes for a programmar to doEffective today August 22, 2007, GoPhone Pick Your Plan customers will no longer receive the USSD post call balance notification messages when there is no corresponding usage amount to decrease the balance on the account.
that once he or she got into the code... X below being the total of the usage dollar amount about to be broadcast to the user's phone by a particular code block...
'Comment: check for the neceessity of a usage broadcast
If str(X) = "0.00" Then Exit Sub 'If 0 do nothing
'Or skip over the broadcast code with a goto if there
'is other stuff after the broadcast block that needs
'to be executed.
If X = 0# then goto SkipTextMsg
'-----------------------------------------------
Code block that actually sends the usage text message
'------------------------------------------------
SkipTextMsg: ' continue on...
Or similar depending on the langauge.
A large company like ATT probably took 2 months of approval steps once the decision was made somehwere that it needed to get done.
I wonder if Apple pushed them on it.