..
amci
initial checkin new open source version.
21 years ago
etc
initial checkin new open source version.
21 years ago
plug-in
set DEFAULT_GOAL to all
20 years ago
rpm
initial checkin new open source version.
21 years ago
rtp
initial checkin new open source version.
21 years ago
scripts
corrected paths
20 years ago
wav
initial checkin new open source version.
21 years ago
AmAdvancedAudio.cpp
initial checkin new open source version.
21 years ago
AmAdvancedAudio.h
more doxygen documentation
20 years ago
AmApi.cpp
moved the user timer (used to be known as AmSessionTimer) to the session_timer plugin.
21 years ago
AmApi.h
added doxygen class documentation
20 years ago
AmArg.h
added doxygen class documentation
20 years ago
AmAudio.cpp
changed voicemail's temporary file handling. It now uses AmAudio's tmpfile support.
21 years ago
AmAudio.h
more doxygen documentation
20 years ago
AmB2BSession.cpp
fixes a bug causing the caller dialog to interpret answers from the
20 years ago
AmB2BSession.h
comments doxygenized
20 years ago
AmCmd.cpp
initial checkin new open source version.
21 years ago
AmCmd.h
more doxygen documentation
20 years ago
AmConferenceChannel.cpp
initial checkin new open source version.
21 years ago
AmConferenceChannel.h
added doxygen class documentation
20 years ago
AmConferenceStatus.cpp
added the session key of the entering/leaving session to the conference event
20 years ago
AmConferenceStatus.h
added the session key of the entering/leaving session to the conference event
20 years ago
AmConfig.cpp
changed SessionScheduler name to MediaProcessor
20 years ago
AmConfig.h
changed SessionScheduler name to MediaProcessor
20 years ago
AmConfigReader.cpp
initial checkin new open source version.
21 years ago
AmConfigReader.h
added doxygen class documentation
20 years ago
AmCtrlInterface.cpp
prints socket name to debug output
20 years ago
AmCtrlInterface.h
removed unneeded UserData in CtrlInterface
20 years ago
AmDtmfDetector.cpp
simplified dtmf handling
20 years ago
AmDtmfDetector.h
changed SessionScheduler name to MediaProcessor
20 years ago
AmEvent.cpp
initial checkin new open source version.
21 years ago
AmEvent.h
added doxygen class documentation
20 years ago
AmEventQueue.cpp
initial checkin new open source version.
21 years ago
AmEventQueue.h
added doxygen class documentation
20 years ago
AmIcmpWatcher.cpp
initial checkin new open source version.
21 years ago
AmIcmpWatcher.h
added doxygen class documentation
20 years ago
AmInterfaceHandler.cpp
removed unneeded UserData in CtrlInterface
20 years ago
AmInterfaceHandler.h
added doxygen class documentation
20 years ago
AmMail.cpp
configurable additional header for the voicemail template. Thanks Christophe Irles
20 years ago
AmMail.h
configurable additional header for the voicemail template. Thanks Christophe Irles
20 years ago
AmMediaProcessor.cpp
changed SessionScheduler name to MediaProcessor
20 years ago
AmMediaProcessor.h
changed SessionScheduler name to MediaProcessor
20 years ago
AmMultiPartyMixer.cpp
fixes conference audio problem. introduced 20ms mixer delay may be optimized.
20 years ago
AmMultiPartyMixer.h
added doxygen class documentation
20 years ago
AmPlaylist.cpp
fixed check for return values to enable mp3 support.
21 years ago
AmPlaylist.h
added doxygen class documentation
20 years ago
AmPlayoutBuffer.cpp
added doxygen class documentation
20 years ago
AmPlayoutBuffer.h
added doxygen class documentation
20 years ago
AmPlugIn.cpp
moved the user timer (used to be known as AmSessionTimer) to the session_timer plugin.
21 years ago
AmPlugIn.h
more doxygen documentation
20 years ago
AmRtpAudio.cpp
* fixes timestamp overflow problem after about 7 days.
20 years ago
AmRtpAudio.h
added doxygen class documentation
20 years ago
AmRtpPacket.cpp
initial checkin new open source version.
21 years ago
AmRtpPacket.h
more doxygen documentation
20 years ago
AmRtpReceiver.cpp
- added adaptive playout buffer with order statistic based delay estimation
21 years ago
AmRtpReceiver.h
more doxygen documentation
20 years ago
AmRtpStream.cpp
added dialout in conferencing module.
21 years ago
AmRtpStream.h
more doxygen documentation
20 years ago
AmSdp.cpp
fixes bug happening when telephone-event payload occurs before a compatible regular payload.
20 years ago
AmSdp.h
more doxygen documentation
20 years ago
AmServer.cpp
moved (static) methods interfacing to ser to AmServer
20 years ago
AmServer.h
moved (static) methods interfacing to ser to AmServer
20 years ago
AmSession.cpp
added cseq to onSendRequest function of SessionEventHandler API
20 years ago
AmSession.h
added cseq to onSendRequest function of SessionEventHandler API
20 years ago
AmSessionContainer.cpp
fixes sems originating sessions (conference dialout, b2b)
20 years ago
AmSessionContainer.h
removed unneeded function declaration
20 years ago
AmSipDialog.cpp
fixes some problems related to contact:
20 years ago
AmSipDialog.h
added cseq to onSendRequest function of SessionEventHandler API
20 years ago
AmSipEvent.h
added doxygen class documentation
20 years ago
AmSipReply.cpp
initial checkin new open source version.
21 years ago
AmSipReply.h
added doxygen class documentation
20 years ago
AmSipRequest.cpp
initial checkin new open source version.
21 years ago
AmSipRequest.h
added doxygen class documentation
20 years ago
AmSmtpClient.cpp
configurable additional header for the voicemail template. Thanks Christophe Irles
20 years ago
AmSmtpClient.h
more doxygen documentation
20 years ago
AmStats.h
added doxygen class documentation
20 years ago
AmThread.cpp
Many thanks to Rick van Rein for this patch. Here are his explainations to the path:
21 years ago
AmThread.h
more doxygen documentation
20 years ago
AmUAC.cpp
API for creating a new call. This can be used e.g. to use SEMS as load generator/test tool.
20 years ago
AmUAC.h
added doxygen class documentation
20 years ago
AmUtils.cpp
fixes the add2path function (adding '/' at the right place).
20 years ago
AmUtils.h
initial checkin new open source version.
21 years ago
EmailTemplate.cpp
configurable additional header for the voicemail template. Thanks Christophe Irles
20 years ago
EmailTemplate.h
configurable additional header for the voicemail template. Thanks Christophe Irles
20 years ago
LowcFE.cpp
initial checkin new open source version.
21 years ago
LowcFE.h
added doxygen class documentation
20 years ago
Makefile
removes compiled modules
20 years ago
Makefile.defs
corrected cfg-dir path
20 years ago
SampleArray.cc
initial checkin new open source version.
21 years ago
SampleArray.h
added doxygen class documentation
20 years ago
doxygen_proj
initial checkin new open source version.
21 years ago
log.cpp
initial checkin new open source version.
21 years ago
log.h
Many thanks to Rick van Rein for this patch. Here are his explainations to the path:
21 years ago
sems.conf.sample
changed SessionScheduler name to MediaProcessor
20 years ago
sems.cpp
changed SessionScheduler name to MediaProcessor
20 years ago
sems.h
changed SessionScheduler name to MediaProcessor
20 years ago