Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Dx 904 #24

Merged
merged 2 commits into from Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 8 additions & 1 deletion csharp/BoilerPlate/README.md
Expand Up @@ -18,4 +18,11 @@ The following environmental variables need to be set
| VOICE_API_USERNAME | Your Bandwidth Voice API username |
| VOICE_API_PASSWORD | Your Bandwidth Voice API password |
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |
| SERVER_PUBLIC_URL | The public url for the server |
| SERVER_PUBLIC_URL | The public url for the server |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/Callbacks/Messaging |
| Inbound Voice Callback | <url>/Callbacks/Voice/Inbound |
28 changes: 27 additions & 1 deletion java/BoilerPlate/README.md
@@ -1 +1,27 @@
# Java Boilerplate Code
# Java Boilerplate Code

## Description
A template to be used to build Bandwidth apps in Java

## Running The App

### Environmental Variables
The following environmental variables need to be set

| Variable | Description |
|--|--|
| MESSAGING_ACCOUNT_ID | Your Bandwidth Messaging account ID |
| MESSAGING_API_TOKEN | Your Bandwidth Messaging API token |
| MESSAGING_API_SECRET | Your Bandwidth Messaging API secret |
| MESSAGING_APPLICATION_ID | Your Bandwidth Messaging application ID |
| VOICE_ACCOUNT_ID | Your Bandwidth Voice account ID |
| VOICE_API_USERNAME | Your Bandwidth Voice API username |
| VOICE_API_PASSWORD | Your Bandwidth Voice API password |
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/Callbacks/Messaging |
| Inbound Voice Callback | <url>/Callbacks/Voice/Inbound |
7 changes: 7 additions & 0 deletions nodejs/BoilerPlate/README.md
Expand Up @@ -19,6 +19,13 @@ The following environmental variables need to be set
| VOICE_API_PASSWORD | Your Bandwidth Voice API password |
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/callbacks/messaging |
| Inbound Voice Callback | <url>/callbacks/voice/inbound |

### Commands
Run the following commands to get started

Expand Down
10 changes: 9 additions & 1 deletion php/BandwidthReferenceApp/README.md
Expand Up @@ -26,7 +26,15 @@ The following environmental variables need to be set
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |
| BASE_URL | The base url of the server running this application |

After setting the environmental variables, start the server by running the following command
## Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/messaging/callback.php |
| Inbound Voice Callback | <url>/voice/callback.php |

## Run The Server
Run the following command to start the server

```
php -S localhost:5000
Expand Down
7 changes: 7 additions & 0 deletions php/Boilerplate/README.md
Expand Up @@ -19,6 +19,13 @@ The following environmental variables need to be set
| VOICE_API_PASSWORD | Your Bandwidth Voice API password |
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/callbacks/messaging/callbacks.php |
| Inbound Voice Callback | <url>/callbacks/voice/inbound.php |

### Commands
Run the following commands to get started

Expand Down
10 changes: 9 additions & 1 deletion python/BandwidthReferenceApp/README.md
Expand Up @@ -26,7 +26,15 @@ The following environmental variables need to be set
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |
| BASE_URL | The base url of the server running this application |

After setting the environmental variables, start the server by running the following command
## Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/MessageCallback |
| Inbound Voice Callback | <url>/VoiceCallback |

## Run The Server
Run the following command to start the server

```
python app.py
Expand Down
7 changes: 7 additions & 0 deletions python/Boilerplate/README.md
Expand Up @@ -19,6 +19,13 @@ The following environmental variables need to be set
| VOICE_API_PASSWORD | Your Bandwidth Voice API password |
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/Callbacks/Messaging |
| Inbound Voice Callback | <url>/Callbacks/Voice/Inbound |

### Commands
Run the following commands to get started

Expand Down
7 changes: 7 additions & 0 deletions python/RecordingApp/README.md
Expand Up @@ -28,6 +28,13 @@ The following environmental variables need to be set
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |
| BASE_URL | The base url of the server running this application |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Inbound Voice Callback | <url>/VoiceCallback |
| Call Status Callback | <url>/VoiceCallbackStatus |

### Commands
Run the following commands to get started

Expand Down
10 changes: 9 additions & 1 deletion ruby/BandwidthReferenceApp/README.md
Expand Up @@ -26,7 +26,15 @@ The following environmental variables need to be set
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |
| BASE_URL | The base url of the server running this application |

After setting the environmental variables, start the server by running the following command
## Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/MessageCallback |
| Inbound Voice Callback | <url>/VoiceCallback |

## Run The Server
Run the following command to start the server

```
ruby app.rb
Expand Down
7 changes: 7 additions & 0 deletions ruby/Boilerplate/README.md
Expand Up @@ -19,6 +19,13 @@ The following environmental variables need to be set
| VOICE_API_PASSWORD | Your Bandwidth Voice API password |
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Messaging Callback | <url>/Callbacks/Messaging |
| Inbound Voice Callback | <url>/Callbacks/Voice/Inbound |

### Commands
Run the following commands to get started

Expand Down
7 changes: 7 additions & 0 deletions ruby/RecordingApp/README.md
Expand Up @@ -30,6 +30,13 @@ The following environmental variables need to be set
| VOICE_APPLICATION_ID | Your Bandwidth Voice application ID |
| BASE_URL | The base url of the server running this application |

### Callback URLs For Bandwidth Applications

| Callback Type | URL |
|--|--|
| Inbound Voice Callback | <url>/VoiceCallback |
| Call Status Callback | <url>/VoiceCallbackStatus |

### Commands
Run the following commands to get started

Expand Down