Skip to content

Commit 7eb7d6d

Browse files
authored
Merge pull request #49830 from msebolt/patch-31
Update partner-twilio-java-phone-call-example.md
2 parents 431ebb8 + e3cc6e4 commit 7eb7d6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/partner-twilio-java-phone-call-example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ When you are ready to deploy to Azure, recompile for deployment to the cloud, de
177177
## Next steps
178178
This code was provided to show you basic functionality using Twilio in Java on Azure. Before deploying to Azure in production, you may want to add more error handling or other features. For example:
179179

180-
* Instead of using a web form, you could use Azure storage blobs or SQL Database to store phone numbers and call text. For information about using Azure storage blobs in Java, see [How to Use the Blob Storage Service from Java][howto_blob_storage_java]. For information about using SQL Database in Java, see [Using SQL Database in Java][howto_sql_azure_java].
180+
* Instead of using a web form, you could use Azure storage blobs or SQL Database to store phone numbers and call text. For information about using Azure storage blobs in Java, see [How to Use the Blob Storage Service from Java][howto_blob_storage_java].
181181
* You could use **RoleEnvironment.getConfigurationSettings** to retrieve the Twilio account ID and authentication token from your deployment's configuration settings, instead of hard-coding the values in makecall.jsp. For information about the **RoleEnvironment** class, see [Using the Azure Service Runtime Library in JSP][azure_runtime_jsp] and the Azure Service Runtime package documentation at [http://dl.windowsazure.com/javadoc][azure_javadoc].
182182
* The makecall.jsp code assigns a Twilio-provided URL, [http://twimlets.com/message][twimlet_message_url], to the **Url** variable. This URL provides a Twilio Markup Language (TwiML) response that informs Twilio how to proceed with the call. For example, the TwiML that is returned can contain a **<Say>** verb that results in text being spoken to the call recipient. Instead of using the Twilio-provided URL, you could build your own service to respond to Twilio's request; for more information, see [How to Use Twilio for Voice and SMS Capabilities in Java][howto_twilio_voice_sms_java]. More information about TwiML can be found at [http://www.twilio.com/docs/api/twiml][twiml], and more information about **<Say>** and other Twilio verbs can be found at [http://www.twilio.com/docs/api/twiml/say][twilio_say].
183183
* Read the Twilio security guidelines at [https://www.twilio.com/docs/security][twilio_docs_security].
@@ -197,7 +197,7 @@ For additional information about Twilio, see [https://www.twilio.com/docs][twili
197197
[twiml]: http://www.twilio.com/docs/api/twiml
198198
[twilio_api_service]: http://api.twilio.com
199199
[add_ca_cert]: java-add-certificate-ca-store.md
200-
[azure_java_eclipse_hello_world]: http://msdn.microsoft.com/library/windowsazure/hh690944.aspx
200+
[azure_java_eclipse_hello_world]: https://docs.microsoft.com/java/azure/eclipse/azure-toolkit-for-eclipse-create-hello-world-web-app
201201
[howto_twilio_voice_sms_java]: partner-twilio-java-how-to-use-voice-sms.md
202202
[howto_blob_storage_java]: http://www.windowsazure.com/develop/java/how-to-guides/blob-storage/
203203
[howto_sql_azure_java]: http://msdn.microsoft.com/library/windowsazure/hh749029.aspx

0 commit comments

Comments
 (0)