TwoToneDetect New TwoToneDetect in the works - Python based

KC1IMD

Member
Feed Provider
Joined
Feb 6, 2007
Messages
183
Location
Connecticut
I too have had users (Verizon only) reporting delayed messages within the past two weeks. Reporting they are about 24hrs after the tones. We too are sending from a Gmail address.

A reference on Verizon support site seems as if Verizon might be blocking Gmail address from sending to Verizon numbers due to spamming.Verizon Forum link. See the last comment on that thread. Seems the recommendation is moving away from Gmail address to send.
 

KC1IMD

Member
Feed Provider
Joined
Feb 6, 2007
Messages
183
Location
Connecticut
Has anyone tried this? Started to use a new email service to replace Gmail and did it solve the issue?
 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,564
Location
Massachusetts
Has anyone tried this? Started to use a new email service to replace Gmail and did it solve the issue?
There is a pretty good thread here:

 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,564
Location
Massachusetts
Yes, it does when you use the “Edit Configuration” button on the GUI. Use that button then enter the app password exactly as Google shows it Don’t try to edit the config.cfg using a text editor.
 

jhsands

Member
Feed Provider
Joined
Sep 6, 2006
Messages
554
Location
Texarkana, Arkansas
Anyone all of a sudden having issues with TTD 73M not sending emails to mms addresses? Using the version from IAR meant for Non-IAR receivers. Don't know if this means anything but I'm getting this message on some returned emails:

Delivery incomplete
There was a temporary problem delivering your message to xxxxxxxxxx@vzwpix.com. Gmail will retry for 27 more hours. You'll be notified if the delivery fails permanently.


The response from the remote server was:
421 4.1.0 <pfddispatch1@gmail.com> server temporarily unavailable AUP#MXRT​

Yet when I input a straight email address it goes through. Sometimes the message does go through but many hours later.
Any ideas?
Joe

AUP#MXRT = Acceptable usage policy has been activated on that MX record (gmail.com). Get your own domain name and send it from there.

pfddispatch.org is available. Zoho mail is $1/month or free if you want to use their own app for looking at received email. You can use SMTP on the free version without reasonable restrictions. *IMAP/ POP/ Active Sync are not included in the free plan.

 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,564
Location
Massachusetts
TTD writes to config.cfg when it closes. If you use a text editor your changes will be overwritten with the previous info when TTD closes.
 

KC1IMD

Member
Feed Provider
Joined
Feb 6, 2007
Messages
183
Location
Connecticut
Ok here's my solution. I created an account in zoho mail (zoho.com). Simple. Easy. no worries about app passwords, base64. I've been using it since yesterday and so far it has been flawless.
 

z96cobra

Member
Joined
Mar 7, 2005
Messages
157
Location
IN, USA
I've had this problem in the past, so I created 3 different Gmail accounts with the same basic name and a number xyz1@gmail, xyz2@gmail.com etc. When the messages started getting delayed, I'd switch to the next address and it would work for a few months. This latest delay isn't working the same, all addresses are delayed, some up to 48 hours. I do have a domain through 1&1, but when I switch to it, the messages always error out & never send the audio. Guess I need to contact 1&1 and see what the issue is.
 

jhsands

Member
Feed Provider
Joined
Sep 6, 2006
Messages
554
Location
Texarkana, Arkansas
I've had this problem in the past, so I created 3 different Gmail accounts with the same basic name and a number xyz1@gmail, xyz2@gmail.com etc. When the messages started getting delayed, I'd switch to the next address and it would work for a few months. This latest delay isn't working the same, all addresses are delayed, some up to 48 hours. I do have a domain through 1&1, but when I switch to it, the messages always error out & never send the audio. Guess I need to contact 1&1 and see what the issue is.

"Error out" as in how?
 

z96cobra

Member
Joined
Mar 7, 2005
Messages
157
Location
IN, USA
"Error out" as in how?
This was the error I was getting last year when trying to use 1&1 for my email provider. I tried it again a few weeks ago and it still didn't work, but I didn't bother getting the error code from the log, since it was still not working.

setting mail server up
set up mail server
starting TLS
done starting TLS
logging in
logged in
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 1412, in mail
File "smtplib.py", line 888, in sendmail
smtplib.SMTPDataError: (501, b'Syntax error - line too long')
Email not sent via smtp.ionos.com on port 587 using STARTTLS on attempt 1 trying again in five seconds for XYZ Fire Page Received at 19:29:05 on 08/27/21
 

jhsands

Member
Feed Provider
Joined
Sep 6, 2006
Messages
554
Location
Texarkana, Arkansas
This was the error I was getting last year when trying to use 1&1 for my email provider. I tried it again a few weeks ago and it still didn't work, but I didn't bother getting the error code from the log, since it was still not working.

setting mail server up
set up mail server
starting TLS
done starting TLS
logging in
logged in
Traceback (most recent call last):
File "TwoToneDetect73f.py", line 1412, in mail
File "smtplib.py", line 888, in sendmail
smtplib.SMTPDataError: (501, b'Syntax error - line too long')
Email not sent via smtp.ionos.com on port 587 using STARTTLS on attempt 1 trying again in five seconds for XYZ Fire Page Received at 19:29:05 on 08/27/21

One of your e-mail addresses is too long or you are not separating the emails with a space after the comma and creating a large blob.
 

z96cobra

Member
Joined
Mar 7, 2005
Messages
157
Location
IN, USA
One of your e-mail addresses is too long or you are not separating the emails with a space after the comma and creating a large blob.

That's the odd part, it even happened with only 1 email, to 1 user. If I leave everything the same and only change the email address & password, it works without issue (except for the Verizon delivery delays).
 

JH49

Member
Joined
Jun 22, 2016
Messages
11
I setup a Telegram Group and I'm sending audio messages to it via a Telegram Bot. I really like it. Quite easy to do this with a python script.

Also made a web app to send text messages and a phone call via Twilio. Uploaded the audio to Google Storage, grab the URL for both the AMR and MP3 files, and then call the Twilio apis. I use the web app to manage the phone numbers that get a message and or a phone call. Biggest issue with using Twilio, is the cost..
 
Top