Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
      • Get a Tailored Demo
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +32 2 290 34 90
    • Get a Tailored Demo
  • Pricing
  • Help
  1. APPS
  2. Phone
  3. VoIP phonebook v 16.0
  4. Sales Conditions FAQ

VoIP phonebook

by Odooist
Odoo
v 16.0 Third Party 2 181
Download for v 16.0 Deploy on Odoo.sh
Apps purchases are linked to your Odoo account, please sign in or sign up first.
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 528
Technical Name phonebook
LicenseLGPL-3
Versions 15.0 16.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 528
Technical Name phonebook
LicenseLGPL-3
Versions 15.0 16.0
  • Description
  • Documentation

Phonebook for VoIP phones

Make your Odoo contacts available from VoIP phones

This module is used as XML user directory service for different VoIP phones.

Supported IP phones:

  • Aastra
  • Atcom
  • Cisco
  • Digium A & D Series
  • Fanvil
  • Grandstream
  • Panasonic
  • Polycom
  • SNOM
  • Yealink

Roadmap

  • Odoo 9, 10, 11 and 12 support.
  • IP based ACL to restrict access to phonebook only from LAN.
  • Support for your phone model can be added on your request...

Support

Bugs, feature requests

For bugs and feature requests please send email to odooist@gmail.com.

Tips & tricks

To talk about Odoo & VoIP integration join our Telegram chat

Phonebook documentation

Contents

  • Phonebook documentation
    • Installation & Configuration
      • Settings
    • Usage
      • Aastra
      • Atcom
      • Audiocodes
      • Cisco
      • Digium A-Series
      • Digium D-Series
      • Fanvil
      • Grandstream
      • Panasonic
      • Polycom
      • SNOM
      • Yealink
    • Customization
    • VoIP phones documentation
    • Changelog
      • 1.5
      • 1.4
      • 1.3
      • 1.2
      • 1.1
      • 1.0

Installation & Configuration

If your installation is a single db (using db_filter) you have to do nothing.

If you have many databases then add phonebook to your server_wide_modules setting, e.g.:

; for Odoo 9 and 10
server_wide_modules=web,web_kanban,phonebook
; For Odoo 11 and 12
server_wide_modules=web,phonebook

Settings

Activate Developer mode and go to Settings -> Technical -> Parameters -> Phonebook.

Adjust settings for your environment.

Usage

Open your phone settings and set XML phonebook URL. URL is made of your Odoo server address, db name and phone model.

Let demonstrate it with the following example.

  • Odoo server address: http://my.odoo.com:8069
  • Database name: demo
  • Phone model: Grandstream

For single Odoo db installation (db_filter is used) the following URL is constructed:

  • http://my.odoo.com:8069/phonebook/gs/phonebook.xml

For multi database Odoo environments database should be injected in the path:

  • http://my.odoo.com:8069/phonebook/demo/gs/phonebook.xml (note demo in the path)

Aastra

Aastra phones download CSV file with contacts via TFTP. So with Aastra phones you should setup a cron script to periodically update file with contacts. Example:

curl -o phonebook.csv  http://my.odoo.com:8069/phonebook/demo/aastra/phonebook.csv

Atcom

Atcom phones support HTTP phonebook feature. Example URL: http://my.odoo.com:8069/phonebook/demo/atcom/phonebook.xml

Audiocodes

The Configuration file can include a link to a user-defined Corporate Directory file, using the 'provisioning/corporate_directory_uri' parameter.

For example: provisioning/corporate_directory_uri=phonebook.csv

You need to create a cron script to periodically reload the phonebook from Odoo and put it into provisioning folder.

Example:

curl -o phonebook.csv  http://my.odoo.com:8069/phonebook/demo/audiocodes/phonebook.csv

Cisco

Example URL: http://my.odoo.com:8069/phonebook/demo/cisco/phonebook.xml

Digium A-Series

Remote retrieval, as a part of the phone's configuration file, is controlled with the AUTOUPDATE CONFIG MODULE configuration section with the Auto Pbook Url configuration parameter, e.g.:

