Email SMS Debug for Yeastar TG VoIP Gateways

Step1. Enable “SMS to Email” and “Email to SMS”, make sure SMTP and POP3 are tested successfully.
Path: SMS→SMS Settings→Email Settings
Click “Test SMTP Settings” and “Test POP3 Settings”, make sure that they are tested successfully.

 
Step 2. Login via SSH.
Please download putty.exe from the internet. And login Yeastar TG via SSH. Before you login, please make sure the SSH has been enabled on LAN settings page.
1. Login Yeastar TG Web User Interface and go to System→Network Preferences→ LAN Settings, enable SSH.

2. Login Yeastar TG via SSH, the default username is root, password is ys123456.
1.png

Step 3. Enable debug.
Execute the command vi /etc/smscore/debug.conf to edit the debug.conf configuration file.
2.png

Change the setting as below, then save the settings.
pop3=yes
email=yes
sms=yes
core=yes
3.png
Step 4. Restart smscore.
For Yeastar TG firmware version 5X.18.0.41 or later, input these commands to start smscore process.
touch /persistent/tmp/smscore.flag
killall -9 smscore
smscore &

Note: for Yeastar TG firmware version before 5X.18.0.41, input he following commands to start smscore process and analyze the error logs on the putty screen.
killall -9 smscore
smscore 

Step 5. Analyze the log.
For Yeastar TG firmware version 5X.18.0.41 or later, You will find an smscore.debug file in the folder /persistent/tmp/ after restarting smscore. Try to fix your SMS problem according to the error logs. If you cannot understand the log, please copy the logs to Yeastar Support for further analysis.

Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.