frappe / twilio-integration

Twilio integration for ERPNext
Other
57 stars 74 forks source link

[v13]Call Log: Call Back/Call Again button doesn't work. #51

Open rtdany10 opened 3 years ago

rtdany10 commented 3 years ago

Clicking the button throws an error on the console and call isn't initiated. image

ERPNext: v13.4.1 (version-13) Frappe Framework: v13.3.0 (version-13)

rtdany10 commented 2 years ago

Seems like the function frappe.phone_call.handler is defined outside ERPNext. https://github.com/frappe/twilio-integration/blob/master/twilio_integration/public/js/twilio_call_handler.js#L92

We will have to port it to ERPNext. @ankush