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 94f2e56f3b
more verbose debug on broadcasting servershutdown
17 years ago
..
amci g.722 codec from spandsp in 8khz compatibility mode 18 years ago
ampi add DI monitoring i/f accessible for applications (if compiled with and loaded) 17 years ago
compat Endianness setup in Solaris compatibility header. Add its include to CFLAGS, not just CPPFLAGS. 18 years ago
etc use default signature per default config; wait a little while restarting sems, to let it end 17 years ago
plug-in - Removed obsoleted option (support for OpenSER) 17 years ago
rtp Solaris compatibility headers are included by the Makefile; they don't need to appear in individual files. 18 years ago
wav
AmAdvancedAudio.cpp removed unnecessary stuff 17 years ago
AmAdvancedAudio.h removed unnecessary stuff 17 years ago
AmApi.cpp - moved the "dialog-lookup-container" away from the session container into AmEventDispatcher. 18 years ago
AmApi.h - moved the "dialog-lookup-container" away from the session container into AmEventDispatcher. 18 years ago
AmArg.cpp corrected typo 17 years ago
AmArg.h push and pop functions; making assert... functions visible 17 years ago
AmAudio.cpp -left over debug log 17 years ago
AmAudio.h use define SYSTEM_SAMPLERATE everywhere 18 years ago
AmAudioFile.cpp AmAudioFile's can now be recorded with a specified subtype, appended to the filename after a pipe ('|') character, e.g.: 17 years ago
AmAudioFile.h AmAudioFile's can now be recorded with a specified subtype, appended to the filename after a pipe ('|') character, e.g.: 17 years ago
AmAudioMixIn.cpp reindented 17 years ago
AmAudioMixIn.h audio mixer for input 17 years ago
AmAudioMixer.cpp audio mixer for input 17 years ago
AmAudioMixer.h audio mixer for input 17 years ago
AmB2ABSession.cpp adds monitoring support 17 years ago
AmB2ABSession.h b2b with media relay changes: 17 years ago
AmB2BSession.cpp optionally relay early media (180 .. 183) into caller leg of B2B sessions. 17 years ago
AmB2BSession.h optionally relay early media (180 .. 183) into caller leg of B2B sessions. 17 years ago
AmBufferedAudio.cpp mass setting Id svn property 18 years ago
AmBufferedAudio.h mass setting Id svn property 18 years ago
AmCachedAudioFile.cpp mass setting Id svn property 18 years ago
AmCachedAudioFile.h mass setting Id svn property 18 years ago
AmCallWatcher.cpp fixing a severe bug that can cause crash under high load 17 years ago
AmCallWatcher.h mass setting Id svn property 18 years ago
AmConferenceChannel.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
AmConferenceChannel.h train ride doxygen documentation 19 years ago
AmConferenceStatus.cpp fixes for SEMS on Solaris 18 years ago
AmConferenceStatus.h fixes for SEMS on Solaris 18 years ago
AmConfig.cpp makes log level of unhandled (positive) replies configurable 17 years ago
AmConfig.h makes log level of unhandled (positive) replies configurable 17 years ago
AmConfigReader.cpp fix: use default value if configuration does not have parameter 17 years ago
AmConfigReader.h fixes for SEMS on Solaris 18 years ago
AmDtmfDetector.cpp DTMF detection improved, the timestamp of the DTMF RTP packets is considered 17 years ago
AmDtmfDetector.h DTMF detection improved, the timestamp of the DTMF RTP packets is considered 17 years ago
AmEvent.cpp first steps on proper shutdown: 18 years ago
AmEvent.h first steps on proper shutdown: 18 years ago
AmEventDispatcher.cpp corrected return value (false on error) 18 years ago
AmEventDispatcher.h first steps on proper shutdown: 18 years ago
AmEventQueue.cpp first steps on proper shutdown: 18 years ago
AmEventQueue.h first steps on proper shutdown: 18 years ago
AmIcmpWatcher.cpp fixes for SEMS on Solaris 18 years ago
AmIcmpWatcher.h fixes for SEMS on Solaris 18 years ago
AmJitterBuffer.cpp fix uninitialized variables 18 years ago
AmJitterBuffer.h resync less quickly JitterBuffer 18 years ago
AmMediaProcessor.cpp first steps on proper shutdown: 18 years ago
AmMediaProcessor.h first steps on proper shutdown: 18 years ago
AmMultiPartyMixer.cpp use define SYSTEM_SAMPLERATE everywhere 18 years ago
AmMultiPartyMixer.h fixes for SEMS on Solaris 18 years ago
AmPlaylist.cpp fixing small memory leak if sessions do not close the playlist 17 years ago
AmPlaylist.h added virtual dtor to AmPlaylistItem 18 years ago
AmPlayoutBuffer.cpp do not try to scale too short packets. 17 years ago
AmPlayoutBuffer.h use define SYSTEM_SAMPLERATE everywhere 18 years ago
AmPlugIn.cpp AmAudioFile's can now be recorded with a specified subtype, appended to the filename after a pipe ('|') character, e.g.: 17 years ago
AmPlugIn.h AmAudioFile's can now be recorded with a specified subtype, appended to the filename after a pipe ('|') character, e.g.: 17 years ago
AmPrecodedFile.cpp mass setting Id svn property 18 years ago
AmPrecodedFile.h mass setting Id svn property 18 years ago
AmPromptCollection.cpp function to check whether a prompt was loaded and exists 17 years ago
AmPromptCollection.h function to check whether a prompt was loaded and exists 17 years ago
AmRingTone.cpp use define SYSTEM_SAMPLERATE everywhere 18 years ago
AmRingTone.h moved AmRingTone to core 19 years ago
AmRtpAudio.cpp functions to 18 years ago
AmRtpAudio.h functions to 18 years ago
AmRtpPacket.cpp functions to access RTP packet (zrtp patch 1) 18 years ago
AmRtpPacket.h functions to access RTP packet (zrtp patch 1) 18 years ago
AmRtpReceiver.cpp first steps on proper shutdown: 18 years ago
AmRtpReceiver.h first steps on proper shutdown: 18 years ago
AmRtpStream.cpp DTMF detection improved, the timestamp of the DTMF RTP packets is considered 17 years ago
AmRtpStream.h Fix incorrect handling of rtpevent packet. In AmRtpStream, rtpevent 18 years ago
AmSdp.cpp adds parsing of u= line (URI in SDP) 17 years ago
AmSdp.h fix: reject streams in SDP answer that we don't support/want 17 years ago
AmServer.cpp first steps on proper shutdown: 18 years ago
AmServer.h first steps on proper shutdown: 18 years ago
AmSession.cpp setStopped with wakeup option 17 years ago
AmSession.h setStopped with wakeup option 17 years ago
AmSessionContainer.cpp more verbose debug on broadcasting servershutdown 17 years ago
AmSessionContainer.h initial support for better call/server monitoring 17 years ago
AmSessionEventHandler.cpp moved AmSessionEventHandler into its own file, so that AmSession methods are easier to find. make session event handlers callable by AmSession descendants (thanks Rui Jin Zheng) 18 years ago
AmSessionEventHandler.h moved AmSessionEventHandler into its own file, so that AmSession methods are easier to find. make session event handlers callable by AmSession descendants (thanks Rui Jin Zheng) 18 years ago
AmSipDialog.cpp refer optionally with expires 17 years ago
AmSipDialog.h refer optionally with expires 17 years ago
AmSipDispatcher.cpp makes log level of unhandled (positive) replies configurable 17 years ago
AmSipDispatcher.h mass setting Id svn property 18 years ago
AmSipEvent.h - adds the new SASI interface 18 years ago
AmSipHeaders.h added PAI header 17 years ago
AmSipMsg.cpp removeHeader utility function 17 years ago
AmSipMsg.h removeHeader utility function 17 years ago
AmStats.h train ride doxygen documentation 19 years ago
AmThread.cpp Merged internal_sip_stack branch -r 539:659 into trunk. 18 years ago
AmThread.h fixes for SEMS on Solaris 18 years ago
AmUAC.cpp - adds the new SASI interface 18 years ago
AmUAC.h support for extra headers in dialout calls 19 years ago
AmUriParser.cpp made UriParser param const 17 years ago
AmUriParser.h made UriParser param const 17 years ago
AmUtils.cpp also consider %2E as extension delimiter (e.g. for cached files saved as urlencoded) 17 years ago
AmUtils.h - fixed more Darwin stuff: basic SEMS stuff work on Mac OS X now :-) 18 years ago
AmZRTP.cpp added missing header include 18 years ago
AmZRTP.h mass setting Id svn property 18 years ago
CMakeLists.txt Added first install target - sems executable itself (and more to come\!) 17 years ago
LowcFE.cpp unifies indentation level in all source files to 2 (-i2) 19 years ago
LowcFE.h use define SYSTEM_SAMPLERATE everywhere 18 years ago
Makefile fixes bug in the buildsystem when building with spandsp (and, libsamplerate, where it was already partially fixed): -DUSE_SPANDSP is added to global CPPFLAGS, so that flags are equal in core and modules 17 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
config.h more on cmake build system 17 years ago
doxygen_fulldoc exclude stuff we dont want to be documented 17 years ago
doxygen_proj exclude stuff we dont want to be documented 17 years ago
log.cpp SEMS-40: improved logging 18 years ago
log.h SEMS-40: improved logging 18 years ago
sems.cpp better shutdown order 18 years ago
sems.h fixed including config files' path 17 years ago