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

create a separate list ID that can be used when dialing twilio #8

Closed
poblahblahblah opened this issue Oct 2, 2012 · 1 comment
Closed

Comments

@poblahblahblah
Copy link
Collaborator

right now twilio (views/twilio_call_escalations/call_list_menu.xml.erb) uses the actual ID of the call list when giving you dialing options - this causes a bit of an issue once you delete a list since that ID will not be reused, and there will be a gap that you can't easily fix.

It would be nice if there was a twilio_list_id field which gets used and can be adjusted. I would imagine the call_list view would sort by this rather than actual ID.

darrendao added a commit that referenced this issue Oct 2, 2012
fixing issue #8 - this creates a new column 'twilio_list_id'
@poblahblahblah
Copy link
Collaborator Author

fixed with commit 634a39a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant