veda-consulting / org.civicrm.sms.clickatell

Clickatell integration allows delivering short message service (SMS) messages through its Clickatell Gateway to mobile phone users.
1 stars 15 forks source link

Two-way Settings: Reply Callbacks #29

Open VoRCeK opened 5 years ago

VoRCeK commented 5 years ago

I've just install the latest everything:

Drupal 7.67 CiviCRM 5.15.2 clickatell 4.1

I can send outbound SMS just fine.. but, I am not getting any of the Two-way Reply's back to my site (I am USA located). I have followed the instructions and am using the following url in the Clickatell Integration for Reply Callbacks:

https://MYSITE.org/civicrm/sms/callback?provider=org.civicrm.sms.clickatell

The only obvious difference is the the Clickatell site is forcing a username & password (so have have to put something there - and I've tried everything). If this extension isn't expecting it, I would guess it's being ignored.

After every time I send a SMS reply, this is logged in CiviCrm:

[warning] Could not find an entry for from in REQUEST

When I configure Clickatell to us GET.. the log includes this:

MYSITE.org/civicrm/sms/callback?provider=org.civicrm.sms.clickatell&integrationName=D_SMS&replyMessageId=f32005cbbe1d4c4a93caeb3db8738610&messageId=4f38cdc4a5ee4b63b5aa9cf72d9a56b9&fromNumber=14586290351&toNumber=17594000784&timestamp=1567735558326&text=Ffj&charset=ISO-8859-1&udh=&network=737&keyword

This error is not very helpful.. but, it's a start.

Anyone have any idea where I should look for a solution?

josephlacey commented 4 years ago

@VoRCeK See PR #30 if you're still having an issue.