
booking-emaill
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 12
Posts
Recent activity by booking-emaill Sort by recent activity-
Can I find who answered the call/transfer ?
I'm transferring a call to an array of sip clients [1] . Is it possible to find which one answered the call ? [1] transfer(array("sip:12345678912@xyz","sip:12345678912@221.122.54.86"), array(
-
How to read the SIP headers with the phono plugin ?
I'm transferring some calls to SIP/ Phono clients along with some custom headers. How can I read these headers ? So far I could find [1] only how to set the headers but not how to read them. [1...
-
How can I record a call only after the client answers ?
What events should I use to start / stop the recording if I need to record only after the client answers the call ? Currently I'm using a schema as below. However the issue is that it records the ...
-
How can I mute the phono ringtone when more calls phone calls are placed ?
I'm using the kitchen script [1] as bolierplate for a call center application. How can I mute the ringtone when the agent is answering the call? Currently if more clients are calling the same agen...
-
CORS often fails
I'm using the phono plugin and it works nice except that very often CORS requests seem fail and the client basically becomes unusable. In order to reproduce the issue you just need to take few cal...
-
What's the IP Ranges of the Tropo apps ( production ) ?
We have some servers behind a firewall so in order to fetch data (e.g. the sip address of the available agents ) we need to allow the tropo app to make requests on our servers thus the need for th...
-
Go-lang support
Most communication apps require concurrency (more or less ). Go has built-in concurrency so I guess it would be great to support it. As I'm developing an app which should play the music and in the...
-
Why Tropo doesn't transfer the call ?
I'm calling my tropo app using the phono plugin. I'm expecting the app to transfer the "call" to the phone number provided in the SIP headers. However for some reasons I can hear only the "greeting...
-
How can I access the SIP headers (with PHP) ?
I'm trying to get the value of a SIP header. However I couldn't find any documentation how to do that ( in PHP ). There don't seem to be examples either so I've took few guesses but obviously could...
-
Why create application UI keeps prompting for a file name ?
I'm trying to create a tropo application; basically just a demo script for start but it won't let me save the scrip/file . See the screenshot