Raphael Coeffic
7545eb11f0
b/f: several minor bugs in session creation.
...
- the session pointer should not be touched after the session has been started (could be immediately destroyed).
- return 481 on CANCEL if the transaction cannot be found.
- reply properly with 482 if the UAS dialog already exists.
15 years ago
Stefan Sayer
b2b11301ff
webconference: participant ID / findParticipant
15 years ago
Stefan Sayer
123de09868
fix more size_t->unsigned casting for int2str
15 years ago
Stefan Sayer
f5846bfa27
webconference: roomDelete and time for roomCreate
...
added config items (webconference.conf):
private_rooms
support_rooms_timeout
implements bugs #0000048 and #0000049
15 years ago
Stefan Sayer
7dcb7e2abb
added OpenSSL linking exception to license
16 years ago
Stefan Sayer
dd841fbf75
Session Timer support for webconference app
...
configurable in webconference.conf, by default off
16 years ago
Stefan Sayer
dbd10cadc9
open configured web-conference rooms on startup
...
open configured web-conference rooms when SEMS starting.
room name and room password may be configured in etc/webconference.conf
16 years ago
Stefan Sayer
1a0aac1e16
fix loading of webconference application
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1734 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
0988946778
simplified with asserArgFmt
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1448 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
d5b8c3de39
method to change room adminpin (SEMS-57)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1447 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
5681c984f8
seed RNG (SEMS-57)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1446 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 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
17 years ago
Stefan Sayer
9476f0ebbf
SEMS-42: callee domain optionally specified in webconference dialout
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1180 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
dfac67bbad
time out empty webconference rooms. fixes SEMS-35
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1169 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Stefan Sayer
f30989deff
mass setting Id svn property
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1048 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Raphael Coeffic
7030673b90
- moved the "dialog-lookup-container" away from the session container into AmEventDispatcher.
...
- removed AmSIPEventHandler (its functionalities are now in AmEventDispatcher).
- added possibility for each plug-in to receive out-of-dialog messages (any kind).
- added possibility to handle dialogs without creating a session (=AmSession).
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1006 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
1623532145
fixed return value to always return array
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@909 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
1f2b1d5272
webconference listRooms function
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@908 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
79526cdf4a
moved session related code to WebConferenceDialog.[cpp,h]
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@907 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Juha Heinanen
6a81b7d6b9
* Added optional "headers" argument to dialout function. If present,
...
headers separated by | char are appended to outgoing INVITE request.
* Fixed a typo in asserting dialout args.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@900 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
38713bc300
o feedback functions
...
o simple call statistics functions
o master password and room pin retrieval
o control url in sdp
o various bugfixes
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@768 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
44ed708a0c
some more fixes for SEMS on Solaris
...
contributed by Richard Newman rnewman at twinql dot com
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@634 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
75b9af0a18
fixed changed dialout fct
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@521 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
dc45a7e27d
- various bugfixes
...
- feedback functions
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@429 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
aee44c98cd
fixed small mem leak: playlist is closed in session destructors to free playlist items
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@425 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
29cc0cf236
combined AmArg and AmArgArray into one class
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@383 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
2063ae879a
added 'introspection' _list method
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@382 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
ecc59b2be5
using To instead of ruri user as room identifier
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@381 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
eb0f799b3a
added configurable regexp matching on direct dialin numbers for direct room access
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@372 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago
Stefan Sayer
8b427ea9d2
conference with control over DI
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@371 8eb893ce-cfd4-0310-b710-fb5ebe64c474
19 years ago