summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...Kevin P. Fleming
2006-02-20Remove several uses of freed memoryMark Spencer
2006-02-16add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug ...Matt O'Gorman
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-02-11Make IAX2 not try to authenticate when registration info is not changingMark Spencer
2006-02-09Merged revisions 9246 via svnmerge from Russell Bryant
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31remove some more local declarations of null framesRussell Bryant
2006-01-27Add rdnis rx/tx support to chan_iax2 (#6348)Matthew Fredrickson