Commit Graph

1414 Commits (be85aa2c1922618aa83902bc9e82e0dbb17aa52b)
 

Author SHA1 Message Date
Stefan Sayer be85aa2c19 fixes ACK handling in B2BUA, which was broken due to moving ACK handling on user layer
16 years ago
Stefan Sayer e6a8e7a82b fix stopping of media processor threads (thats probably the reason ctrl-c did not work sometimes)
16 years ago
Stefan Sayer 1c495b62a9 not using std::stack
16 years ago
Stefan Sayer e21df1c86e implemented CANCEL handling in early dialogs
16 years ago
Stefan Sayer 30cef546f6 more springcleaning by Robert, thanks\!
16 years ago
Stefan Sayer dd8974eb4a avoid that compiler warning about dereferencing type-punned pointer by copying first
16 years ago
Stefan Sayer 6d1d1713ef made condition clearer to the compiler
16 years ago
Stefan Sayer 757478222d we don't use any of the file functions - so big file access is ok
16 years ago
Stefan Sayer 3aca4103ed removed some unused function and friends
16 years ago
Stefan Sayer e95b0770be adding some virtual dtors
16 years ago
Stefan Sayer 573aaef009 include for using uint32_t
16 years ago
Stefan Sayer 6ed36e660b adding some virtual dtors
16 years ago
Stefan Sayer 7cd34ee75d make code checker happy
16 years ago
Stefan Sayer a49a07e649 don't write too long cache path
16 years ago
Stefan Sayer 817d4d8f31 removed unused function (unixsockctrl gone some time ago)
16 years ago
Stefan Sayer 7b58b2d318 use sipForceConvertToType for newer sip4 wrapper generator versions (>= 4.9.1)
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)
16 years ago
Stefan Sayer 4b12b59cee comment about looping
16 years ago
Stefan Sayer 550f84e02c loop option (from config file)
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.
16 years ago
Stefan Sayer 1a8977e08f warn if rng could not be initialized (and make compiler happy)
16 years ago
Stefan Sayer 31a090696a fixes loop problem with mp3 files reported by Robert Szokovacs
16 years ago
Stefan Sayer 6d7b4de9a5 logSelects, logParams, logAll actions
16 years ago
Stefan Sayer 4973206160 added doc about looped
16 years ago
Stefan Sayer 1b72b3b11a forgot join->rejoin
16 years ago
Stefan Sayer 23dc8fdfd9 allows setting headers on outgoing B2B- B leg.
16 years ago
Juha Heinanen 2647c61aa7 * Fixed the example by replacing variable wav with self.wav.
16 years ago
Stefan Sayer 9b7cf2416a more loggging in case of invalid next hop
16 years ago
Stefan Sayer 9ceaa57796 correction about zrtp...
16 years ago
Stefan Sayer 24f0035858 moved some old stuff, and pushed DSM
16 years ago
Stefan Sayer 25238e4a07 started some doc about tuning
16 years ago
Stefan Sayer 873bda4442 added a note about loading uac_auth for authentication
16 years ago
Stefan Sayer d8b9692f1d removing PID file as last action. thanks to juha for reporting.
16 years ago
Stefan Sayer 72104eb470 documented the connect_session
16 years ago
Stefan Sayer a364ee1d3b updated todo
16 years ago
Stefan Sayer fd023e2fb1 just another example
16 years ago
Stefan Sayer 435bd315db corrected example
16 years ago
Stefan Sayer 99bf302a37 nicer debug message
16 years ago
Stefan Sayer f6690c269f a little more const correctness
16 years ago
Stefan Sayer 13c107f906 - fixed accidental double load of ivr
16 years ago
Stefan Sayer f2b4b6af05 b/f: don't deadlock on calling onLoad() with name2app mutex (thanks to Juha for reporting)
16 years ago
Peter Lemenkov b7044f0ced - 'help' is perfectly fine command.
16 years ago
Peter Lemenkov f1812bcf7c - Check user's privileges before executing start/stop targets.
16 years ago
Peter Lemenkov df0b626a46 - According to LSB, the init-script should provide 'reload' target. It was
16 years ago
Peter Lemenkov a8a0a3524c - According to LSB, the init-script should return 2 in case of wrong syntax.
16 years ago
Peter Lemenkov 96d6aeb59d - Add the abulity to override most of the variables in the init-script.
16 years ago
Peter Lemenkov bbab0f974b - Use $conffile as the config-file.
16 years ago
Peter Lemenkov 02c420aa58 - Removed totally bogus comments about non-existent files.
16 years ago
Peter Lemenkov f1dcf9c4e8 - Added INIT INFO.
16 years ago
Peter Lemenkov 0a6003b69c - Also force-reload should be defined - it is adviced to define it
16 years ago