|
| 1 | +Source: python3-opensips |
| 2 | +Section: python |
| 3 | +Priority: optional |
| 4 | +Maintainer: Razvan Crainea <razvan@opensips.org> |
| 5 | +Build-Depends: debhelper (>= 9), dh-python, python3 (>= 3.6) |
| 6 | +Standards-Version: 3.9.8 |
| 7 | +Homepage: https://github.com/OpenSIPS/python-opensips |
| 8 | + |
| 9 | +Package: python3-opensips |
| 10 | +Architecture: all |
| 11 | +Multi-Arch: foreign |
| 12 | +Depends: python3 (>= 3.6), ${misc:Depends}, ${python3:Depends} |
| 13 | +Description: A collection of Python packages for OpenSIPS. |
| 14 | + These modules are designed to be as lightweight as possible and provide a |
| 15 | + simple interface for interacting with OpenSIPS. |
| 16 | + . |
| 17 | + OpenSIPS is a very fast and flexible SIP (RFC3261) |
| 18 | + server. Written entirely in C, OpenSIPS can handle thousands calls |
| 19 | + per second even on low-budget hardware. |
| 20 | + . |
| 21 | + C Shell-like scripting language provides full control over the server's |
| 22 | + behaviour. Its modular architecture allows only required functionality to be |
| 23 | + loaded. |
| 24 | + . |
| 25 | + Among others, the following modules are available: Digest Authentication, CPL |
| 26 | + scripts, Instant Messaging, MySQL/PostgreSQL support, Presence Agent, Radius |
| 27 | + Authentication, Record Routing, SMS Gateway, Jabber/XMPP Gateway, Transaction |
| 28 | + Module, SIP Registrar and User Location, Load Balancing/Dispatching/LCR, |
| 29 | + XMLRPC Interface. |
0 commit comments