This has been a long running issue now for 3 months and I have not been able to reach Anton on any social media. At this point, I’m willing to pay anyone that will fix this issue. It has been too long, and if it can’t be fixed, I’ll have to move on to another platform.
This is information directly from:
opened 04:43AM - 15 Mar 17 UTC
closed 08:56PM - 21 Jun 18 UTC
@antonraharja
After setting up the Subscribe feature, it picks up on the key… words and add/removes the person from the list of members, _but_ does not respond in the process
```
2017-03-14 22:33:05 PID58c8c401e347a - L2 twilio__callback # pushed ToCountry:US ToState:AZ SmsMessageSid:SM26c1c6972e3bcd5eb166cbd239f15d0f NumMedia:0 ToCity: FromZip:76105 SmsSid:SM26c1c6972e3bcd5eb166cbd239f15d0f FromState:TX SmsStatus:received FromCity:FORT WORTH Body:a2m subscribe FromCountry:US To:+1XXXXXXX954 ToZip: NumSegments:1 MessageSid:SM26c1c6972e3bcd5eb166cbd239f15d0f AccountSid:AC8a844c72db01e2cb70ccdb9e49feee5f From:+1XXXXXXX791 ApiVersion:2010-04-01
2017-03-14 22:33:05 PID58c8c401e347a - L2 twilio__callback # incoming smsc: message_id:SM26c1c6972e3bcd5eb166cbd239f15d0f s:+1XXXXXXX791 d:+1XXXXXXX954
2017-03-14 22:33:05 PID58c8c401e347a - L3 recvsms # isrecvsmsd:1 dt: sender:+1XXXXXXX791 m:a2m subscribe receiver:+1XXXXXXX954 smsc:
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 recvsmsd # id:20 dt: sender:+1XXXXXXX791 m:a2m subscribe receiver:+1XXXXXXX954 smsc:
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 recvsms_process # dt: sender:+1XXXXXXX791 m:a2m subscribe receiver:+1XXXXXXX954 smsc:
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sms_subscribe # begin k:A2M c:subscribe
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 sms_subscribe # username:admin sender:+1XXXXXXX791 keyword:A2M param:subscribe
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 gateway_decide_smsc # SMSC supplied:[] configured:[_smsc_supplied_] decided smsc:[]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sms_subscribe # REG SUCCESS sender:+1XXXXXXX791 keyword:A2M mobile:+1XXXXXXX791 m:[You have been added to the SMS system.]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 sms_subscribe_handle # sending reply u:admin to:+1XXXXXXX791 m:[You have been added to the SMS system.] smsc:[]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sendsms # start uid:1 sender_id:[1XXXXXXX954] smsc:[]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 sendsms # maxlen:451 footerlen:0 footer:[] msglen:38 message:[You have been added to the SMS system.]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sendsms_queue_create # saving queue_code:e3658f60ede27816c1275b6168eedb22 src:1XXXXXXX954 scheduled:2017-03-14 22:33:06
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sendsms_queue_create # saved queue_code:e3658f60ede27816c1275b6168eedb22 id:8
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 sendsms_manipulate_prefix # before prefix manipulation:[+1XXXXXXX791]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 sendsms_manipulate_prefix # after prefix manipulation:[+1XXXXXXX791]
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 simplerate_hook_rate_getbyprefix # rate not found to:+1XXXXXXX791 default_rate:0
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 simplerate_hook_rate_getcharges # uid:1 u:admin len:38 unicode: to:+1XXXXXXX791 enable_credit_unicode:0 count:1 rate: charge:0
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sendsms # dst_count:1 sms_count:1 total_charges:0
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sendsms # fail to enforce finish create queue:e3658f60ede27816c1275b6168eedb22
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L2 sms_subscribe # end k:A2M c:subscribe s:handled
2017-03-14 22:33:06 PID58c8bfbae2c19 admin L3 recvsms_process # feature:sms_subscribe datetime: sender:+1XXXXXXX791 receiver:+1XXXXXXX954 keyword:A2M message:subscribe raw:a2m subscribe smsc:
```
This is _also_ produces a similar message sometimes instead of "fail to enforce finish create queue" which is "fail to finalize queue creation" around the same spot.
**I've taken the liberty of removing my numbers from the logs here and you can see that with the "XXXXXXX" parts, just for my own privacy.**
I'm running ubuntu 16.04 with PHP 5.6 and the PlaySMS version is 1.4. Everything else works great including autoreply.
After setting up the Subscribe feature, it picks up on the keywords and add/removes the person from the list of members, but does not respond in the process
I’ve taken the liberty of removing my numbers from the logs here and you can see that with the “XXXXXXX” parts, just for my own privacy.
I’m running ubuntu 16.04 with PHP 5.6 and the PlaySMS version is 1.4. Everything else works great including autoreply. But the subcribe feature does not reply to subscribes or unsubscribes even with the replies configured.