Skip to content

Commit 121f230

Browse files
nathan78906dkundel
authored andcommitted
docs: update paths for new org (#6)
1 parent 4febe89 commit 121f230

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ This plugin is intended to demonstrate how to make outbound calls from [Twilio F
44

55
This plugin uses a custom built backend system to facilitate creation of outbound calls using Twilio Programmable Voice. These calls are enqueued straight back to the agent that made the call. The backend system exposes a websocket to notify the front end client of changes to the call. This enables automated state management in the front end to ensure there is no competing with other tasks. As the calls are enqueued using Twiml, flex can accept the task reservation using `reservation.conference()` and the call from there is treated like any other call. Transfers and supervisor monitoring are enabled.
66

7-
The backend system is available [here](https://github.com/jhunter-twilio/twilio-flex-sample-backend) and can rapidly be deployed to Heroku using the link provided
7+
The backend system is available [here](https://github.com/twilio-labs/twilio-flex-sample-backend) and can rapidly be deployed to Heroku using the link provided
88

99
# Dialpad
1010

11-
![alt text](https://raw.githubusercontent.com/jhunter-twilio/plugin-flex-outbound-dialpad/master/screenshot/dialpad.png)
11+
![alt text](https://raw.githubusercontent.com/twilio-labs/plugin-flex-outbound-dialpad/master/screenshot/dialpad.png)
1212

1313
# How to use
1414

15-
1. Create a backend system by following the instructions provided [here](https://github.com/jhunter-twilio/twilio-flex-sample-backend/blob/master/README.md)
15+
1. Create a backend system by following the instructions provided [here](https://github.com/twilio-labs/twilio-flex-sample-backend/blob/master/README.md)
1616

1717
2. Create a clone of this repository and update
18-
- the line referencing the [backend](https://github.com/jhunter-twilio/plugin-flex-outbound-dialpad/blob/2c358a49813f6c9f0d17bd39cd315646fcbaed84/src/OutboundDialingWithConferencePlugin.js#L17)
18+
- the line referencing the [backend](https://github.com/twilio-labs/plugin-flex-outbound-dialpad/blob/2c358a49813f6c9f0d17bd39cd315646fcbaed84/src/OutboundDialingWithConferencePlugin.js#L17)
1919
- the line referencing the [number](https://github.com/twilio-labs/plugin-flex-outbound-dialpad/blob/f100c4f83613a14ea2b947bc85ffe765e4e10034/src/OutboundDialingWithConferencePlugin.js#L17) you are calling from to a twilio number or a verified number associated with your account.
2020
3. run `npm install`
2121
4. create your own `public/appConfig.js` based on the `public/appConfig.example.js` and include your own account number

0 commit comments

Comments
 (0)