Skip to main content

Django based phonebook for Granstream telephones.

Project description

# django-sip-phonebook A django-powered central phonebook and provisioning server for Grandstream telephones

Quick start

  1. Add “phonebook” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'phonebook',
    ]
  2. Include the phonebook URLconf in your project urls.py like this:

    url(r'^phonebook/', include('phonebook.urls')),
  3. Run python manage.py migrate to create the phonebook models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to setup phone book entries (you’ll need the Admin app enabled).

  5. Setup your Grandstream IP phone to fetch it’s phonebook from http://127.0.0.1:8000 and verify you can call the contacts you added.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sip-phonebook-0.1.0.tar.gz (6.2 kB view details)

Uploaded Source

File details

Details for the file django-sip-phonebook-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-sip-phonebook-0.1.0.tar.gz
Algorithm Hash digest
SHA256 8f71e5d3ccf20dcf69dbb6e343cc17bd4a466b1341f810968107cee2c85a1a7a
MD5 5be268a37e25c6540d7f4243f3f380bd
BLAKE2b-256 dc411fdaeddd6ac93d9c1bd59e2eff8dc875159830812acdc6fdf987a8f10e88

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page