ThinQ SMS Setup

Status
Not open for further replies.

rnpsh19

New Member
Jan 27, 2019
23
2
3
44
Anything special to get ThinQ setup with the sms app? I have the app setup, added the default settings, destinations, etc but no messages incoming or outgoing. On ThinQ's end I have the URL setup correctly, as well as the IP's white listed. I also setup ThinQ's network in the ACL. I can curl sample api calls and I get a 200 response but I never receive the message. I have a ticket open with them, just wondering if there was someone with experience working with them. Thanks
 

rnpsh19

New Member
Jan 27, 2019
23
2
3
44
Following back around to this, I had to go to /etc/freeswitch/chatplan/default.xml and delete out the comments for the actions:

<action application="lua" data="test.lua"/>
<action application="reply" data="Hello, you said: ${_body}"/>

<action application="lua" data="app.lua sms outbound"/>

This then sent the text to thinq using the api.
 
Status
Not open for further replies.