
jdyer
- Total activity 607
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 206
Activity overview
Latest activity by jdyer-
jdyer commented,
Hello, The Tropo engine interprets instructions in two ways, one is Scripting, which requires the application be authored in one of the supported languages ( PHP, JS, Python, Ruby, Groovy ). The ot...
-
jdyer commented,
Hello, Few things here, first off the issue you will run into, or may run into, is that an outbound token initiated SMS will be a disparite session from the reply, so you will have to track session...
-
jdyer commented,
Hello, The issue you are encountering here is that you are trying to start a second call in the same session, let me show you from the logs you provided. First we see the initial JSON payload send ...
-
jdyer commented,
Hello, On a redirect the to's data type is defined as a string, and you are actually setting it as an array. Correcting this should resolve the behavior for you. I do hope this helps, and if there ...
-
jdyer commented,
Hello, The issue here still appears to be, as Justin mentioned, the null say in the JSON return from your web server., that you are setting the say to null. When the session starts we are sending a...
-
jdyer commented,
Hello, The issue here is that you are calling answer(); , which is not a native PHP function. It appears you may be trying to mix Tropo Scripting, and Tropo WebAPI, which I am afraid may present pr...
-
jdyer created a post,
Request: hotword grammar in conference
Hello Justin, It was a pleasure speaking with you in our IRC channel, and I have gone ahead and created this feature to document your request for a hot-word type grammar to exit from a conference. ...
-
jdyer commented,
Hello, This limit is enforced per DID, and is not a Tropo limitation, rather it is one imposed by our carriers. I am sorry to hear you were not aware of this, however there are a few options we can...
-
jdyer commented,
Hello, I just wanted to chime in here and clarify that Tropo requires developers handle their own throttling, especially when sending SMS messages. Currently SMS enabled numbers associated with app...
-
jdyer commented,
Please escalate to me