File: __init__.py

package info (click to toggle)
python-voip-utils 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 644 kB
  • sloc: python: 1,988; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
"""Voice over IP utilities."""

from .sip import SIP_PORT, CallInfo, SdpInfo, SipDatagramProtocol
from .voip import (
    RtcpDatagramProtocol,
    RtcpState,
    RtpDatagramProtocol,
    VoipDatagramProtocol,
)