Phonebook app

FusionPBX can deliver the phonebook through the contacts in FusionPBX. It pulls the phonebook through phone provisioning.

Were you aware that is possible?
 
Dont know if it helps but Ive just updated the phonebook app for fusion originally created by igor olhovskiy
 
That app/phonebook needs security improvements. Last time I looked at it was probably a year or two ago. What I saw were major security problems.

  • Make sure to use the escape on everything sent to the web browser.
  • Make sure the code uses the database class, which uses prepared statements.

Otherwise, everyone using this application has security risks from SQL injection and XSS.