aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-18Put thread into proper list if we abort handling due to an error, and also ho...file1-15/+24
2006-12-15Hold call structure lock in places where a qualify or peer action can destroy...file1-2/+12
2006-12-15Lock network retransmission queue in all places that it is used.file1-0/+8
2006-12-15Use a wakeup variable so that we don't wait on IO indefinitely if packets nee...file1-3/+6
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-32/+34
2006-11-30Merged revisions 48157 via svnmerge from file1-1/+1
2006-11-12Merged revisions 47496 via svnmerge from russell1-4/+4
2006-11-10Discussion of these CLI changes resulted in more consistency (Bug 8236)tilghman1-18/+18
2006-11-07These mods are to solve the problem in bug 7506. It's a lot of rework to solv...murf1-7/+3
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-55/+27
2006-11-01It's another round of chan_iax2 fixes! Should hopefully fix the deadlock issu...file1-18/+18
2006-10-30We need to lock the pvt structure during retransmission as another worker thr...file1-1/+2
2006-10-25apparently developers are still not aware that they should be use ast_copy_st...kpfleming1-5/+3
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-1/+2
2006-10-24We need to initialize our scheduler pthread condition... yes.file1-0/+2
2006-10-17optimize the 'quick response' code a bit more... no more malloc() or memset()...kpfleming1-6/+6
2006-10-13Merged revisions 45048 via svnmerge from kpfleming1-0/+3
2006-10-09iaxs[callno] may go away if we try to avoid the deadlockfile1-1/+2
2006-10-09Properly avoid a collision with iax2_hangup (issue #8115 reported by vazir)file1-11/+5
2006-10-04update thread creation code a bitkpfleming1-3/+3
2006-10-02Don't use Channel when you're not talking about a channel :)markster1-2/+2
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file1-1/+1
2006-09-28Make sure the pvt exists before accessing it again as it may have gone away (...file1-1/+1
2006-09-27Get rid of two functions from a time now past (we THINK these are from pre-re...file1-33/+17
2006-09-24Merged revisions 43552 via svnmerge from russell1-1/+3
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-6/+6
2006-09-18merge qwell's CLI verbification workkpfleming1-67/+209
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-50/+150
2006-09-16Merged revisions 43019 via svnmerge from tilghman1-0/+2
2006-09-06Merged revisions 42086 via svnmerge from file1-6/+13
2006-08-31everything that loads a config that needs a config file to runmogorman1-1/+2
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+11
2006-08-29Limit challenges to 9 digits in lengthfile1-2/+6
2006-08-29Merge team/russell/frame_cachingrussell1-84/+58
2006-08-25don't seg fault when using dbsecretrussell1-2/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+9
2006-08-08Merge team/russell/ast_verbose_threadstoragerussell1-10/+1
2006-08-07This commit folds in changes to both stringfields (some enhancements to the ....murf1-154/+199
2006-08-05Merged revisions 38903-38904 via svnmerge from russell1-7/+12
2006-08-05It is better to hold a lock then not hold a lock when you are supposed to.file1-2/+2
2006-08-04Minor optimization but use a linkedlists.h macro that pops the head off the l...file1-5/+2
2006-07-27Merged revisions 38328 via svnmerge from russell1-1/+10
2006-07-22use ast_atomic_fetchadd_int in chan_zap, sip, and iax2 for usecount handlingrussell1-11/+4
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-106/+78
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...kpfleming1-9/+60
2006-07-19Merged revisions 37949 via svnmerge from kpfleming1-1/+3
2006-07-14There was an issue with ADSI and iax2, where on an iaxy with a normal phone c...north1-1/+21
2006-07-12G726-32 changes:kpfleming1-7/+8
2006-07-12Merged revisions 37439 via svnmerge from file1-0/+6
2006-07-12Merged revisions 37419 via svnmerge from kpfleming1-12/+0