Commit Graph

141 Commits (e5dfd2811fdbeb7bf92c54ed9b751a398ddd026c)

Author SHA1 Message Date
Stefan Sayer e5dfd2811f catches more internal exceptions (e.g. AmArgArray) and passes them as XMLRPC exceptions
19 years ago
Juha Heinanen 3924478d78 * Fixed misplaced USE_MYSQL #endif.
19 years ago
Juha Heinanen 3123aba1bf * Added MySQL audio and template storage option for voicemail
19 years ago
Juha Heinanen 29d6318285 * Added APP_NAME to name of cached file in order to avoid conflict if
19 years ago
Juha Heinanen c82fbdc5a0 * Conference audio can now be stored in MySQL database.
19 years ago
Stefan Sayer 36dc1f6669 xmlrpc2di makes xmlrpc calls to DI interface possible
19 years ago
Stefan Sayer 8eb74d1351 doc on auth dialout
19 years ago
Stefan Sayer e7f0bc410a dialout with auth and with auth pins.
19 years ago
Stefan Sayer f15ee7005d removed spaces between from: and from header body
19 years ago
Stefan Sayer 48dc3522ea jukecall example updated to B2ABSession fix from r300/r304
19 years ago
Stefan Sayer 249dd52bce B2ABEvent declared as descendant of AmEvent (needed for casting to AmEvent in wrapper)
19 years ago
Juha Heinanen bb9f5a98ef * Added language awareness to conference application. Should be
19 years ago
Stefan Sayer e8e19a39df corrected AmArg ownership of ArgObject.
19 years ago
Stefan Sayer 5a56be339f more performance tests
19 years ago
Stefan Sayer 8346c43eed - simplified logging interface (now works with more than one logger)
19 years ago
Stefan Sayer f1193e0900 corrected debug msg
19 years ago
Juha Heinanen 08f5e36e8c * Made B2ABEvent public.
19 years ago
Stefan Sayer 8aa0b9d1aa Makefile errors reported by juha
19 years ago
Stefan Sayer e75cecf3d3 example which initiate calls triggered by DI interface calls
19 years ago
Stefan Sayer ea631a20fb fixed Makefile.gen gernating with wrong python ver. thanks juha for report
19 years ago
Raphael Coeffic 7f5296e849 - fixes compatibity problems between 'ivr' and 'py_sems'.
19 years ago
Raphael Coeffic 89af7bb495 - added Stefan's example app.
19 years ago
Raphael Coeffic 769b20d3ea - fixes compilation time warnings and Makefile when called from base directory.
19 years ago
Raphael Coeffic d074dc3cae - fixed makefiles. Now everything should be OK when doing 'make' in the main py_sems directory.
19 years ago
Raphael Coeffic a529b5205b - removed unneed generated files.
19 years ago
Stefan Sayer a5b5266a12 convenience makefiles to make all
19 years ago
Stefan Sayer 733ceb5582 by setting IVRPATH and COREPATH, ivr applications can be in any directory now
19 years ago
Stefan Sayer 2ff1e991de checkin of the examples from the application development tutorial
19 years ago
Stefan Sayer 067c0571ca simple example on how to use the conference mixer
19 years ago
Stefan Sayer 65270dfd75 an example for the B2ABSession
19 years ago
Stefan Sayer 210b5105b1 some more b2ab classes
19 years ago
Stefan Sayer c200aa2efe py_sems can be used with AmSession, AmB2BSession, and AmB2ABSession now:
19 years ago
Stefan Sayer 3999175f08 changed Makefiles to link py_sems_lib library.
19 years ago
Stefan Sayer a02bd12573 added Dialout headers based on session parameters
19 years ago
Raphael Coeffic 4ddc7a6714 - suppressed all hard-coded "P-Iptel-..." and replaced through PARAM_HDR and APPNAME_HDR.
19 years ago
Stefan Sayer fa35cb1cdf * functions for taking all session specific parameters from P-Iptel-Param
19 years ago
Stefan Sayer 073ad26e9a missing fct pointers for mem_open/mem_close
19 years ago
Stefan Sayer 9b8725f706 updated doc
19 years ago
Stefan Sayer 0ce5e2c3d2 * configuration can be accessed in IVR scripts while they are loaded
19 years ago
Stefan Sayer f4d64a3d76 applies patch from Andriy which makes adaptive jitter buffer and adaptive playout buffer selectable at run time
19 years ago
Raphael Coeffic 5b5de2b23e some cleanup work, and the begin of a fix for the memory leak in py_sems (Python PySemsDialog is leaking).
19 years ago
Raphael Coeffic a7e7dc0a86 added missing file.
19 years ago
Raphael Coeffic 65cffa7f3c fixes the bug causing the bye message not to be played in the mailbox_query application.
19 years ago
Stefan Sayer 6c8fe2c0bd mem cached audio files implementation - improves performance 4-5% over announcement from file (G711)
19 years ago
Stefan Sayer 866b8703ac drops received packets if not using input
19 years ago
Stefan Sayer a9d3e589cc python_files is made if cmdgoal=""
19 years ago
Raphael Coeffic cf67fea96d fixes a crash related to temporary audio files in IVR.
19 years ago
Raphael Coeffic b8b6c9f09e Including that header files was not enough to get py_sems to work.
19 years ago
Raphael Coeffic 3fc680b93f - fixed part of the memory leak in py_sems. Now, everything from the session object is release, except for the wrapper object itself.
19 years ago
Raphael Coeffic e6fa3fd711 - fixed some more issues with py_sems. It should work with the example now.
19 years ago