cfc603 / django-twilio-sms-models

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

STOP, START & HELP actions. #16

Closed cfc603 closed 8 years ago

cfc603 commented 8 years ago

Currently Twilio will handle STOP, START & HELP messages for long codes only: Twilio support for STOP, BLOCK, and CANCEL (SMS STOP filtering). However, these messages are typically needed to be handled internally as well.

While they could be handled internally by setting up replies in DJANGO_TWILIO_SMS_RESPONSES it may be best to check for these messages by default and setup a signal.

cfc603 commented 8 years ago

Fixed with "Handle unsubscribed PhoneNumber" #17