Django based phonebook for Granstream telephones.
Project description
# django-sip-phonebook A django-powered central phonebook and provisioning server for Grandstream telephones
Quick start
Add “phonebook” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'phonebook', ]
Include the phonebook URLconf in your project urls.py like this:
url(r'^phonebook/', include('phonebook.urls')),
Run python manage.py migrate to create the phonebook models.
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).
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-sip-phonebook-0.1.0.tar.gz
.
File metadata
- Download URL: django-sip-phonebook-0.1.0.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8f71e5d3ccf20dcf69dbb6e343cc17bd4a466b1341f810968107cee2c85a1a7a |
|
MD5 | 5be268a37e25c6540d7f4243f3f380bd |
|
BLAKE2b-256 | dc411fdaeddd6ac93d9c1bd59e2eff8dc875159830812acdc6fdf987a8f10e88 |