Commit Graph

1664 Commits (c3629d7c3fbdd7c9deadc759f95b00f476fb49cc)
 

Author SHA1 Message Date
Stefan Sayer c3629d7c3f jsonrpc extensions and fixes
16 years ago
Stefan Sayer ccdbae75ed make varPrintArg usable from modules
16 years ago
Stefan Sayer 6e6162df11 sets() accept arrays, json event conditions
16 years ago
Stefan Sayer 0801200e56 avoid deadlock when setting timer in timer event
16 years ago
Stefan Sayer 726ad0b393 fix UID and GID parameters processing
16 years ago
Stefan Sayer 1f61b971bb added missing includes (seen on freebsd)
16 years ago
Peter Lemenkov 58ee004421 Typo fix
16 years ago
Peter Lemenkov 66100476b0 Add python optimized object-files to the .gitignore
16 years ago
Raphael Coeffic 0d26de833e added a place holder for dsm's lib directory.
16 years ago
Raphael Coeffic d35e5ec668 avoid duplicated code and debug/error messages
16 years ago
Raphael Coeffic 95fbe63be2 added sems and sems-stats binaries
16 years ago
Raphael Coeffic e50ab10534 generate EXTRAVERSION out of 'git describe ...'
16 years ago
Raphael Coeffic 3156bee69b added an tracked .gitignore file.
16 years ago
Stefan Sayer 938279a2c0 use original content type instead of hardcoded application/sdp
16 years ago
Peter Lemenkov 08a5a3bfce Added workarounfd for weird behaviour of CMake 2.4 while handling
16 years ago
Peter Lemenkov 618ad404a2 Fix newest variables escaping strategy on new CMake
16 years ago
Peter Lemenkov f697f119ec Sync with latest sems.conf.sample
16 years ago
Peter Lemenkov 28306815dc Another one template for CMake
16 years ago
Peter Lemenkov 7965b0bbf7 Fix MOD_NAME passing to gcc
16 years ago
Peter Lemenkov 86ee7d00bf Copy+paste typo: this conf-file actually is a early_announce.conf
16 years ago
Peter Lemenkov c30c021763 Typo: paramater => parameter
16 years ago
Peter Lemenkov 76a3a5ff5d Sync CMake config-file templates with original ones
16 years ago
Peter Lemenkov 856e262864 Fix config-files installation with CMake 2.4
16 years ago
Raphael Coeffic eec4c5c2d5 - make use of LDFLAGS and EXTRA_LDFLAGS for linking 'sems-stats'
16 years ago
Raphael Coeffic 42051b6df3 Changes the name of the directory within tar archives to include the full release version (including SVN version)
16 years ago
Raphael Coeffic e42c05d7ff - updated doc to only use t_relay_to(), instead of t_write_unix() in SER config examples.
16 years ago
Raphael Coeffic a2e840a7b3 Changes the regular expression type from basic to extended to allow
16 years ago
Raphael Coeffic b48a60d12c A new "simple mode" has been added to all the voicemail/voicebox
16 years ago
Stefan Sayer a4f3eb72c9 let AmArg be ArgObject (so AmArg can contain a reference to AmArg without the need to copy the whole value)
16 years ago
Stefan Sayer 6faf1bf3f9 decode nested request/response data of json-rpc calls into vars
16 years ago
Stefan Sayer b9176c56d0 - event params made writable with set() and sets(); used to return value from event processing
16 years ago
Stefan Sayer eca4a88f55 don't destroy udp servers if not initialized
17 years ago
Stefan Sayer e7b03e1c82 json object as DI parameter
17 years ago
Peter Lemenkov d1caf0b69b Since now, sems can be compiled with older CMake (except few modules).
17 years ago
Stefan Sayer 1f6d352aec added copyright notice for jsonxx
17 years ago
Stefan Sayer 4b493484de included jsonArg to be compiled from cmake
17 years ago
Stefan Sayer b5c0d07863 moved json<->AmArg into core
17 years ago
Stefan Sayer a18d3cb3f6 corrected (array) to (struct), added (array) in parameters to DI command
17 years ago
Peter Lemenkov b2535ebe67 Do not use SET_PROPERTY in CMake makefiles - incompatible with old CMake
17 years ago
Stefan Sayer 997f08be38 supporting recursive arrays in DSM DI action
17 years ago
Stefan Sayer 75be85ab79 fixed shutdown procedure:
17 years ago
Stefan Sayer 13f949c054 prevent factories from double deletion
17 years ago
Stefan Sayer 22b498a626 added set/add aliases (more convenient and common names)
17 years ago
Stefan Sayer 5873c90a89 fixed passing (array) in DI calls (thanks to Matthew Williams for the fix)
17 years ago
Stefan Sayer e6c34b3ded allow trailing comma (,) in objects, which is allowed per the spec (thanks to Matthew Williams for the fix)
17 years ago
Stefan Sayer 41807f1ea7 posting disconnect events if connection broken/closed
17 years ago
Peter Lemenkov f12b2c145b More compatibility with older CMake (2.4).
17 years ago
Peter Lemenkov 3f4b1724cf The AmSession::onSipReply virtualfunction has different arity.
17 years ago
Peter Lemenkov f99f9cc9a4 There is no MonSelectFallback if we compile w/o USE_MONITORING, so
17 years ago
Peter Lemenkov 44684bdb23 Add AmSipEvent.cpp to list of sources
17 years ago