summaryrefslogtreecommitdiff
path: root/channels/chan_iax2.c
AgeCommit message (Expand)Author
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
2006-01-25don't queue a congestion frame on a channel that will be immediately hung up ...Kevin P. Fleming
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove some useless checks of the result of ast_strdupaRussell Bryant
2006-01-20Merged revisions 8320 via svnmerge from Matt O'Gorman
2006-01-20Doxygen updatesOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-11convert some channels to use the memory allocation wrappers.Russell Bryant
2006-01-09Merged revisions 7917 via svnmerge from Kevin P. Fleming
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-02 Fix compiler warnings.BJ Weschke
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-27avoid unneeded calls to strlen in iax2 completion functionsRussell Bryant
2005-12-26Merged revisions 7634 via svnmerge from Russell Bryant
2005-12-20Fix reload of peer contexts (bug #6007)Mark Spencer
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-21fix port number handling in peer building functionsKevin P. Fleming
2005-11-21fix a bug found during a recent upgradeKevin P. Fleming
2005-11-21issue #5815Russell Bryant
2005-11-21issue #5794Russell Bryant
2005-11-20issue #5792Josh Roberson
2005-11-12Fix build on FreeBSD 4.11Mark Spencer
2005-11-12fix typoKevin P. Fleming
2005-11-11issue #5713Kevin P. Fleming
2005-11-10issue #5693Kevin P. Fleming
2005-11-10issue #5685Kevin P. Fleming