
Joey_Yin
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 40
Activity overview
Latest activity by Joey_Yin-
Joey_Yin commented,
Hi there, I pulled the session log according to the above sessionID "77cdb68e695549861438c14166e933f7" and found that after the call was answered, the prompt was well played, the user pressed the f...
-
Joey_Yin commented,
Hi there, Please note that, Tropo functions are not tested with multithreaded application code, and using multiple threads in a Tropo app is unsupported. If your application uses threads, you may e...
-
Joey_Yin commented,
Official comment Hi there, You can end up the conference by sending the `exit` signal indeed. Please check the below script: say("Welcome to the conference bridge!");conference("4567", {terminator: "*",mute: fals...
-
Joey_Yin commented,
I don't find the list of functions available in its Javascript compile, either.
-
Joey_Yin commented,
Hi Sachin, We have received your request. Please kindly follow the three steps in the ticket, then we will enable the outbound permissions for your account. Let us know if you have any additional...
-
Joey_Yin commented,
Thanks for your response! Actually, you can host your grxml files according to the below steps: 1. First log into tropo.com 2. Click APPLICATIONS->My Files 3. Scroll down at the bottom of the page,...
-
Joey_Yin commented,
The two sip addresses should be called at the same time and the first person to pick up 'wins' the call. With voice calls, "call both, first to answer wins" that is indeed the default behavior.
-
Joey_Yin commented,
Thanks for your explanation. But when using startCallRecording / stopCallRecording, it mean that you will record the entire call including both the prompt and the client's response. So in my opinio...
-
Joey_Yin commented,
You can use the record method instead of the startRecording and stopRecording methods to only record the client's response to a prompt. Please refer to the below link for more info: https://www.tr...
-
Joey_Yin commented,
Our phono engineer said that this was a known limitation of Firefox due to partial webaudio support. We will get the current release finished. Thanks!