summaryrefslogtreecommitdiff
path: root/orkaudio
AgeCommit message (Collapse)Author
2005-12-06Sample rate can now be different than 8KHzHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@94 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-05improved loggingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@92 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-05Added logging for unsupported codecsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@91 09dcff7a-b715-0410-9601-b79a96267cd0
2005-12-05tcp streams now properly closed by the http clientHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@86 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23added configuration commentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@67 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23usage cosmeticsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@65 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23usage output now different between Linux and WindowsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@64 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-23Improved usage notesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@63 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-21Changed default prefix. executables and libraries are now installed in ↵Henri Herscher
/usr/bin and /usr/lib instead of /usr/local/xxx git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@59 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-20Fixed Skinny problem where not enough sanity checking was made when ↵Henri Herscher
considering incoming skinnny messages. Improved logging flexibility. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@55 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Now uses a lock file to prevent multiple copies of orkaudio to run at the ↵Henri Herscher
same time git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@52 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Fixed XML tag mispellingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@50 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Added "make install" targetHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@49 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-17Now looks in system configuration directory if configuration files cannot be ↵Henri Herscher
found locally git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@48 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-16config.xml config file can now be located in /etc/orekaHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@47 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-16Logging properties file now taken from /etc/oreka if found thereHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@46 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-16Orkaudio now daemonizes under linux when run without any argument.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@45 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-15Improvements in the shutdown procedure (NT service does not crash on exit ↵Henri Herscher
anymore, give two seconds to threads to exit properly). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@44 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-04Added AudioOutputPath config parameterHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@40 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-04Added missing PacketHeaderDefs.cpp source file into MSVC projectHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@39 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-02Temporary fix: the ConfigManager assumes the first config.xml top node is ↵Henri Herscher
the actual configuration, so putting in a comment first messes this up. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@28 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-02Added skinny loggingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@27 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-01Fixed g++ compile problems.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@26 09dcff7a-b715-0410-9601-b79a96267cd0
2005-11-01Completed skinny supportHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@25 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-31Groundwork for adding skinny supportHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@24 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28SipSession.cpp/.h become RtpSession.cpp/.hHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@23 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28SipSession becomes RtpSessionHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@22 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28Now logs session type (Raw RTP or SIP) when session startingHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@20 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-28Now supports Raw RTP sessions as well as SIP/RTP. SipSession still needs ↵Henri Herscher
renaming since it is effectively an RTP session object. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@19 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-24VoIP plugin now tries to associate a SIP call to a capture port that is made ↵Henri Herscher
of the actual local SIP agent (phone) IP address and TCP port. Before that, a capture port could be made of a gateway or external IP address and TCP port. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@11 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Default to the last OS returned network device when config file does not ↵Henri Herscher
specify or specifies invalid network device git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@9 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Fixed inconsistent config file top tag for Generator pluginHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@8 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Removed ACE in list of projectsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@7 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-23Fixed crash when network device identifier in config file was invalidHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@6 09dcff7a-b715-0410-9601-b79a96267cd0
2005-10-20First checkinHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@2 09dcff7a-b715-0410-9601-b79a96267cd0