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
a64777c5c0
checking for right load. patch by Andrey Samusenko
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1779 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
9ead74b670
Really fix compilation with old SIP (tool for generating bindings)
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1775 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
b3a1c15608
Fix for newest GCC (>=4.4.3).
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1764 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
11b6774f10
Typo
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1742 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
a0dfd71af5
- splits the exclude_modules in three variables (exclude_core_module, exclude_apps_modules,exclude_dsm_modules).
...
- exclude_dsm_modules is set in apps/dsm/mods/Makefile, the two others are set in Makefile.defs.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1741 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
Raphael Coeffic
7f165d4f8e
- fixes exclude_modules.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1732 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
103baef51f
- fixes linking error on Darwin (OSX).
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1731 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
68e9aa276c
updated CMake file for moved DSM doc
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1727 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
80539a858f
moved DSM documentation to doc/
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1721 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
12490d7291
fix exclude_modules as from apps/Makefile
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1710 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Raphael Coeffic
9695cdd7e7
- fixes issues related to exclude_modules
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1709 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
f6150ade89
using recording file extension for saving message. patch by Andrey Samusenko
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1706 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
efca1417a1
fixed include path for lame. by Andrey S
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1700 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
e026dd6ced
alternative to exp10 not using gnu extension
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1697 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
6c158fedd4
don't warn about string constants being used as const (see python issue 6952 http://bugs.python.org/issue6952 )
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1695 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
b23210ef12
don't warn about string constants being used as const (see python issue 6952 http://bugs.python.org/issue6952 )
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1693 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
0a52abc465
embedded python and strict aliasing...forget it...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1689 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
5c1d329208
warn on failed email template read
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1687 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
a02ba7eb9e
fix dependency include in makefile error, when they could not be there already
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1685 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
56f4679673
fixing compiler warnings about unused variables
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1679 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
1bb358edd4
fixed compilation of urlcatcher example, checking return code of system call
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1677 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
1f58418718
variables are set by ivr apps Makefile
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1675 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
92fba23762
const correct
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1673 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
d1719302ab
fixed _XOPEN_SOURCE redefined compiler warnings by changing include order (Python.h as first one)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1668 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
27f92cf42b
don't try to build CMakeLists.txt
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1664 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
44a1021109
bugfix: initializing exception marker (could possibly lead to transitions being marked as exception transitions)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1656 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
c5a316802c
precoded announcement fixes by Andrey Samusenko
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1655 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
16ea2da5a9
changed expression evaluation: set() does not evaluate expressions, eval() does
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1654 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
101d7f9f97
added a session.select(name) function to access select of a session.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1653 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
3ec30d9ce9
adds simple evaluation of + and - arithmetic ops
...
(slightly fixed) patch by Andreas Granig agranig at sipwise
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1651 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
e21df1c86e
implemented CANCEL handling in early dialogs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1647 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
6d1d1713ef
made condition clearer to the compiler
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1642 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
757478222d
we don't use any of the file functions - so big file access is ok
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1641 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
573aaef009
include for using uint32_t
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1638 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
6ed36e660b
adding some virtual dtors
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1637 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
7b58b2d318
use sipForceConvertToType for newer sip4 wrapper generator versions (>= 4.9.1)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1633 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
b688cca2c2
get GIL when DECREFing python object (obvious, but see also this thread: http://osdir.com/ml/python-dev/2010-01/msg00056.html )
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1632 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
550f84e02c
loop option (from config file)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1630 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
6d7b4de9a5
logSelects, logParams, logAll actions
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1626 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
4973206160
added doc about looped
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1625 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
1b72b3b11a
forgot join->rejoin
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1624 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
23dc8fdfd9
allows setting headers on outgoing B2B- B leg.
...
B2B.clearHeaders()
clear the headers used for outgoing INVITE on B leg
B2B.addHeader(string header)
add a header for outgoing INVITE on B leg
B2B.setHeaders(string headers [, replace_crlf=true|false])
set headers for outgoing INVITE on B leg
replace_crlf=true for replacing \r\n with CRLF
e.g.
B2B.setHeaders("P-One: value\r\nP-Two: anothervalue", true)
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1623 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Juha Heinanen
2647c61aa7
* Fixed the example by replacing variable wav with self.wav.
...
* Added onEmptyQueue method that end the call after file has been played.
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1622 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
72104eb470
documented the connect_session
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1615 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
a364ee1d3b
updated todo
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1614 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
fd023e2fb1
just another example
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1613 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
435bd315db
corrected example
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1612 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
99bf302a37
nicer debug message
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1611 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago