Commit Graph

121 Commits (a94de00b66459ddcb8dc8e691b184115503bb85e)

Author SHA1 Message Date
Stefan Sayer 8e238656c3 b/f:DSM: fix var names on vars passed to DSM with dlg.dialout
15 years ago
Raphael Coeffic 7545eb11f0 b/f: several minor bugs in session creation.
15 years ago
Stefan Sayer 5a4b38b5ad fix small compilation warning (ptrdiff_t as %zd)
15 years ago
Stefan Sayer f9439a1dd4 dsm: adds utils.playRingTone() function
15 years ago
Stefan Sayer 73dc076d84 fix the proper type (int)
15 years ago
Stefan Sayer 870f6e10a7 more int2str type correctness fixing
15 years ago
Stefan Sayer 123de09868 fix more size_t->unsigned casting for int2str
15 years ago
Stefan Sayer 63d5b66d31 DSM: sys.getTimestamp() and sys.subTimestamp()
15 years ago
Stefan Sayer cad6589d67 DSM: groups module
15 years ago
Stefan Sayer 0159ea10c1 make only mod_* mod dirs
15 years ago
Stefan Sayer a66e057cd1 handle relayed INVITE in core (AmB2BSession)
15 years ago
Stefan Sayer 014a26b268 no -Xlinker and --export-dynamic on solaris, too
16 years ago
debian 5ede8b48c2 deb: added mod_mysql, removed mod_py from sems pkg
16 years ago
Stefan Sayer c626e300fe removed unnecessary link dep on libutil
16 years ago
Stefan Sayer 7dcb7e2abb added OpenSSL linking exception to license
16 years ago
Stefan Sayer feb02617f4 DSM: utils.splitStringCR splits string on \n
16 years ago
Stefan Sayer 042b073780 DSM: sys.popen function to exec external program
16 years ago
Stefan Sayer a8de04af62 moved DSM module docs to doc directory
16 years ago
Stefan Sayer 7975aadde0 DSM: corrected mod_mysql doc
16 years ago
Stefan Sayer 2beab8586f DSM: mod_dlg: doc bits about vars for dialout
16 years ago
Stefan Sayer 15f1a72646 DSM: mod_dlg: dialout headers \\r\\n -> \r\n
16 years ago
Stefan Sayer 21265b0fc3 DSM: pass DSMSession along & save a dynamic_cast
16 years ago
Stefan Sayer c824834873 documentation for playMixIn
16 years ago
Stefan Sayer 8244ab3ac3 prettier log
16 years ago
Stefan Sayer fd05720942 utils.int action - get integer part of float
16 years ago
Stefan Sayer 77853863ab getHeader:support content spanning multipe headers
16 years ago
Stefan Sayer 9f88d0088d dsm mod_conference: MixIn for mixing in files
16 years ago
Raphael Coeffic 0d26de833e added a place holder for dsm's lib directory.
16 years ago
Stefan Sayer b9176c56d0 - event params made writable with set() and sets(); used to return value from event processing
16 years ago
Raphael Coeffic b6c310ca5e SEMS plug-in config files are now installed into $(cfg-target) instead of $(cfg-target)etc.
16 years ago
Stefan Sayer 1c2661f405 teejoin/teeleave actions - feed input audio (speak) to a second conference channel, additionally to playlist one
16 years ago
Stefan Sayer 8237f5e515 adapted to new core logging API
16 years ago
Stefan Sayer 557449f53e add and sub actions
16 years ago
Stefan Sayer 87494ffa45 pass variables to other DSM call for dlg.dialout()
16 years ago
Raphael Coeffic 1695507989 - some more small fixes.
16 years ago
Stefan Sayer 16413a8019 dialout function
16 years ago
Stefan Sayer 07da33457c removed redundant code
16 years ago
Stefan Sayer c6d9ae3bbf create RTP stream (AmSession::rtp_str) only if really needed
16 years ago
Peter Lemenkov b3a1c15608 Fix for newest GCC (>=4.4.3).
16 years ago
Raphael Coeffic a0dfd71af5 - splits the exclude_modules in three variables (exclude_core_module, exclude_apps_modules,exclude_dsm_modules).
16 years ago
Raphael Coeffic 9695cdd7e7 - fixes issues related to exclude_modules
16 years ago
Stefan Sayer e026dd6ced alternative to exp10 not using gnu extension
16 years ago
Stefan Sayer d1719302ab fixed _XOPEN_SOURCE redefined compiler warnings by changing include order (Python.h as first one)
16 years ago
Stefan Sayer 101d7f9f97 added a session.select(name) function to access select of a session.
16 years ago
Stefan Sayer 72104eb470 documented the connect_session
16 years ago
Stefan Sayer 99bf302a37 nicer debug message
16 years ago
Stefan Sayer f89e1d5d67 removed mem leak
16 years ago
Peter Lemenkov b29061dad6 Fix for building with the latest glibc
16 years ago
Peter Lemenkov 56a6db50e6 mod_sys disabled temporarily (doesn't build with gcc4.4)
16 years ago
Stefan Sayer b715e74291 revised error handling:
16 years ago