Skip to main content

Endpoint app for PyFreeBilling

Project description

https://badge.fury.io/py/pyfb-endpoint.svg https://travis-ci.org/mwolff44/pyfb-endpoint.svg?branch=master https://codecov.io/gh/mwolff44/pyfb-endpoint/branch/master/graph/badge.svg

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


Download files

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

Source Distribution

pyfb-endpoint-1.1.2.tar.gz (21.9 kB view hashes)

Uploaded Source

Built Distribution

pyfb_endpoint-1.1.2-py2.py3-none-any.whl (33.9 kB view hashes)

Uploaded Python 2 Python 3

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