Commit Graph

402 Commits (f60ada0be22cd646454278e102d384a5dbaf7d59)

Author SHA1 Message Date
Russell Bryant a583f314dc suppress warnings introduced by putting states in an enum
19 years ago
Russell Bryant 5dc72404ab convert lists of constants in channel.h to enums instead of #defines
19 years ago
Russell Bryant 5784d21897 Merged revisions 40227 via svnmerge from
19 years ago
Mark Spencer 5b5220fb77 Make tonepair generated through fixed point
19 years ago
Russell Bryant 92bd7f19f7 Merge team/russell/ast_verbose_threadstorage
19 years ago
Joshua Colp ce72e83a39 Merged revisions 39056 via svnmerge from
19 years ago
Russell Bryant 0f2b43fddc - add DIALING_OFFHOOK and PRERING to ast_state2str
19 years ago
Russell Bryant 005107eeb7 Merged revisions 38982 via svnmerge from
19 years ago
Russell Bryant 663adb2b0e Merged revisions 38903-38904 via svnmerge from
19 years ago
Kevin P. Fleming 652d06f998 Merged revisions 38686 via svnmerge from
19 years ago
Kevin P. Fleming 4bc6613648 add ExtenSpy variant of ChanSpy
19 years ago
Kevin P. Fleming 88cea437ab just for fun, let's lock the whisper buffer for writing AND reading :-)
19 years ago
Kevin P. Fleming 3314ea0d59 move slinfactory structure definition back to header... it's just easier to use this way
19 years ago
Kevin P. Fleming a8b85fda84 more simplification, and correct a bug i introduced in the last commit
19 years ago
Kevin P. Fleming 01e006c33c Merged revisions 38347 via svnmerge from
19 years ago
Kevin P. Fleming 8b603fe8a5 Merged revisions 38310 via svnmerge from
19 years ago
Russell Bryant 7b8d8c9bb5 fix crashes with MALLOC_DEBUG enabled that were a result of my recent thread
19 years ago
Russell Bryant fb94a4933b ast_malloc is sufficient here, since snprintf is called on the buffer
19 years ago
Russell Bryant ee4c121dec resolve another XXX comment by implementing proper handling of control frames
19 years ago
Russell Bryant 83749437a9 make ast_state2str thread safe by using thread local storage instead of a
19 years ago
Kevin P. Fleming 6d0742fc16 merge Russell's 'hold_handling' branch, finally implementing music-on-hold handling the way it was decided at AstriDevCon Europe 2006 (and the way people really want it to be)
19 years ago
Kevin P. Fleming ea1d0c4b33 G726-32 changes:
20 years ago
Kevin P. Fleming 7b968cec0d Merged revisions 37361 via svnmerge from
20 years ago
Matt O'Gorman cf86ee84ca patch resolves issue with when to decide if its right time
20 years ago
Kevin P. Fleming f761d2f6f0 prepare Asterisk for new zaptel.h/tonezone.h installation locations
20 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
20 years ago
Russell Bryant c8ceb92a4f revert my changes that converted the jb on the channel to be dynamically
20 years ago
Russell Bryant 7421acaa7e don't blow up if a jitterbuffer is not in use
20 years ago
Matt O'Gorman b22e7bf558 adds support for t38 pass through patch brought up to trunk from
20 years ago
Joshua Colp c311827dc9 Merged revisions 33724 via svnmerge from
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Olle Johansson 479181951a Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
20 years ago
Russell Bryant 1eac38db1d fix a channel deadlock in ast_answer
20 years ago
Olle Johansson b42fbc09c3 - 5 is the highest used debug level, so let's stay there
20 years ago
BJ Weschke 9f9e9a08db Make sure DEBUG is really cranked up before we decide to flood the logs with messages about Internal timing when a channel has to make a decision about generating internal timing (eg - MOH)
20 years ago
Kevin P. Fleming dfd5fc5605 Merged revisions 31520 via svnmerge from
20 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
20 years ago
Kevin P. Fleming e69388b3ba a few more control frame types that don't need to generate useless notices in the log
20 years ago
Joshua Colp 6b185c1bed Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)
20 years ago
Kevin P. Fleming e140c0ba9f Merged revisions 27468 via svnmerge from
20 years ago
Kevin P. Fleming 74cd80b1a4 use the proper method to get out of the bridge loop
20 years ago
Kevin P. Fleming a541309599 initialize the bridge result to 'no result', so that we can check for code paths that set it to AST_BRIDGE_COMPLETE inside the loop (thanks Oskar!)
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Kevin P. Fleming fdcfd6469b ensure that control frames with payload can be sent to channel drivers via ->indicate()
20 years ago
Mark Spencer f2bc3c61cc Make sure that we don't accept an answer on an inbound call and don't permit asterisk to answer an outbound call
20 years ago
Kevin P. Fleming 16f1acc37f use an enum for control frame types
20 years ago
Luigi Rizzo 93ad00ef06 mark a couple of dubious pieces of code
20 years ago
Mark Spencer 4d73c80fa1 Minor cleanup on dtmf calling (bug #7076)
20 years ago
BJ Weschke 085a4eaa04 Make the "Avoided Initial Deadlock for '....', X retries!" a LOG_DEBUG msg instead of LOG_WARNING as this only has relevance to developers trying to resolve a possible problem. #6949
20 years ago
Luigi Rizzo 5522238a7e remove useless variables, and argument checks for functions
20 years ago