frappe / twilio-integration

Twilio integration for ERPNext
Other
57 stars 74 forks source link

fix: Outbound calls from non-admin accounts #4

Closed leela closed 3 years ago

leela commented 3 years ago

BUG: Unable to make Twilio outbound calls from non-admin accounts.

ISSUE: We are using user email ID as identity attribute to generate Twilio access token and having special characters like @ in identity is making the Twilio client JS failed to make the connection.

FIX: identity attribute is sanitised.