Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle multiple instances of dev phone #24

Open
ayyrickay opened this issue Dec 6, 2021 · 1 comment
Open

Handle multiple instances of dev phone #24

ayyrickay opened this issue Dec 6, 2021 · 1 comment
Labels
stretch Out of the scope of Tweek, but a good feature web-ui

Comments

@ayyrickay
Copy link
Collaborator

e.g.,

Multiple browser tabs open that are associated with different soft phones

Configurable phone numbers - can change the phone number from the soft phone UI

Example use cases include testing regions (try a UK number, then a US number, or just US numbers from different area codes), etc.

@ayyrickay ayyrickay added stretch Out of the scope of Tweek, but a good feature web-ui labels Dec 6, 2021
@Swimburger
Copy link

While not very approachable, it is doable today by using 2 different Twilio accounts.
Here's how I did it in case someone else needs to do it before it is officially supported:

  1. Use twilio login to create multiple profiles, each logging into separate upgraded Twilio accounts.
  2. Run twilio dev-phone -p YourProfileName
  3. Run PORT=3002 twilio dev-phone -p YourOtherProfileName.

Now the Dev Phone runs on port 3001 (default) and 3002, each using a different profile (account).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stretch Out of the scope of Tweek, but a good feature web-ui
Projects
None yet
Development

No branches or pull requests

2 participants