-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2f3ec7
commit 7f2410b
Showing
5 changed files
with
76 additions
and
5 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# | ||
# Create an app in the RingCentral Developer Console. Make sure the app has all permissions enabled. | ||
# Enter in the credentials for this app into the fields below. | ||
RC_SERVER_URL = 'https://platform.devtest.ringcentral.com' | ||
RC_CLIENT_ID = '' | ||
RC_CLIENT_SECRET = '' | ||
RC_USERNAME = '' | ||
RC_PASSWORD = '' | ||
RC_EXTENSION = '101' | ||
|
||
# Used in messaging/quick-start.py | ||
# This following phone number will receive a test SMS message | ||
RECIPIENT_PHONE = "" | ||
|
||
# Used in pubnub quick start? | ||
# The following URL cannot be blank, and its value will have no impact on test results. | ||
RC_REDIRECT_URL = 'http://localhost:5000/oauth2callback' | ||
|
||
# Used in voice/call-forwarding.py | ||
# The following phone number will be set as a forwarding number. | ||
RC_FORWARDING_NUMBER = '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters