aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31- code formatting tweaksrussell1-27/+25
2006-03-31Merged revisions 16744 via svnmerge from russell1-20/+13
2006-03-31Do not leave a thread in limbo if an error occurs, or if testing packet loss.file1-3/+4
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-3/+3
2006-03-30Fix IAX2 multithreaded scheduling (issue #6840)file1-1/+1
2006-03-29oops! :)russell1-2/+2
2006-03-29conversion from malloc to ast_mallocrussell1-2/+2
2006-03-28another batch of cli simplificationsrizzo1-5/+3
2006-03-28Merged revisions 15703 via svnmerge from russell1-2/+3
2006-03-28only display a debug message if iaxdebug is enabled as well (issue #6673)russell1-1/+1
2006-03-28store f->callno in a local var (issue #6818)russell1-11/+13
2006-03-28use proper file namekpfleming1-2/+2
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...kpfleming1-2/+2
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-8/+8
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-21/+63
2006-03-23compute scheduler thread timeout properlykpfleming1-1/+4
2006-03-23commit file's work to convert iax2 multithreading to use pthread conditions i...kpfleming1-18/+46
2006-03-20Don't overwrite ANI if it's already sent with IES (imported from 1.2 branch)oej1-1/+2
2006-03-14deprecate the mailboxdetail option and always use its behavior, instead (issu...russell1-19/+9
2006-03-14fix build without SCHED_MULTITHREADED defined (issue #6719)russell1-0/+2
2006-03-09Make sure we clear our sched value before we actually schedule the markster1-2/+3
2006-02-28Handle disappearing calls for registersmarkster1-9/+16
2006-02-28Merged revisions 11410 via svnmerge from russell1-1/+1
2006-02-28fix some build issues on FreeBSD (issue #6614)russell1-1/+2
2006-02-28Oopsmarkster1-2/+2
2006-02-28Fix for GCC 3.2.2markster1-13/+17
2006-02-28Make sure we clear up schedule numbers before we process schedule markster1-4/+16
2006-02-28Keep track of the function we're in the middle of doingmarkster1-5/+34
2006-02-26Make IAX2 multithreadedmarkster1-52/+401
2006-02-23add 'consumed' argument to ast_get_time_t, so callers can know how many chara...kpfleming1-1/+1
2006-02-20Remove several uses of freed memorymarkster1-15/+25
2006-02-16add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug ...mogorman1-0/+3
2006-02-15add API function for parsing strings to time_t (issue #6320, with mods)kpfleming1-3/+2
2006-02-12major dialplan functions updatekpfleming1-16/+13
2006-02-11Merged revisions 9609 via svnmerge from russell1-0/+1
2006-02-11Make IAX2 not try to authenticate when registration info is not changingmarkster1-3/+7
2006-02-09Merged revisions 9246 via svnmerge from russell1-0/+1
2006-02-01use string fields for some stuff in ast_channelkpfleming1-15/+15
2006-01-31remove some more local declarations of null framesrussell1-2/+1
2006-01-27Add rdnis rx/tx support to chan_iax2 (#6348)mattf1-0/+8
2006-01-25don't queue a congestion frame on a channel that will be immediately hung up ...kpfleming1-17/+11
2006-01-21on this pass, only remove duplicate log messagesrussell1-7/+2
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-16/+32
2006-01-21remove some useless checks of the result of ast_strduparussell1-32/+16
2006-01-20Merged revisions 8320 via svnmerge from mogorman1-4/+6
2006-01-20Doxygen updatesoej1-17/+14
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-2/+2
2006-01-11convert some channels to use the memory allocation wrappers.russell1-104/+83
2006-01-09Merged revisions 7917 via svnmerge from kpfleming1-2/+3