Commit Graph

546 Commits (9be9857cfd9a1e86ee252a0b8627dc3173e792e5)

Author SHA1 Message Date
Stefan Sayer d4cb6661ef some more modes for AudioMixIn
17 years ago
Stefan Sayer 756caa8372 fixing makefile to not get warnings about missing dependencies files
17 years ago
Stefan Sayer f8d6207e97 using apphdr value as default application
17 years ago
Stefan Sayer 66046286b3 include only tone_detect for older spandsp version
17 years ago
Stefan Sayer 9e570338ae support for older spandsp version (e.g. 0.0.2 from debian etch)
17 years ago
Stefan Sayer cd1bedb848 temporaray removing cmake files
17 years ago
Stefan Sayer dcdac461e3 UriParser -> AmUriParser as core utility
17 years ago
Stefan Sayer aec2dda84f fixing small memory leak if sessions do not close the playlist
17 years ago
Stefan Sayer 98bccd1e54 more pretty response code if application not found
17 years ago
Stefan Sayer 330dc13a6a b2b with media relay changes:
17 years ago
Stefan Sayer 352876aa9a fixed a small memory leak when sending 200 ack
17 years ago
Stefan Sayer 669570bfd3 new event handler onBeforeDestroy(): called in the session thread before the session is destroyed, i.e. after the main event loop has finished
17 years ago
Stefan Sayer af5e1118f5 B2AB: headers for INVITE in callee leg can be added
17 years ago
Stefan Sayer 04879eb4cd removeHeader utility function
17 years ago
Stefan Sayer d52ad8a052 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
Stefan Sayer b18d082939 correct install dependency for query-stats, now sems-stats
17 years ago
Stefan Sayer 1d2f02cc2d replaced old sems.spec with the newer version from Peter Lemenkov from peter.fedorapeople.org
17 years ago
Stefan Sayer ad3d804cf8 removed obsolete init scripts
17 years ago
Stefan Sayer 0b7fa6759a moved (old) rpm spec to pkg directory
17 years ago
Raphael Coeffic b1abbb0ee7 - changed port from "short int" to "short unsigned int".
17 years ago
Stefan Sayer 3c78e9a341 applying sipctrl_transaction_id_64bit.patch: transaction matching failed on 64 bit system due to limited serKey length
17 years ago
Stefan Sayer f473817929 session_num needs to be protected with mutex in multi core systems (cache)
17 years ago
Stefan Sayer 68b3dddad2 made debug message point to sipctrl.conf on this specific error
17 years ago
Raphael Coeffic 28d72e348e fixes bug SEMS-44.
18 years ago
Stefan Sayer 8c338e4912 start of cmake buildsystem
18 years ago
Stefan Sayer 9c9f155ea4 allows prompts from collection to be looped
18 years ago
Stefan Sayer 566e486de6 -left over debug log
18 years ago
Bogdan Pintea 36e26bb406 Added NOTIFY to the list of supported methods.
18 years ago
Stefan Sayer 0eadc6482a add session to event dispatcher before sending out INVITE. Should fix issues reported by Paul ("change in session container") and Bogdan ("session queuing").
18 years ago
Stefan Sayer 7872fb3de9 corrected return value (false on error)
18 years ago
Stefan Sayer 55c7dd7b7e pass possible errors in send(request) up
18 years ago
Stefan Sayer c4af40e475 accommodate more audio when doing PLC in JitterBuffer
18 years ago
Stefan Sayer 6216296e2c resync less quickly JitterBuffer
18 years ago
Stefan Sayer fc95903ea1 fix leak in Playlist, when close() called if playlist play has not yet begun
18 years ago
Stefan Sayer c7aa137e29 fix uninitialized variables
18 years ago
Stefan Sayer 218642decf Fix incorrect handling of rtpevent packet. In AmRtpStream, rtpevent
18 years ago
Stefan Sayer e78c899208 better shutdown order
18 years ago
Stefan Sayer d9884e05d1 first steps on proper shutdown:
18 years ago
Stefan Sayer 32cd6ba786 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
Stefan Sayer 7d08135f38 'connector' member not initialized in AmB2ABSession. Patch by Rui Jin Zheng rjzheng at boronetworks
18 years ago
Stefan Sayer f0a0f06931 added missing header include
18 years ago
Stefan Sayer 75c40f15e5 SEMS-40: improved logging
18 years ago
Bogdan Pintea 7c6370c93f - Content-Type header is now always set (see
18 years ago
Stefan Sayer 450ebf0390 fixed interpretation of return value in case of codec encoding does return error
18 years ago
Stefan Sayer 4bab506d78 clearing something for the compiler
18 years ago
Stefan Sayer 90b1345fd0 fixed build problems and missing initialization with libsamplerate. patch by Robert Szokovacs
18 years ago
Stefan Sayer 7568af7fcd sems-stats source file .c -> .cxx to avoid confusion while installed.
18 years ago
Stefan Sayer 5ac32cced2 excluded sems from default runlevel. patch by P. Lemenkov
18 years ago
Stefan Sayer b9fe88fcbe print timer types in dbg message
18 years ago
Stefan Sayer b8db59aa77 use define SYSTEM_SAMPLERATE everywhere (forgot that one in r1051)
18 years ago