Commit Graph

1195 Commits (d682e68fcdaf8dda238dfd71137fa006025a3283)
 

Author SHA1 Message Date
Stefan Sayer d682e68fcd array version for unlink
17 years ago
Stefan Sayer 09dbeb1855 by default excluded mod_mysql and mod_aws which depend on devel libraries
17 years ago
Stefan Sayer b6be0ddb30 module to add libaws++ to DSM for using Amazon Web Services
17 years ago
Stefan Sayer 2e58ba7d15 setVar function (indirection capable) due to messed up set() parameter semantics till set([]=...) available)
17 years ago
Stefan Sayer 585f886f21 dlg.bye() action
17 years ago
Stefan Sayer 94f2e56f3b more verbose debug on broadcasting servershutdown
17 years ago
Stefan Sayer 5781616b95 add monitor session information id to session
17 years ago
Stefan Sayer 8d8040164b var(x=y) function
17 years ago
Stefan Sayer 0fd75622b0 extended app selection by monitor to use from/pai and to/ruri
17 years ago
Stefan Sayer 3c74723db9 not trying to make in CMakeLists
17 years ago
Stefan Sayer 7530880d71 added PAI header
17 years ago
Stefan Sayer fc6318504f also consider %2E as extension delimiter (e.g. for cached files saved as urlencoded)
17 years ago
Stefan Sayer fa3a32cf12 add DI monitoring i/f accessible for applications (if compiled with and loaded)
17 years ago
Stefan Sayer ba05c350a2 avoid extra '' for array members from printf
17 years ago
Stefan Sayer c31e24fa8f * support variables struct for parameters to dsm sessions
17 years ago
Stefan Sayer 856061e132 corrected typo
17 years ago
Stefan Sayer db2f70574b removed accidental leftovers
17 years ago
Stefan Sayer 436cca698e setExpiration function. Using this together with garbage collector log,
17 years ago
Stefan Sayer a932334e4d correct pop() on empty AmArg
17 years ago
Stefan Sayer d2f7d1a669 Option to run a garbage collector thread to remove info of
17 years ago
Stefan Sayer 64e3d5dbb4 fix: use default value if configuration does not have parameter
17 years ago
Stefan Sayer 4eba991fd3 optional headers to bye. based on patch by Balint Kovacs
17 years ago
Stefan Sayer 9b4bba32d7 refer optionally with expires
17 years ago
Stefan Sayer f5fcaeabc3 optionally send headers with BYE (e.g. Reason) patch by Robert Szokovacs
17 years ago
Peter Lemenkov 23230c090d Added first install target - sems executable itself (and more to come\!)
17 years ago
Peter Lemenkov f563997d4a Fix issue with undefined MAX_RTP_SESSION
17 years ago
Peter Lemenkov 93d1f4b164 cosmetic change in CMakeLists.txt
17 years ago
Peter Lemenkov 682943be7f Added option to control maximum simultaneous number of rtp-sessions
17 years ago
Peter Lemenkov b212daf345 - Removed obsoleted option (support for OpenSER)
17 years ago
Peter Lemenkov 16044e080f Some cleanups.
17 years ago
Peter Lemenkov f0f9a5ea01 added warning about CMake and rewriting makefiles
17 years ago
Stefan Sayer 97c44eced4 push and pop functions; making assert... functions visible
17 years ago
Stefan Sayer cfc198a159 fixing some leaks. Patch from and thanks to Christian Schubert at iptego.com
17 years ago
Stefan Sayer 1935d6d2c8 add note about preloading
17 years ago
Stefan Sayer d29973deef * simplified code
17 years ago
Peter Lemenkov 6b1b2d526f initial commit of cmake files
17 years ago
Peter Lemenkov 65af292315 no need in config.h.cmake
17 years ago
Stefan Sayer 385f7c841c documentation and some bfix
17 years ago
Stefan Sayer 18ebdc0358 mod_py : module with py(...) action and condition
17 years ago
Stefan Sayer 35e0ec0beb clearer error message
17 years ago
Stefan Sayer 3184c2bbbd build monitoring module only if monitoring support enabled
17 years ago
Stefan Sayer 93082b330d don't build mod_monitoring if monitoring not enabled
17 years ago
Stefan Sayer 402546b99f (optionally) relay early media into caller leg. enabled by default.
17 years ago
Stefan Sayer c0f8e76d2d optionally relay early media (180 .. 183) into caller leg of B2B sessions.
17 years ago
Stefan Sayer 51f29b52c3 simplified using removeHeader function from AmSipMsg
17 years ago
Stefan Sayer b23f20bef8 clearer error message on missing session_timer
17 years ago
Stefan Sayer 05ab89d4fe more from the ivr mem leak hunt:
17 years ago
Stefan Sayer 9128c0c7c2 missing header added, allows to build with gcc4.4. Patch by Peter Lemenkov
17 years ago
Stefan Sayer efd74d20c0 use our own destructors
17 years ago
Stefan Sayer b24387ebac calling PyObject_VaCallMethod always with tuple (see http://mail.python.org/pipermail/python-bugs-list/2004-August/024629.html)
17 years ago