Commit Graph

105 Commits (6fb4e0eaaa163465e5737c052d23add32a30ffd4)

Author SHA1 Message Date
Raphael Coeffic 6fb4e0eaaa - fixes a buffer overflow occuring if an RTP packet...:
19 years ago
Stefan Sayer 981487f4f5 clears audio on audio error (to be consistent with previous behaviour)
19 years ago
Stefan Sayer 5880452190 fix for SRTP bug reported by christophe
19 years ago
Stefan Sayer cd1752047b fixes RTP_TIMEOUT bug in signaling only b2b situations
19 years ago
Stefan Sayer 5eb6b49c44 compiler can be passed via GPP and GCC variables
19 years ago
Stefan Sayer 639185e108 removed double mutex from PacketAllocator
19 years ago
Stefan Sayer 5209fd205d bugfix in the JitterBuffer: m_tail and m_head correctly initialized
19 years ago
Stefan Sayer a867a606e7 some maintenance on the makefiles...
19 years ago
Stefan Sayer 8afd996789 added deps to dependency (uses correct rules now, thanks Alfred for reporting)
19 years ago
Stefan Sayer 2d0d8f2d0c adds load_plugins parameter to configuration, which is an optional list of modules to be loaded (instead of everything in plug-in path)
19 years ago
Stefan Sayer a0ee8055e8 shows SEMS version if executed with -v (Thanks Alex for the patch)
19 years ago
Stefan Sayer 9d30e685d2 doxygenized doc and included all Readme files
19 years ago
Stefan Sayer 14489dd125 some extensions to ivr
19 years ago
Stefan Sayer 17530b75bd adds 'transfer' function to ivr. this is used by the pin_collect application.
19 years ago
Maxim Sobolev a9f76017ea Create $(audio-prefix)/$(audio-dir) unconditionally before trying to populate
19 years ago
Maxim Sobolev 4812501750 Fix "long int format, pthread_t arg" warning.
19 years ago
Maxim Sobolev 58f33c8556 Second, much improved revision of adaptive jitter buffering patch.
19 years ago
Stefan Sayer 011dfa1d57 * 'tar' and 'dist' target in main dir
19 years ago
Stefan Sayer dbbdd8c616 * UserAgent/Server header
19 years ago
Stefan Sayer 31ad518986 fixed small mem leak
19 years ago
Stefan Sayer 27d316bc5e changed visibility
19 years ago
Stefan Sayer ce50f085ff small cache optimisation. ssrc is not set!
19 years ago
Stefan Sayer 7b4faa3631 local tag of dialout sessions can be set by caller
19 years ago
Stefan Sayer b36cacb45a registrar client. can register at SIP registrar; used via DI API
19 years ago
Stefan Sayer f55194e479 * moved auth API to ampi/UACAuthAPI.h
19 years ago
Stefan Sayer 349378a86d Objects may be passed through DI interface (still lacks refcounting)
19 years ago
Stefan Sayer 939eae1701 small fix on default constructor
19 years ago
Stefan Sayer 6b6ccb45e2 removed some more debugging info (sorry it trashes my output)
19 years ago
Stefan Sayer 5a61f5b417 SessionEventHandler does not need to hold the Session
19 years ago
Stefan Sayer e56541eed0 removed excessive debug info
19 years ago
Stefan Sayer 04938cc120 * introduces new plugin type: session-less ua behaviour can be implemented with a
19 years ago
Raphael Coeffic a06ea3b289 fixed compilation error.
19 years ago
Maxim Sobolev 0f59c71eb3 Implement real adaptive jitter buffering. Otherwise things like conferencing
19 years ago
Stefan Sayer 766f0c2dbc added subdirs to doxygen doc (thanks olle)
19 years ago
Stefan Sayer 66d132f871 cleaned up and corrected the install system
19 years ago
Stefan Sayer 69eb1f7192 default announcement (for all applications)
19 years ago
Stefan Sayer 55304b302d corrected default plug-in path
19 years ago
Stefan Sayer d21931f330 * out of dialog REFER creates a new dialout session
19 years ago
Stefan Sayer 6d8f8d9645 enabled Id svn keyword property
19 years ago
Stefan Sayer a5dbceef55 adds sending REFER in dialog
19 years ago
Stefan Sayer f776df7eb8 fixes some problems related to contact:
19 years ago
Stefan Sayer d87c3cf50d set DEFAULT_GOAL to all
19 years ago
Stefan Sayer b1243ae3b7 removes compiled modules
19 years ago
Stefan Sayer 30b60cf36c moved iLBC_test
19 years ago
Stefan Sayer 1f3230bcc7 updated iLBC implementation from rfc3951 (only copyright/comments changed from draft 04)
19 years ago
Stefan Sayer de2101e005 corrected deps for module_extra_objs
19 years ago
Stefan Sayer 3af1d3dd6f uac authentication
19 years ago
Stefan Sayer 60668be1fb only take remote_tag on incoming reply if 101 < code < 300 (remote tag set: "dialog established")
19 years ago
Stefan Sayer 6c4b6d2da4 added cseq to onSendRequest function of SessionEventHandler API
19 years ago
Raphael Coeffic 822c3014cc fixes bug happening when telephone-event payload occurs before a compatible regular payload.
19 years ago