aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-11And now the trunk version! Add an option for IAX2 users that allows you to se...file1-7/+77
2006-07-10Remove BRIDGE_OPTIMIZATION since it is deprecated or obsolete (take your pick)file1-295/+108
2006-07-07eliminate some pointer signedness warningsrussell1-1/+1
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-07-03Blocked revisions 36725 via svnmergerussell1-6/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-4/+4
2006-06-23reduce indentationrussell1-48/+55
2006-06-22- move the increase of the use count to be after the possible failuresrussell1-6/+6
2006-06-21Fix timing issue (race) with poke/pong for very close peers that can cause a ...file1-12/+21
2006-06-18Merged revisions 34627 via svnmerge from russell1-5/+1
2006-06-16Merged revisions 34400 via svnmerge from file1-0/+1
2006-06-14Merged revisions 34159-34160 via svnmerge from kpfleming1-37/+25
2006-06-12Change a bit of logic in peer expiry back to the way it used to befile1-5/+2
2006-06-09Merged revisions 33297 via svnmerge from file1-2/+0
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...file1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-06-07Merged revisions 32818 via svnmerge from russell1-4/+4
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell1-10/+36
2006-06-06Merged revisions 32566 via svnmerge from kpfleming1-12/+19
2006-06-05Merged revisions 32373 via svnmerge from kpfleming1-26/+37
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.russell1-47/+38
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...file1-38/+47
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...oej1-2/+4
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesrussell1-0/+1
2006-05-30when we receive an IAX2 registration request with both a plaintext secret and...kpfleming1-10/+10
2006-05-26Few more expire_registry changesfile1-5/+3
2006-05-25only display a debug message if option_debug is in userussell1-0/+1
2006-05-25Safely traverse the thread lists and wait until each thread is done before mo...file1-5/+16
2006-05-25Only get the low 16 bits if we actually have a message countfile1-2/+3
2006-05-23Merged revisions 29849 via svnmerge from russell1-0/+1
2006-05-20Merged revisions 28896 via svnmerge from kpfleming1-445/+445
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-1/+1
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...file1-6/+6
2006-05-17Merged revisions 27973 via svnmerge from file1-17/+25
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferkpfleming1-373/+20
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-14/+10