Closed cfc603 closed 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.
DJANGO_TWILIO_SMS_RESPONSES
Fixed with "Handle unsubscribed PhoneNumber" #17
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.