for i in range(5):
print()
print("Attempt: %s" % (i + 1))
- outgoing_modem.send_command("ATDT" + destination_number)
+ outgoing_modem.send_command("ATDT" + destination_number + ";")
dial_time = time.time()
# Wait for the receiver to get a ring before terminating the call