Peter Lemenkov
eafd0e262f
Sync CMake templates
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
15 years ago
Stefan Sayer
5e74120dfb
b/f: fixed pyqtgui for webconference with participant_id
15 years ago
Stefan Sayer
92f9b060ed
fixed some log levels when webconf call stats not found
15 years ago
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
f2c6964550
SST: retry INV/UPD on 422 Session Interval to low
15 years ago
Peter Lemenkov
ca6e3190c4
Sync cmake templates for conf-files
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
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
Peter Lemenkov
3d25784410
Simplify installing of audio files
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
16 years ago
Peter Lemenkov
d31c6fd18f
Simplify doc-files installation
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
16 years ago
Peter Lemenkov
487001bfcd
More cmake templates
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
16 years ago
Stefan Sayer
7dcb7e2abb
added OpenSSL linking exception to license
16 years ago
Stefan Sayer
90cccb3383
reworked SST + B2BUA implementation
...
- B2BUA app with SIP Session Timer (SST) now can also use UPDATE
(see session_refresh_method in sst_b2b.conf)
- if re-INVITE is used, normal SDP OA (INVITE+SDP/200+SDP) is done
using last established SDP (instead of delayed SDP negotiation
and SDP ping-pong)
- SDP is compared only after o= line (no SDP ping-pong with UAs which
always increase SDP version)
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
7fbe92bbd7
fix authentication on outgoing calls
...
uac auth now resets the dialog status back to what it was before
the failed request, if a request is retried with authentication.
16 years ago
Raphael Coeffic
dea103ae68
- make the AmSipDialog call the SIP event handler within AmSession, instead of the opposite.
...
- WARNING: this code is not yet tested.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1827 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
c6d9ae3bbf
create RTP stream (AmSession::rtp_str) only if really needed
...
replace AmSession::rtp_str with AmSession::RTPStream() in your app.
for example for pure signaling B2B calls, no RTP stream instance is
created, which saves a lot of memory (especially because of
the RTP receive buffer)
ref r30371 r30372
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1784 8eb893ce-cfd4-0310-b710-fb5ebe64c474
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
Peter Lemenkov
ff7a6c8a76
- Added rules for installing of config-files for modules.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1517 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
f5f4672db4
- Added installation of audio-files.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1516 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
6e15b229e7
Common parts of CMake modules targets were moved to cmake/module.rules.txt.
...
This greatly simplified further work.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1513 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
a7ee9ca66c
- Simplified CMake files for building libraries and plugins.
...
- Ability to override installation directories.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1509 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
1c4788fdb7
set CMAKE_SHARED_LIBRARY_PREFIX globally
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1495 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 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
22d7fcffc3
added note about direct_export for webconference to work. removed license file which can be found on the net and in many other places
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1415 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
16044e080f
Some cleanups.
...
Since not, core module will be linked against samplerate and misdn (if enabled)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1381 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 years ago
Peter Lemenkov
6b1b2d526f
initial commit of cmake files
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1373 8eb893ce-cfd4-0310-b710-fb5ebe64c474
17 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
17 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
17 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
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
5a245991e4
fixed regexp in sample config
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1278 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
6b4cfc1bc2
moved Readme files to doc/ folder
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1107 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
7a2d8eab89
added previously undocumented 'finished' participant state
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1081 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
6844c6f13a
corrected serverInfo() return value (reported by Jeremy A)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1057 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 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
ea871dd9c8
fixed default path
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@959 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
9e1606bcad
added prompts from the sample files
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@947 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago
Stefan Sayer
1e91aa96e5
replaced prompts with Dave
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@945 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
Stefan Sayer
87ddcea059
checking exception on failed statistics reading
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@906 8eb893ce-cfd4-0310-b710-fb5ebe64c474
18 years ago