DESCR-pjsua 1.1 KB

123456789101112131415161718192021222324
  1. pjsua is an open source command line SIP user agent that is used as
  2. the reference implementation for PJSIP and PJMEDIA. It has many
  3. features, such as:
  4. * Mutiple identities/account registrations
  5. * Concurrent calls and conference (unlimited number, but only up
  6. to 254 sources can be mixed to a single destination)
  7. * Call features: call hold, call transfer (attended or unattended,
  8. with or without refersub).
  9. * SIP Presence/SIMPLE with PIDF and XPIDF support. PUBLISH support.
  10. * Instant messaging and message composing indication
  11. * DTMF digits transmission/receipt (RFC 2833)
  12. * WAV file playing, streaming, and recording.
  13. * Accoustic echo cancellation (AEC).
  14. * Auto-answer, auto-play file, auto-loop RTP
  15. * Support SIP UDP, TCP, and TLS transports. Support for DNS SRV
  16. resolution.
  17. * NAT traversal with rport and STUN.
  18. * Tone generation.
  19. * Codecs: PCMA, PCMU, GSM, Speex (including wideband/16KHz and
  20. ultra-wideband/32KHz), L16 (8-48KHz, mono or stereo), and iLBC.
  21. * Adaptive jitter buffer, adaptive silence detection, and packet
  22. lost concealment audio features.