I ran into an issue where I was replying back to an SMS received from Twilio that already had the country code on the front, and the module would then try to add it again, as seen on line 214 of twilio.module:
'To' => '+' . $data['country'] . $data['number'],
Patch attached.
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.