siproc

git clone git://xatko.vsos.ethz.ch/siproc.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2019-11-16 22:53Decrease the default log levelDominik Schmidt1+1-1
2019-11-16 22:28Reformat README.mdDominik Schmidt1+27-16
2019-11-16 22:18Move the man-page to the doc subdirectoryDominik Schmidt2+1-1
2019-11-16 22:14Add a logoDominik Schmidt1+55-0
2019-11-16 21:09Update the version to 0.1.0Dominik Schmidt2+10-1
2019-11-16 20:52Check for certain commands whether we are connected or notDominik Schmidt2+6-4
2019-11-16 20:51Add the connected() function to MyCallDominik Schmidt1+5-0
2019-11-16 20:37Use pjsip logging facilities throughout the code.Dominik Schmidt1+11-11
2019-11-16 17:18Allow users to give codec priorities via environment variablesDominik Schmidt2+32-0
2019-11-16 17:02Refer to siproc-parameters for the alsa device names in siproc.1Dominik Schmidt1+6-0
2019-11-16 17:02Include siproc-parameters in the installationDominik Schmidt1+7-1
2019-11-16 16:57Make the log-level specifyable via environment variable.Dominik Schmidt2+4-0
2019-11-16 16:53Add the siproc-parameters program, printing system informationDominik Schmidt2+60-0
2019-11-16 16:43Add some more to-dosDominik Schmidt1+6-0
2019-11-16 16:43Mark the audio to-do as doneDominik Schmidt1+0-1
2019-11-16 16:42Implement alsa playback commands.Dominik Schmidt2+72-0
2019-11-16 16:41Change the c standard used to c++11Dominik Schmidt1+1-1
2019-11-16 16:40Move the endpoint to the global scope.Dominik Schmidt1+2-2
2019-11-05 20:20Add an application example to the readmeDominik Schmidt1+7-0
2019-11-04 21:21Expand the explanation in the readmeDominik Schmidt1+2-1
2019-11-04 21:19Hint at the man-page and examples in the readmeDominik Schmidt1+3-0
2019-11-04 21:18Add a compatibility notice to the readme.Dominik Schmidt1+6-0
2019-11-04 21:14Use indent instead of ticks in readme.mdDominik Schmidt1+4-12
2019-10-28 20:53Adapt the date in the man-pageDominik Schmidt1+1-1
2019-10-28 14:44Remove leftover FIFO primitive in siproc.1 exampleDominik Schmidt1+1-1
2019-10-28 14:42Actually log the remote end in the siproc.1 exampleDominik Schmidt1+2-0
2019-10-28 14:41Indent the examples in siproc.1Dominik Schmidt1+2-2
2019-10-28 14:39Improve the example in siproc.1 to be more instructiveDominik Schmidt1+13-9
2019-10-28 14:39Instruct people to flush the pipes after sending commandsDominik Schmidt1+3-0
2019-10-28 14:30Illustrate args passing in manpage exampleDominik Schmidt1+2-2
2019-10-28 09:15Follow the GPL instructionsa bit better.Dominik Schmidt1+5-2
2019-10-27 22:16Modify the license to GPLv3Dominik Schmidt2+689-0
2019-10-26 23:08Also add an example into the man page, not only the directoriesDominik Schmidt1+50-1
2019-10-26 22:10Add some examplesDominik Schmidt10+87-0
2019-10-16 08:07Improve the man pageDominik Schmidt1+64-35
2019-10-07 13:34Explain the parameters in the DESCRIPTION sectionDominik Schmidt1+4-1
2019-10-07 13:34Include the args parameter in the manpageDominik Schmidt1+1-0
2019-10-06 10:38Improve manpage synopsis to match standard set in man-pages(7)Dominik Schmidt1+2-1
2019-09-03 19:52Create the install directories prior to installing to themDominik Schmidt1+2-0
2019-08-31 20:22Adapt the case-conventions of the project nameDominik Schmidt1+2-2
2019-08-31 20:18Remove redundant information from the READMEDominik Schmidt1+0-58
2019-08-31 20:14Improve the install target, also installing the manpageDominik Schmidt1+4-2
2019-08-31 20:10Add a manpageDominik Schmidt1+113-0
2019-08-31 19:32Add a note on how to contribute to this project.Dominik Schmidt1+8-0
2019-08-31 19:29Explain how to build the program in the README.mdDominik Schmidt1+23-0
2019-08-31 19:29Add an install-target to the makefileDominik Schmidt1+7-0
2019-08-31 18:48Rename the readme to uppercaseDominik Schmidt1+0-0
2019-08-31 13:35Add alsa-device to-do to the listDominik Schmidt1+1-0
2019-08-31 13:35Remove the recording to-do from the listDominik Schmidt1+0-1
2019-08-31 13:34Add the RECORD command to the readmeDominik Schmidt1+1-0
2019-08-31 13:34Explain the PLAY command a bit better.Dominik Schmidt1+1-1
2019-08-31 13:31Implement recordingDominik Schmidt1+17-2
2019-08-31 13:30Rename playdev to call_audioDominik Schmidt1+3-3
2019-08-27 14:41Merge branch 'master' of gitko:siprocDominik Schmidt2+16-4
2019-08-27 14:40User the args-variable when making new callsDominik Schmidt1+1-1
2019-08-24 08:04Add the SIPROC_TRANSPORT_PORT environment option.Dominik Schmidt2+15-1
2019-08-24 08:01Remove leftovers from earlier versions.Dominik Schmidt1+0-2
2019-08-24 08:01Fix ID URI description in ReadmeDominik Schmidt1+1-1
2019-08-10 20:50Explain the new commands in the readmeDominik Schmidt1+15-1
2019-08-10 20:42Implement outgoing calls.Dominik Schmidt1+27-5
2019-08-10 17:18Remove some spacesDominik Schmidt1+5-5
2019-08-10 17:18Implement the transfer command.Dominik Schmidt1+10-0
2019-08-10 17:17Properly handle command line arguments of child process.Dominik Schmidt1+1-1
2019-08-10 17:16Implement feedback for when a play-command has finished.Dominik Schmidt1+43-16
2019-07-23 22:05Reorder LDFLAGS in MakefileDominik Schmidt1+1-1
2019-07-23 22:03Reformat source codeDominik Schmidt1+298-293
2019-07-23 14:30Set the audio device to the null-device after endpoint initialization.Dominik Schmidt1+3-1
2019-07-23 14:29Delete the call once it gets terminatedDominik Schmidt1+2-0
2019-07-23 13:47Ignore trailing newline when calling getlineDominik Schmidt1+1-0
2019-07-22 12:36Implement the ringing commandDominik Schmidt1+9-0
2019-07-21 21:25Initialize the accountconfig after endpoint initializationDominik Schmidt1+6-11
2019-07-21 19:49Initial commitDominik Schmidt3+503-0