Stefan Sayer
dd8974eb4a
avoid that compiler warning about dereferencing type-punned pointer by copying first
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1643 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
3aca4103ed
removed some unused function and friends
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1640 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
e95b0770be
adding some virtual dtors
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1639 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
7cd34ee75d
make code checker happy
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1636 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
a49a07e649
don't write too long cache path
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1635 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
817d4d8f31
removed unused function (unixsockctrl gone some time ago)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1634 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
4b12b59cee
comment about looping
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1631 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
22fad01ddc
fix detection of same digits following each other when using DTMF RTP payload. drawback is little bigger reaction time.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1629 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
1a8977e08f
warn if rng could not be initialized (and make compiler happy)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1628 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
31a090696a
fixes loop problem with mp3 files reported by Robert Szokovacs
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1627 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
9b7cf2416a
more loggging in case of invalid next hop
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1621 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
9ceaa57796
correction about zrtp...
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1620 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
24f0035858
moved some old stuff, and pushed DSM
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1619 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
25238e4a07
started some doc about tuning
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1618 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
873bda4442
added a note about loading uac_auth for authentication
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1617 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
d8b9692f1d
removing PID file as last action. thanks to juha for reporting.
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1616 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
Stefan Sayer
f6690c269f
a little more const correctness
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1610 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
13c107f906
- fixed accidental double load of ivr
...
- fixed double loading of modules which have more than one interface
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1609 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Stefan Sayer
f2b4b6af05
b/f: don't deadlock on calling onLoad() with name2app mutex (thanks to Juha for reporting)
...
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1608 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
b7044f0ced
- 'help' is perfectly fine command.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1607 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
f1812bcf7c
- Check user's privileges before executing start/stop targets.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1606 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
df0b626a46
- According to LSB, the init-script should provide 'reload' target. It was
...
suggested to return '3' (unimplemented feature) in case then application
doesn't support reloading.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1605 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
a8a0a3524c
- According to LSB, the init-script should return 2 in case of wrong syntax.
...
See http://refspecs.freestandards.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1604 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
96d6aeb59d
- Add the abulity to override most of the variables in the init-script.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1603 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
bbab0f974b
- Use $conffile as the config-file.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1602 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
02c420aa58
- Removed totally bogus comments about non-existent files.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1601 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
f1dcf9c4e8
- Added INIT INFO.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1600 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
0a6003b69c
- Also force-reload should be defined - it is adviced to define it
...
as an alias to restart if application doesnt support reloading of
its configuration.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1599 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
125ffdd2f3
- LSB specifies try-restart, not condrestart. So I added it as an alias
...
to condrestart.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1598 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
df6226adba
- Use restart function instead of always adding stop/start.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1597 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
e089ed66b9
- More verbosity in cases of starting SEMS, when it was already started
...
and stopping SEMS, when it was already stopped.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1596 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
a013460f92
- Use pid-file while seeking for already started SEMS.
...
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1595 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago
Peter Lemenkov
2456ccb393
- When quering status of running SEMS via init-script, we must check
...
status of a particular SEMS, specified via pid-file, instead of
repording about some stranger SEMS running somewhere by someone.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1594 8eb893ce-cfd4-0310-b710-fb5ebe64c474
16 years ago