summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
2006-07-07eliminate some pointer signedness warningsRussell Bryant
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationsKevin P. Fleming
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-23reduce indentationRussell Bryant
2006-06-22- move the increase of the use count to be after the possible failuresRussell Bryant
2006-06-21Fix timing issue (race) with poke/pong for very close peers that can cause a ...Joshua Colp
2006-06-18Merged revisions 34627 via svnmerge from Russell Bryant
2006-06-16Merged revisions 34400 via svnmerge from Joshua Colp
2006-06-14Merged revisions 34159-34160 via svnmerge from Kevin P. Fleming
2006-06-12Change a bit of logic in peer expiry back to the way it used to beJoshua Colp
2006-06-09Merged revisions 33297 via svnmerge from Joshua Colp
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...Joshua Colp
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07Merged revisions 32818 via svnmerge from Russell Bryant
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsRussell Bryant
2006-06-06Merged revisions 32566 via svnmerge from Kevin P. Fleming
2006-06-05Merged revisions 32373 via svnmerge from Kevin P. Fleming
2006-06-05revert the changes to allow chan_iax2 to use dnsmgr for registrations.Russell Bryant
2006-06-05Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can chan...Joshua Colp
2006-06-05Do not use ':' as a separator between arguments (kept around for 1.4 for back...Olle Johansson
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-30when we receive an IAX2 registration request with both a plaintext secret and...Kevin P. Fleming
2006-05-26Few more expire_registry changesJoshua Colp
2006-05-25only display a debug message if option_debug is in useRussell Bryant
2006-05-25Safely traverse the thread lists and wait until each thread is done before mo...Joshua Colp
2006-05-25Only get the low 16 bits if we actually have a message countJoshua Colp
2006-05-23Merged revisions 29849 via svnmerge from Russell Bryant
2006-05-20Merged revisions 28896 via svnmerge from Kevin P. Fleming
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...Tilghman Lesher
2006-05-18Fix receiving message count information from a remote IAX2 peer. (issue #7163...Joshua Colp
2006-05-17Merged revisions 27973 via svnmerge from Joshua Colp
2006-05-10and chan_iax2 gets smaller... remove the old jitterbufferKevin P. Fleming
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-05-10Allow media to go directly between IAX endpoints while signalling still Mark Spencer
2006-05-09minor cleanups and removal of duplicate prototypesKevin P. Fleming
2006-05-03Update chan_iax2 to use linkedlists.h for users and peers. Modify the way get...Joshua Colp
2006-04-30Merged revisions 23705 via svnmerge from Kevin P. Fleming
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-18simplify logic in iax2_bridge()Luigi Rizzo
2006-04-15Move a bit more stuff over to the datadir (issue #6967 reported by tzafrir pa...Joshua Colp
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11No need to do this in here any longer since the linkedlists macro is fixedJoshua Colp
2006-04-11Convert chan_iax2 to use linked lists for multithreading, and add dynamic thr...Joshua Colp
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-04-04chan_iax2 cleanups and optimizations (#6858)Matthew Fredrickson
2006-04-04adds manager event when an iax2 peer loses registration.Matt O'Gorman
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...Russell Bryant