<<VOIP CONFIG FILE>>Version:2.0000000000
<AUTOUPDATE CONFIG MODULE>
Auto Pbook Url     :http://my.odoo.com:8069/phonebook/demo/digium_a/phonebook.xml
<<END OF FILE>>

Digium D-Series

Contacts files that the phone should load are separate files, defined by DPMA or configured in the phone's main configuration XML file. For DPMA, Contacts files are specified for a phone configuration using the phone configuration parameter: contact as noted above.

Multiple "contact" lines may be used for each phone configuration.

For XML configuration, Contacts files are specified using the <contacts> element.

Example URL: http://my.odoo.com:8069/phonebook/demo/digium_d/phonebook.xml

Fanvil

Go to PHONE -> REMOTE CONTACT -> Remote Phonebook Settings.

Add phonebook URL in the Server URL field. Example URL: http://my.odoo.com:8069/phonebook/demo/fanvil/phonebook.xml

Grandstream

Grandseam phones add phonebook.xml to server URL. So You should specify only the part of URL. Example: http://my.odoo.com:8069/phonebook/demo/gs/.

Panasonic

Set Network -> Application Settings -> Enable Application [YES].

Set Telephone -> Application Settings -> Network Phonebook URL to http://my.odoo.com:8069/phonebook/demo/panasonic/contacts.xml.

Polycom

As Polycom phones cannot get contact book from HTTP you need to create cron script that will periodically download contacts from Odoo and put it in your TFTP server root where your phones are provisoned.

Example:

curl -o 000000000000-directory.xml  http://my.odoo.com:8069/phonebook/demo/polycom/phonebook.xml

Refer to Polycom provision documentation for details or contact for support.

SNOM

Add phonebook URL to <setting-files> tag. Example URL: http://my.odoo.com:8069/phonebook/demo/snom/phonebook.xml

According to documentation SNOM phones can store 100-250 directory entries. If you require some way to filter contacts that go to SNOM phones contact me for a discussion.

Yealink

Specify yealink URL. Example: http://my.odoo.com:8069/phonebook/demo/yealink/phonebook.xml

Customization

You can easily customize phone templates.

Go to Settings -> Technical -> User Interface - Views.

Type phonebook in the search fields and press enter. You will see all templates of this module.

Find one that is required and customize it.

VoIP phones documentation

I have collected some links for your convinience. Please let me know if some links get broken.

  • Atcom
  • Audiocodes
  • Grandstream
  • Panasonic
  • Polycom
  • SNOM
  • Digium A series
  • Digium D series

Changelog

1.5

  • Added option to limit phonebook with selected only partners.

1.4

  • Addes option to strip formatting characters from phone numbers (in Settings).

1.3

  • Response header fix (returns text/xml instead of text/html).
  • Settings page and HTTP auth option for phones models supporting this option.
  • Aastra phones support added.
  • Yealink phones support added.
  • Atcom phones support added.
  • Panasonic phones support added.
  • Digium phones support added.
  • Audiocodes phones support added.

1.2

  • SNOM phones support added.
  • Fanvil phones support added.
  • Odoo version 10.0 module release.

1.1

  • Polycom phones support added.

1.0

  • Initial release with Grandstream support.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
  • Ratings
  • Discuss
There are no ratings yet!
module installation problem
by
Goldenwolfgroup
on 3/25/23, 3:47 AM

I tried to install the module during installation, it shows an error
Error while importing module 'phonebook'.

while parsing /tmp/tmpvlt1k7m_/phonebook/views/res_partner.xml:2
Error while validating view:

Element '' cannot be located in parent view

View error context:
{'file': '/tmp/tmpvlt1k7m_/phonebook/views/res_partner.xml',
'line': 2,
'name': 'Phonebook partner search',
'view': ir.ui.view(8277,),
'view.model': 'res.partner',
'view.parent': ir.ui.view(124,),
'xmlid': 'phonebook_partner_search'}

Re: module installation problem
by
Max
on 3/25/23, 7:31 AM Author

Hello.

Please contact technical support here - https://odoopbx.com/helpdesk


Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with