Endpoint app for PyFreeBilling
Project description
Endpoint app for PyFreeBilling
Documentation
The full documentation is at https://pyfb-endpoint.readthedocs.io.
Quickstart
Install pyfb-endpoint:
pip install pyfb-endpoint
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'pyfb_endpoint.apps.PyfbEndpointConfig',
...
)
Add pyfb-endpoint’s URL patterns:
from pyfb_endpoint import urls as pyfb_endpoint_urls
urlpatterns = [
...
url(r'^', include(pyfb_endpoint_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
1.1.0 (2020-03-21)
Change min and max django version
New feature to add a + before the callerID in gateway for outbound calls
1.0.1 (2019-07-10)
Add provider registration feature
1.0.0 (2019-05-23)
Add domain to customer endpoint
0.9.3 (2019-04-10)
Add P-Preferred-Identity SIP header management for provider and customer endpoint.
0.9.2 (2019-01-30)
SQL views for Kamailio.
French and spanish translations
0.9.1 (2018-12-20)
Bug : typo in dependencies on PyPI.
0.9.0 (2018-12-07)
First release on PyPI.
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
Built Distribution
File details
Details for the file pyfb-endpoint-1.1.2.tar.gz
.
File metadata
- Download URL: pyfb-endpoint-1.1.2.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6ae13a4996498a8818f52ffcdc8604df84f2e32a38255aa4ae39bbf29696dd54
|
|
MD5 |
cca66212869c854e0f2a566ac190de91
|
|
BLAKE2b-256 |
20d8ca1c9a64ebd644cc9ecd9549509e799e8d803a57a1bcee18c893ec50dcf3
|
File details
Details for the file pyfb_endpoint-1.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pyfb_endpoint-1.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 33.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0534a171c77b183f52e7c2b83b999b4bf438bc71ef5e487fe11f8d119b028372
|
|
MD5 |
8a29ceefac19b7b641f891b4f866e15d
|
|
BLAKE2b-256 |
46b0473728a1a4a42f951052108d041cfc211f3c9f63914bb91ad83733eb9e6f
|