summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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
2006-03-31- code formatting tweaksRussell Bryant
2006-03-31Merged revisions 16744 via svnmerge from Russell Bryant
2006-03-31Do not leave a thread in limbo if an error occurs, or if testing packet loss.Joshua Colp
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
2006-03-30Fix IAX2 multithreaded scheduling (issue #6840)Joshua Colp
2006-03-29oops! :)Russell Bryant
2006-03-29conversion from malloc to ast_mallocRussell Bryant
2006-03-28another batch of cli simplificationsLuigi Rizzo
2006-03-28Merged revisions 15703 via svnmerge from Russell Bryant
2006-03-28only display a debug message if iaxdebug is enabled as well (issue #6673)Russell Bryant
2006-03-28store f->callno in a local var (issue #6818)Russell Bryant
2006-03-28use proper file nameKevin P. Fleming
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...Kevin P. Fleming
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bMatt O'Gorman
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
2006-03-23compute scheduler thread timeout properlyKevin P. Fleming
2006-03-23commit file's work to convert iax2 multithreading to use pthread conditions i...Kevin P. Fleming
2006-03-20Don't overwrite ANI if it's already sent with IES (imported from 1.2 branch)Olle Johansson
2006-03-14deprecate the mailboxdetail option and always use its behavior, instead (issu...Russell Bryant
2006-03-14fix build without SCHED_MULTITHREADED defined (issue #6719)Russell Bryant
2006-03-09Make sure we clear our sched value before we actually schedule the Mark Spencer
2006-02-28Handle disappearing calls for registersMark Spencer
2006-02-28Merged revisions 11410 via svnmerge from Russell Bryant
2006-02-28fix some build issues on FreeBSD (issue #6614)Russell Bryant
2006-02-28OopsMark Spencer
2006-02-28Fix for GCC 3.2.2Mark Spencer
2006-02-28Make sure we clear up schedule numbers before we process schedule Mark Spencer
2006-02-28Keep track of the function we're in the middle of doingMark Spencer
2006-02-26Make IAX2 multithreadedMark Spencer