In this guide, we will show you how to enable the GSM debug in MyPBX and TG gsm gateway.
For MyPBX SOHO V4/V5/V6, Standard V6/V7, U100/U200, U300, U500/U510/U520 and TGv2 series
Here is the procedures:
1. Enter the Asterisk mode in SSH interface.
Enter the Asterisk mode by followed this guide: Login SSH of Yeastar Device
2. Enable GSM debug.
Input commands: gsm debug span all
Then it will start to print the GSM related logs in the SSH interface.
If you want to disable the debug, please input command: gsm no debug span all.
Well, if you want to debug a specific GSM port. Input the command like: gsm debug span 2.
The span 2 means GSM port 1. Usually the span number equals the GSM port number plus one. That is Span Number = GSM port Number + 1.
In case you don't know the span number, you are lucky to press TAB key that the interface will appear the available span number. Then you may choose a proper one.
And if you want to disable the debug for a specific port. Please input command like: gsm no debug span 2.
3. Additional AT commands.
After the above steps, you can try to input the AT commands according to the recommendation from our support for more actions.
Then general format to send AT commands is: gsm send at 2 AT+XXX. 2 is the span nubmer, and XXX means the corresponding AT commands.
4. Copy Logs.
Copy the log followed by the Step 6 this guide: CLI logs for Yeastar Devices
For S-Series and TGv3
1. Enter the Asterisk mode in SSH interface.
Enter the Asterisk mode by followed this guide: Login SSH
2. Enable GSM debug
Input commands: mobile set debug level all for span all
Then it will start to print the GSM related logs in the SSH interface.
Well, if you want to debug a specific GSM port. Input the command like: mobile set debug level all for span 2.
The span 2 means GSM port 1. Usually the span number equals the GSM port number plus one. That is Span Number = GSM port Number + 1.
In case you don't know the span number, you are lucky to press TAB key that the interface will appear the available span number. Then you may choose a proper one.
And if you want to disable the debug for a specific port. Please input command like: gsm no debug span 2.
3. Additional AT commands.
After the above steps, you can try to input the AT commands according to the recommendation from our support for more actions.
Then general format to send AT commands is: gsm send at 2 AT+XXX. 2 is the span nubmer, and XXX means the corresponding AT commands.
4. Copy Logs
Copy the log followed by the Step 6 this guide: CLI Logs for Yeasatr S Series VoIP-PBX
0 Comments