..
amci
g.722 codec from spandsp in 8khz compatibility mode
18 years ago
ampi
basic monitoring support for DSM: dsm_diag and dsm_state contain current FSM/state
17 years ago
compat
Endianness setup in Solaris compatibility header. Add its include to CFLAGS, not just CPPFLAGS.
19 years ago
etc
added more explanation about module loading
17 years ago
plug-in
fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
17 years ago
rtp
Solaris compatibility headers are included by the Makefile; they don't need to appear in individual files.
19 years ago
wav
default announcement (for all applications)
20 years ago
AmAdvancedAudio.cpp
AmAudio device for playing/sinking silence, optionally a certain length
17 years ago
AmAdvancedAudio.h
AmAudio device for playing/sinking silence, optionally a certain length
17 years ago
AmApi.cpp
- simplified session timer config
17 years ago
AmApi.h
- simplified session timer config
17 years ago
AmArg.cpp
bool type for AmArg
17 years ago
AmArg.h
added isArgUndef macro
17 years ago
AmAudio.cpp
reformatting code
17 years ago
AmAudio.h
adding some virtual dtors
17 years ago
AmAudioFile.cpp
fixes loop problem with mp3 files reported by Robert Szokovacs
17 years ago
AmAudioFile.h
rewind(unsigned int ms) and forward(unsigned int ms) functions
17 years ago
AmAudioMixIn.cpp
reindented
18 years ago
AmAudioMixIn.h
audio mixer for input
18 years ago
AmAudioMixer.cpp
audio mixer for input
18 years ago
AmAudioMixer.h
audio mixer for input
18 years ago
AmB2ABSession.cpp
- fixes discrepancy between outbound_proxy format (URI) and request.next_hop, which now also accepts a URI.
17 years ago
AmB2ABSession.h
adding some virtual dtors
17 years ago
AmB2BSession.cpp
fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
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
18 years ago
AmCallWatcher.h
mass setting Id svn property
18 years ago
AmConferenceChannel.cpp
unifies indentation level in all source files to 2 (-i2)
20 years ago
AmConferenceChannel.h
train ride doxygen documentation
19 years ago
AmConferenceStatus.cpp
fixes for SEMS on Solaris
19 years ago
AmConferenceStatus.h
fixes for SEMS on Solaris
19 years ago
AmConfig.cpp
implemented options_session_limit: SEMS-31 Special OPTIONS response if near session_limit
17 years ago
AmConfig.h
implemented options_session_limit: SEMS-31 Special OPTIONS response if near session_limit
17 years ago
AmConfigReader.cpp
- simplified session timer config
17 years ago
AmConfigReader.h
fixes for SEMS on Solaris
19 years ago
AmDtmfDetector.cpp
DTMF detection improved, the timestamp of the DTMF RTP packets is considered
18 years ago
AmDtmfDetector.h
fix detection of same digits following each other when using DTMF RTP payload. drawback is little bigger reaction time.
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
fix for the above introduced stupid shutdown bug
17 years ago
AmEventDispatcher.h
first steps on proper shutdown:
18 years ago
AmEventQueue.cpp
option to enable event queue logging. (disabled by default, as this creates too much noise in the log)
17 years ago
AmEventQueue.h
first steps on proper shutdown:
18 years ago
AmJitterBuffer.cpp
fix uninitialized variables
18 years ago
AmJitterBuffer.h
resync less quickly JitterBuffer
18 years ago
AmMediaProcessor.cpp
fix stopping of media processor threads (thats probably the reason ctrl-c did not work sometimes)
17 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
19 years ago
AmPlaylist.cpp
fixing small memory leak if sessions do not close the playlist
18 years ago
AmPlaylist.h
added virtual dtor to AmPlaylistItem
19 years ago
AmPlayoutBuffer.cpp
do not try to scale too short packets.
18 years ago
AmPlayoutBuffer.h
use define SYSTEM_SAMPLERATE everywhere
18 years ago
AmPlugIn.cpp
- fixed accidental double load of ivr
17 years ago
AmPlugIn.h
thread-safe application name registering and mapping (name2app)
17 years ago
AmPrecodedFile.cpp
fixed frame samples length for precoded files. Patch by Andrey Samusenko
17 years ago
AmPrecodedFile.h
updated PrecodedFile to AmAudioFile changes. patch by Andrey (SEMS-67)
17 years ago
AmPromptCollection.cpp
function to check whether a prompt was loaded and exists
18 years ago
AmPromptCollection.h
function to check whether a prompt was loaded and exists
18 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
19 years ago
AmRtpAudio.h
functions to
19 years ago
AmRtpPacket.cpp
removed some unused function and friends
17 years ago
AmRtpPacket.h
removed some unused function and friends
17 years ago
AmRtpReceiver.cpp
first steps on proper shutdown:
18 years ago
AmRtpReceiver.h
first steps on proper shutdown:
18 years ago
AmRtpStream.cpp
removed ICMP watcher.
17 years ago
AmRtpStream.h
removed ICMP watcher.
17 years ago
AmSdp.cpp
adds parsing of u= line (URI in SDP)
18 years ago
AmSdp.h
fix: reject streams in SDP answer that we don't support/want
18 years ago
AmServer.cpp
first steps on proper shutdown:
18 years ago
AmServer.h
first steps on proper shutdown:
18 years ago
AmSession.cpp
onOutgoingInvite callback when sending INVITE
17 years ago
AmSession.h
onOutgoingInvite callback when sending INVITE
17 years ago
AmSessionContainer.cpp
more verbose debug on broadcasting servershutdown
17 years ago
AmSessionContainer.h
initial support for better call/server monitoring
18 years ago
AmSessionEventHandler.cpp
- simplified session timer config
17 years ago
AmSessionEventHandler.h
- simplified session timer config
17 years ago
AmSipDialog.cpp
fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
17 years ago
AmSipDialog.h
fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
17 years ago
AmSipDispatcher.cpp
implemented options_session_limit: SEMS-31 Special OPTIONS response if near session_limit
17 years ago
AmSipDispatcher.h
mass setting Id svn property
18 years ago
AmSipEvent.h
- adds the new SASI interface
19 years ago
AmSipHeaders.h
using header name defines
17 years ago
AmSipMsg.cpp
print cseq method aswell
17 years ago
AmSipMsg.h
- fixes discrepancy between outbound_proxy format (URI) and request.next_hop, which now also accepts a URI.
17 years ago
AmStats.h
more springcleaning by Robert, thanks\!
17 years ago
AmThread.cpp
Merged internal_sip_stack branch -r 539:659 into trunk.
19 years ago
AmThread.h
fixes for SEMS on Solaris
19 years ago
AmUAC.cpp
- adds the new SASI interface
19 years ago
AmUAC.h
support for extra headers in dialout calls
19 years ago
AmUriParser.cpp
support headers in uri parser; slight reformatting
17 years ago
AmUriParser.h
support headers in uri parser; slight reformatting
17 years ago
AmUtils.cpp
removed unused function (unixsockctrl gone some time ago)
17 years ago
AmUtils.h
removed unused function (unixsockctrl gone some time ago)
17 years ago
AmZRTP.cpp
don't write too long cache path
17 years ago
AmZRTP.h
mass setting Id svn property
18 years ago
CMakeLists.txt
removed ICMP watcher.
17 years ago
LowcFE.cpp
unifies indentation level in all source files to 2 (-i2)
20 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
18 years ago
SampleArray.cc
unifies indentation level in all source files to 2 (-i2)
20 years ago
SampleArray.h
unifies indentation level in all source files to 2 (-i2)
20 years ago
config.h
more on cmake build system
18 years ago
doxygen_fulldoc
exclude stuff we dont want to be documented
18 years ago
doxygen_proj
exclude stuff we dont want to be documented
18 years ago
log.cpp
SEMS-40: improved logging
18 years ago
log.h
SEMS-40: improved logging
18 years ago
sems.cpp
removed ICMP watcher.
17 years ago
sems.h
- Oops! This was committed by accident.
17 years ago