On-screen moderation - How to specify the replacement SMS

The Ozeki SMS Wall provides three ways to moderate the incoming messages. (Using message filter for undesirable words, pre-display moderation with the  Moderation window and On-screen moderation).

On-screen moderation is the last option to remove unwanted messages from the screen. If the operator would like to clear the message from the screen he should click on the appropriate image. Following the mouse click the undesirable message is changed to a default replacement text.

The Ozeki SMS Wall makes it possible to change the content of the default replacement text. This can be done by finding the following section of the code and modifying it (Figure 1.).  


   moderatedText = 'Welcome to our SMS WALL';    
   moderatedPhone = '+36205222245';  

Figure 1.

In the first row the value of 'moderatedText' can be changed to any string. You must make sure, that the replacement text does not contain apostrophes (')!. The second row 'moderatedPhone' is the phone number that is displayed along with the replacement text. 

Display the phone number

Sometimes, it is not desirable to display the phone numbers of the people who send messages to the SMS Wall. In other situations, for example if a guy is flirting with a girl in a club, he is happy if his phone number is displayed, because he can hope, that the girl will see his phone number and will call him back.

To adjust this property of the SMS Wall, the value of the displayPhoneNumbers variable should be changed to 'yes' or 'no' accordingly (Figure 2.). 


   displayPhoneNumbers='yes';    

Figure 2.

More information