Stefan Sayer
218df51eff
functions to save a result set under another name, and retrieve it later
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1338 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
8423ec1a64
Module with some smaller heler functions:
...
18 years ago
Stefan Sayer
208d7a8cdc
+ function to rename a file
...
- getNewId (to utils)
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1336 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
c49951dec0
reenabled email_address override config, which got lost somewhere in the way
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1335 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
45a58807af
DSM inc() operation
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1334 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
8a58e7d470
made that parsing error more clear
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1333 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
ec843be635
remove obsolete comment
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1332 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
e23d79e3fc
DSM action to clear a variable
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1331 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
c4d62279da
removed obsolete comments
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1330 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
dabd5f8297
doc for sys.mkdirRecursive
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1329 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
fe9c532c9c
function for recursive mkdir
...
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1328 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
f688c2a962
don't restart DSM on re-INVITE
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1327 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
18c90ba182
functions to enable and disable DTMF detection
...
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1326 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
cdaa3e25d3
new core functions:
...
* getRecordLength
* getRecordDataSize
new configuration "set_param_variables" that sets parameters from P-App-Param as variables in DSM session
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1325 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7bfba0a07d
function to get a new GUID
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1324 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
3e1065a504
B2BUA functions for DSM. See dsm_syntax.txt for the functions.
...
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1323 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
5d6f8d41dc
mod_mysql module for simple DB use in DSM applications
...
See Readme.mod_mysqlpp.txt for details.
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1322 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
33fcd9eea7
- simplified and beautified modules with better looking macros:
...
DEF_TwoParAction -> DEF_ACTION_2P
CONST_TwoParAction -> CONST_ACTION_2P
-DEF_SCStrArgAction-> DEF_ACTION_1P
EXEC_ACTION_START, EXEC_ACTION_END
MATCH_CONDITION_START, MATCH_CONDITION_END
- quoting (+escaping) added to Actions' parameters
- added logVars debugging function to log all variables
- added avar AmArg array, to replace var (string) array
This work was kindly sponsored by Teltech Systems Inc.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1321 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
860943adec
adding variables to outgoing calls as struct
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1319 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
6b09fd2d50
added extra parameters to dial and dial_auth functions
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1318 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7f1ed2371d
o fixed xmlrpcvalue -> AmArg conversion:
...
- result of xmlrpc client call is now not packed into extra AmArg Array
- nested arrays and structs work as expected
o added optional logging of xmlrpc server call parameters and result
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1316 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
791d861ab7
fixing memory leak in example
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1313 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
cc475671c7
example on how to combine DSM, monitoring and DI to create cool applications (READ THIS)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1312 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
4fff0f468d
monitoring support for DSM...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1311 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
d24df84689
allowing call to log with empty var set
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1310 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
3c72b7ca48
added doc
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1309 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
82e2017ce7
add DI API: postDSMEvent
...
Example (with direct_export=dsm;monitoring):
s.postDSMEvent(s.list()[0], [["action", "kick"]])
transition "DI xmlrpc kick event" room - eventTest(#action==kick) / stop(true) -> end;
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1308 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
8e7800f002
updated core actions and conditions
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1307 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
3b18f2a3dc
sample simple conference
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1306 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
572274d3c5
conference for DSM
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1305 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
fc42849791
more flexibily for modules:
...
* DSMDisposable + transferOwnership for garbage collection
* addToPlaylist in DSMSession
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1304 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
ed9c060bbe
set refresh to a saner value
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1301 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
b8199ad74b
sample PyQT GUI for webconference
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1300 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Juha Heinanen
8ae2a8dd97
* Removed unused variable.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1299 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7917523e16
moved to app dir (as example)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1295 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
6eb4ed8fa9
moved urlcatcher to examples
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1293 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
63a876b0cb
missing checking from 1284
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1285 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a4bb89c874
added ignore_pin config option
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1284 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
518ed60c85
urlcatcher application that illustrates the use of embedded URL to display a call control web page
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1283 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
5a245991e4
fixed regexp in sample config
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1278 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
a905c29fa2
adds monitoring support
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1276 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
61e3d3b36c
o check for cseq
...
o added monitoring
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1274 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7fb993dc55
using local tag insteda of call id (can be used for controlling session by sending events)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1272 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
c226967f95
functions to retrieve only an attribute, and filter the list:
...
o listByFilter
o listByRegex
o getAttribute [Active/Finished]
renamed 'unfinished' to 'active'
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1271 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
64e831725c
fixed initialization of SSL - caused random crashing of xmlrpc server (which does not support SSL)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1268 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
5b5d9159ae
convert into array if necessary on logAdd
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1267 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
967dcefb2e
add conf_id to monitoring
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1260 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
43a387c392
initial support for better call/server monitoring
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1259 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
f86cd750f1
simplify by using helper function
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1254 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
5898f6807f
take account optionally from config file (overrides P-App-Param
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1252 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago