You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,19 @@ and then
43
43
44
44
## How to use
45
45
46
-
1.Clone repository
46
+
1.Setup dependencies above, The workflow and the outbound calls worker activity.
47
47
48
-
2.Copy ./public/appConfig.example.js to ./public/appConfig.js and set your account sid
48
+
2.Clone repository
49
49
50
-
3. run `npm install`
50
+
3.Copy ./public/appConfig.example.js to ./public/appConfig.js and set your account sid
51
51
52
-
4.copy ./dialpad-functions/.env.sample to ./dialpad-functions/.env and populate the appropriate SIDs. The workflow sid should be the workflow dependency described above
52
+
4. run `npm install`
53
53
54
-
5. cd into ./dialpad-functions/ then run `npm install` and then `twilio serverless:deploy` (optionally you can run locally with `twilio serverless:start --ngrok=""`
54
+
5.copy ./dialpad-functions/.env.sample to ./dialpad-functions/.env and populate the appropriate SIDs. The workflow sid should be the workflow dependency described above. The TWILIO_TR_AVAILABLE_ACTIVITY_SID should be the SID of your worker activity that makes you available.
55
55
56
-
6. Take note of the domain of where they deployed and update FUNCTIONS_HOSTNAME in ./src/OutboundDialingWithConferencePlugin.js
56
+
6. cd into ./dialpad-functions/ then run `npm install` and then `twilio serverless:deploy` (optionally you can run locally with `twilio serverless:start --ngrok=""`
57
+
58
+
7. Take note of the domain of where they deployed and update FUNCTIONS_HOSTNAME in ./src/OutboundDialingWithConferencePlugin.js
57
59
58
60
7. Update the DEFAULT_FROM_NUMBER in ./src/OutboundDialingWithConferencePlugin.js to a twilio number or a verified number associated with your account.
0 commit comments