frappe / twilio-integration

Twilio integration for ERPNext
Other
57 stars 74 forks source link

feat: Incoming call handler #9

Closed leela closed 3 years ago

leela commented 3 years ago

Incoming calls to the Twilio number will be forwarded to the respective agents mobile number. Incase of multiple agents mapped to same Twilio number, call will be forwarded to the first agent.

leela commented 3 years ago

Going to create new PR with all incoming call handling features including this PR features.