CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Civicrm sms
Pages: 1 [2]

Author Topic: Civicrm sms  (Read 7084 times)

christophharris

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.4.5
  • CMS version: 6
  • MySQL version: 5
  • PHP version: 5
Re: Civicrm sms inbound and outbound integration
September 13, 2011, 01:36:35 am
I'm interested in finding out if anyone is working on inbound and outbound SMS integration with Civi/Drupal. The organisation I work for is going to do this and we want to find out if anyone is already working on this (or has completed an integration) to allow both outbound bulk SMS to contact records and incoming SMS to collect names, phone phone contacts and sign ups etc.

Thanks
Chris

totten

  • Administrator
  • Ask me questions
  • *****
  • Posts: 695
  • Karma: 64
Re: Civicrm sms
September 13, 2011, 12:27:29 pm
There are bits and pieces in SVN which facilitate SMS communication for a team (~10 constituents) -- i.e. there's a bulk-send feature, a receive feature, and a Twilio integration. However, you it's not really packaged/tested/documented for general release... it's more like a pre-alpha, so you need some hefty CiviCRM devel experience to deploy it.

Notable URLs:
 * http://svn.civicrm.org/civicrm/branches/trunk.sms
 * http://svn.civicrm.org/civicrm/branches/trunk.sms/CRM/SMS/
 * http://svn.civicrm.org/civicrm/branches/trunk.sms/drupal/modules/

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Civicrm sms
September 13, 2011, 01:17:51 pm

I think that tim has done some good work with regard to SMS and "completing the loop". Would be great if your org could use that as a basis and build more sophisticated SMS functionality into CiviCRM

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Chris Maltby

  • I’m new here
  • *
  • Posts: 1
  • Karma: 0
  • CiviCRM version: 3.4.5
  • CMS version: Drupal 6.22
  • MySQL version: 5.1.57
  • PHP version: 5.2.6
Re: Civicrm sms
September 15, 2011, 07:25:53 pm
Quote from: totten on September 13, 2011, 12:27:29 pm
There are bits and pieces in SVN which facilitate SMS communication for a team (~10 constituents) -- i.e. there's a bulk-send feature, a receive feature, and a Twilio integration. However, you it's not really packaged/tested/documented for general release... it's more like a pre-alpha, so you need some hefty CiviCRM devel experience to deploy it.

Notable URLs:
 * /civicrm/branches/trunk.sms
 * /civicrm/branches/trunk.sms/CRM/SMS/
 * /civicrm/branches/trunk.sms/drupal/modules/

Tim,

I couldn't find those URLs but I did find this:
* /civicrm/branches/trunk.cron/CRM/SMS/
Is that the same stuff. As you say it's pretty old...

Chris

totten

  • Administrator
  • Ask me questions
  • *****
  • Posts: 695
  • Karma: 64
Re: Civicrm sms
September 15, 2011, 08:44:58 pm
Chris,

A bunch of old/underused branches were pruned yesterday, and the SMS branch got caught up because it hasn't been modified in quite a while. You can still browse it through Fisheye:

https://fisheye2.atlassian.com/changelog/~br=trunk.sms/CiviCRM

You can also get it using the SVN command line. However, when dealing with deleted files, you need to use '@' and specify a revision at which the filename was valid, e.g.

Code: [Select]
// Checkout the full tree
svn co http://svn.civicrm.org/civicrm/branches/trunk.sms/@36153

// Get a diff which lists all the changes made in that branch
svn diff -r 29840:36153 http://svn.civicrm.org/civicrm/branches/trunk.sms/@36153 > sms.diff

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Civicrm sms

This forum was archived on 2017-11-26.