SparkDevNetwork / Rock

An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
http://www.rockrms.com
581 stars 353 forks source link

Duplicate SMS Messages Using Twilio #1077

Closed dsmallman closed 9 years ago

dsmallman commented 9 years ago

Hi,

We are experiencing duplicate and some triplicate SMS messages and it is starting to add up. Can you please look into this please?

I see that a lot of work has been done on the Twilio API, so I thought I would as if this is a RockRMS issue or Twilio. I also submitted a ticket to Twilio, but they say they are rarely the cause.

azturner commented 9 years ago

The Twilio transport needs to be updated to use the communications threadsafe 'GetNextPending' method similar to how the SMTPComponent transport does ( See this question for more details ).

arranf commented 9 years ago

I just had a chat with @MrUpsideDown and it seems like this issue may potentially be connected to #1070.

arranf commented 9 years ago

@azturner I'm not sure what the criteria for this is but would it be possible to add this to the 3.5 release? We're reluctant to use Twillio knowing that messages fire twice.