Changing cellular bands on TG100 (advanced)

Modified on Fri, 7 May, 2021 at 9:33 AM

The TG100 uses a Quectel UC15-E modem and out of the box defaults to UMTS/WCDMA 2100MHz (Band1) but can be configured for 900MHz (B8) only via AT commands directly to the modem. 

See https://en.wikipedia.org/wiki/List_of_UMTS_networks#850_MHz_(Band_5)_/_900_MHz_(Band_8)_/_2100_MHz_(Band_1)_networks to make sure you carrier supports this, better yet get confirmation directly from the carrier.


Changing the band can be done within Asterisk CLI in command mode so to change you will need to SSH to the device and enter command mode (How to Log in SSH of Yeastar S-Series VoIP PBX  https://support.yeastar.com/hc/en-us/articles/115004259608)

asterisk -vvvvvvvvvr

Tell the device to use Band 8 / WCDMA 900MHz

gsm send at 2 AT+QCFG=\"band\",128

You will either get back 'OK' or 'ERROR' if an error double check your command is as above. The change will take effect immediately. Quit the Asterisk CLI and SSH session and reboot to make sure the settings stick.


If you want or need to switch back to WCDMA 2100 then use

gsm send at 2 AT+QCFG=\"band\",16


Other references:


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article