ftaher / FonB

The Phonebook Solution for Asterisk
aptus.com
Other
9 stars 3 forks source link

FonB

The Phonebook Solution for Asterisk

This is development repository for Forntend code of Aptus FonB Asterisk Phonebook Solution. It was made public, so we can get feedback and pull requests from Asterisk community and connect with them. Also, you can use this repository to test latest frontend changes on your current FonB installation before we release it officially.

Testing Latest Frontend Code

To test latest frontend code follow these steps:

  [7576]
  Extension = 7576
  Terminal = "SIP/7576"
  Context = "from-internal"
  Name = "Jim Carry"
  Mobile = 90445454546456
  BaseDir = "/usr/local/PhoneB"
  Language = "en"
  Department = "Development"
  Spy = "all"
  Company = "my-company"

will change to:

  [7576]
  Extension = 7576
  Terminal = "SIP/7576"
  Context = "from-internal"
  Name = "Jim Carry"
  Mobile = 90445454546456
  BaseDir = "/home/jim/PhoneB"
  Language = "en"
  Department = "Development"
  Spy = "all"
  Company = "my-company"
  [PhoneB]
  BaseDir = "/usr/local/PhoneB"

will change to:

  [PhoneB]
  BaseDir = "/home/jim/PhoneB"

Contributing

Aptus welcomes suggestions, bug reports, feature requests and pull requests from community. If you don't have any issues or code to push, you can still help us by translating FonB to your local language. Thanks for your help, you are awesome :)


Warning: This is a development repository, so it may contain unstable code. Stable version of Frontend code and backend server is available at FonB Download Page. All the releases can also be accessed on github.