isladogs
MVP / VIP
- Local time
- Today, 21:50
- Joined
- Jan 14, 2017
- Messages
- 18,793
1. Ok I'm just posting to say that I used your function and it worked out of the box. That's brilliant!
2. Sooo....how do you pick up the call log? is it the same GET as to the SMS but to the /Calls URL?
3. I see that Twilio has faxing as well. Have you seen code that can fax an Access report?
1. Excellent!!!
2. Its very similar. Easy enough to modify the SMS version for use with calls
BUT the standard call log only gives the details of number, date/time/duration.
To get the details of the message, you either need to get a transcription or a recording. Neither s difficult to do if you read the API examples but there are additional costs involved. Best to discourage voice messages if possible
3. Faxing!!!! I thought we were moving forward not reverting to old technology! Why on earth would you want to fax a report? Save as PDF and email as an attachment
I see that you are using Twimlets. Does that require the user to set it up on the Twilio account or is that just the URL that you hit with the POST message?
I'm not trying to be awkward but I coded all of this over a year ago. I really can't remember
Once again, the answers must be somewhere in the API documentation