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
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,21 @@ npm start
37
37
38
38
The application should be available on <http://localhost:5000>.
39
39
40
+
If you have not set up predefined numbers you can access <http://localhost:5000/provision> for the application to provision numbers.
41
+
40
42
### Using the App
41
43
42
-
Call one of the virtual numbers that you rented. The call will be tracked and forwarded to the desired destination number.
44
+
Register a conversation with the application so that mappings can be created between real user numbers and Nexmo virtual numbers. This is done by making a `POST` such as the following to <http://localhost:5000/conversation>:
0 commit comments