Guest registration text messages not sending correctly
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-25-2015 12:46 PM
Guest registration verification text message are not sending correctly or at all on some mobile phone carriers. Verizon is seems to work fine. T-Mobile gets the text but no message. ATT receives no text at all. Is there something that needs to be configured outside of the guest registration settings?
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-25-2015 03:03 PM
I would contact the vendors support, and see if they can track that email down.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-25-2015 02:44 PM
Thank you for your response. I will give this a try.
If Netsight is sending correctly and it's on the vendors end, is there anything that can be done?
If Netsight is sending correctly and it's on the vendors end, is there anything that can be done?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-25-2015 01:53 PM
Hello Kent,
Typically if Netsight is sending texts, then it's setup correctly. But you can make sure that Netsight server is sending out the texts. They are emails with formatting for text messages.
so assuming your running a netsight appliance, and the CLI is linux, a tcpdump will work.
sample:
tcpdump -i eth0 -s 0 tcp port 25 -w textmessage.pcapYou can then WinSCP of Filezilla client to the Netsight server to grab that file from the /root directory.
This trace should tell you if the email is able to get out to the specific vendor in question. If the Netsight Server is not sending we have a problem. If it does, the vendor likely has a problem.
If a windows server is being used, then I would install Wireshark and take and then filter afterwards for SMTP.
Typically if Netsight is sending texts, then it's setup correctly. But you can make sure that Netsight server is sending out the texts. They are emails with formatting for text messages.
so assuming your running a netsight appliance, and the CLI is linux, a tcpdump will work.
sample:
tcpdump -i eth0 -s 0 tcp port 25 -w textmessage.pcapYou can then WinSCP of Filezilla client to the Netsight server to grab that file from the /root directory.
This trace should tell you if the email is able to get out to the specific vendor in question. If the Netsight Server is not sending we have a problem. If it does, the vendor likely has a problem.
If a windows server is being used, then I would install Wireshark and take and then filter afterwards for SMTP.
