You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/core
Stefan Sayer ff6571b33c
AmPlaylist::close can be used without sending playlist empty events
19 years ago
..
amci mem cached audio files implementation - improves performance 4-5% over announcement from file (G711) 19 years ago
ampi code re-indented 19 years ago
etc added make ser-cfg-install target to install default ser-sems.cfg 19 years ago
plug-in corrected UAC auth handling (qop and realm mismatch) 19 years ago
rpm enabled Id svn keyword property 19 years ago
rtp fixes 19 years ago
scripts enabled Id svn keyword property 19 years ago
wav default announcement (for all applications) 19 years ago
AmAdvancedAudio.cpp AmAudioFrontList AmAudio device, useful for e.g. fancier conferencing services 19 years ago
AmAdvancedAudio.h AmAudioFrontList AmAudio device, useful for e.g. fancier conferencing services 19 years ago
AmApi.cpp combined AmArg and AmArgArray into one class 19 years ago
AmApi.h combined AmArg and AmArgArray into one class 19 years ago
AmArg.cpp made AmArg size() const 19 years ago
AmArg.h convenience macros for checking amarg type 19 years ago
AmAudio.cpp fixes 19 years ago
AmAudio.h fixes 19 years ago
AmAudioMixIn.cpp adds the option to finish file B while mixing in 19 years ago
AmAudioMixIn.h adds the option to finish file B while mixing in 19 years ago
AmB2ABSession.cpp fixed small bug on disconnect from wrong session 19 years ago
AmB2ABSession.h fixed small bug on disconnect from wrong session 19 years ago
AmB2BSession.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmB2BSession.h changed visibility of invite_req to protected, so SDP/headers of second call can be modified 19 years ago
AmCachedAudioFile.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmCachedAudioFile.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmCallWatcher.cpp added the call watcher, useful class to monitor/interface call status to external applications/network etc 19 years ago
AmCallWatcher.h comment position corrected 19 years ago
AmConferenceChannel.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmConferenceChannel.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmConferenceStatus.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmConferenceStatus.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmConfig.cpp fixes 19 years ago
AmConfig.h fixes 19 years ago
AmConfigReader.cpp * Application conf files can include other conf files using syntax 19 years ago
AmConfigReader.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmCtrlInterface.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmCtrlInterface.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmDtmfDetector.cpp unmade untested fix of sip info dtmf detector until its tested 19 years ago
AmDtmfDetector.h changed receiver of keypresses to a more generic interface 19 years ago
AmEvent.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmEvent.h combined AmArg and AmArgArray into one class 19 years ago
AmEventQueue.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmEventQueue.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmIcmpWatcher.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmIcmpWatcher.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmInterfaceHandler.cpp * Added conditional support for OpenSER 1.3. 19 years ago
AmInterfaceHandler.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmJitterBuffer.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmJitterBuffer.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmMail.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmMail.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmMediaProcessor.cpp renaming of jitter_buf in receive_buf, wallclock_ts (to be continued) 19 years ago
AmMediaProcessor.h sessions can be set onHold with AmSession::setOnHold, if you want a reinvite with on Hold, call AmSession::Reinvite after setOnHold 19 years ago
AmMultiPartyMixer.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmMultiPartyMixer.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmPlaylist.cpp AmPlaylist::close can be used without sending playlist empty events 19 years ago
AmPlaylist.h AmPlaylist::close can be used without sending playlist empty events 19 years ago
AmPlayoutBuffer.cpp bugfixes: recv_offset_i was not initialized, which could lead to no audio input on big TS difference. timestamps correctly reset on resync. 19 years ago
AmPlayoutBuffer.h PLC buffer changed to simpler interface (makes testing tool for playout buffer possible) 19 years ago
AmPlugIn.cpp fixes 19 years ago
AmPlugIn.h - added a new plugin type "logging facility" for plugins which want to receive all log messages 19 years ago
AmPromptCollection.cpp new AmPromptCollection helper class: 19 years ago
AmPromptCollection.h new AmPromptCollection helper class: 19 years ago
AmRtpAudio.cpp fixes 19 years ago
AmRtpAudio.h fixes 19 years ago
AmRtpPacket.cpp fixes 19 years ago
AmRtpPacket.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmRtpReceiver.cpp fixes rtp ts handling bug in receiving introduced in r281. 19 years ago
AmRtpReceiver.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmRtpStream.cpp initialized RTP seqno with random number 19 years ago
AmRtpStream.h renaming of jitter_buf in receive_buf, wallclock_ts (to be continued) 19 years ago
AmSdp.cpp fixes 19 years ago
AmSdp.h fixes 19 years ago
AmServer.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmServer.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSession.cpp handles failed sendInvite properly 19 years ago
AmSession.h handles failed sendInvite properly 19 years ago
AmSessionContainer.cpp handles failed sendInvite properly 19 years ago
AmSessionContainer.h allows to give dialout sessions a variant parameter with the call to AmUAC::dialout. 19 years ago
AmSipDialog.cpp * Added OpenSER version of AmSipDialog::reply_error. 19 years ago
AmSipDialog.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSipEvent.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSipReply.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSipReply.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSipRequest.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSipRequest.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSmtpClient.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmSmtpClient.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmStats.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmThread.cpp corrected AmThread debug messages 19 years ago
AmThread.h unifies indentation level in all source files to 2 (-i2) 19 years ago
AmUAC.cpp allows to give dialout sessions a variant parameter with the call to AmUAC::dialout. 19 years ago
AmUAC.h allows to give dialout sessions a variant parameter with the call to AmUAC::dialout. 19 years ago
AmUtils.cpp codec order priority patch ba juha. 19 years ago
AmUtils.h codec order priority patch ba juha. 19 years ago
EmailTemplate.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
EmailTemplate.h unifies indentation level in all source files to 2 (-i2) 19 years ago
LowcFE.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
LowcFE.h unifies indentation level in all source files to 2 (-i2) 19 years ago
Makefile added make ser-cfg-install target to install default ser-sems.cfg 19 years ago
SampleArray.cc unifies indentation level in all source files to 2 (-i2) 19 years ago
SampleArray.h unifies indentation level in all source files to 2 (-i2) 19 years ago
doxygen_proj added sems.conf.sample to doxygen generated doc 19 years ago
log.cpp - simplified logging interface (now works with more than one logger) 19 years ago
log.h - added a new plugin type "logging facility" for plugins which want to receive all log messages 19 years ago
sems.conf.sample fixes 19 years ago
sems.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
sems.h handling of RTP timeout improved 19 years ago