aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-01-25don't queue a congestion frame on a channel that will be immediately hung up ...kpfleming1-17/+11
2006-01-25- Remove unused option to transmit_state_notifyoej1-7/+8
2006-01-25From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fo...oej2-9/+8
2006-01-25Issue #6349 - patch by markster, imported from 1.2oej1-5/+8
2006-01-25git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8620 f38db490-d61c-443f-...russell0-0/+0
2006-01-25don't leak almost 200 bytes for each new channel and store the activerussell1-22/+15
2006-01-25git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8610 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-25Merged revisions 8608 via svnmerge from kpfleming1-0/+1
2006-01-24remove extraneous characters from propertykpfleming0-0/+0
2006-01-24clean up remaining already-merged revisionskpfleming0-0/+0
2006-01-24git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8596 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-24Merged revisions 8173 via svnmerge from kpfleming1-470/+0
2006-01-24git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8594 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-24git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8593 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-24git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8592 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-24Merged revisions 8588 via svnmerge from kpfleming1-2/+4
2006-01-24git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8590 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-24git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8589 f38db490-d61c-443f-...kpfleming0-0/+0
2006-01-24Make sure safe_asterisk retains previous script defaultsmattf1-2/+2
2006-01-24Updates from royk to safe_asterisk (#5207) Thanks!mattf1-14/+78
2006-01-24Don't reset scheduled ID until we actually end the scheduled event.oej1-2/+8
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)russell1-24/+16
2006-01-24convert ast_channel list to use linked list macros (issue #6338)russell2-59/+41
2006-01-24Blocking fix from 1.2 from being applied again. oej0-0/+0
2006-01-24Issue 6114: Don't hangup on bye/also if there's no channel. (gst)oej1-2/+4
2006-01-24Issue #6093: Match realtime non-dynamic peers by IP. (siacali).oej1-5/+11
2006-01-24Make it clear that caller ID in sip.conf is used only on incoming calls (insp...oej1-0/+1
2006-01-24Reverting change in revision 8539 - fixed wrong problem. Sorry.oej1-6/+0
2006-01-24Issue #6323, FreeBSD compatibility with compilation of func_odbc.c (reported ...oej1-0/+6
2006-01-24Importing rev #8537 from 1.2, never send response to ACK (issue #6308)oej1-2/+4
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej3-12/+57
2006-01-24- Adding whitespace that I found unused outside oej1-11/+16
2006-01-24Declaring conn and result static to avoid collission with realtime driver (is...oej1-3/+3
2006-01-24Whitespace change, extra <tab> added from my tab storage.oej1-1/+1
2006-01-24- Adding doxygen commentsoej1-140/+153
2006-01-23code clean up and macro implementation from mogorman3-55/+76
2006-01-23Remove redundant default default/global settings from declaration, settings a...oej1-34/+35
2006-01-23changed some settings to app_args and some codemogorman2-58/+55
2006-01-23Remove more unused defines.oej1-3/+0
2006-01-23Doxygen updatesoej1-17/+16
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs th...oej1-1/+0
2006-01-23- Change "call" to "dialog" where use of "call" is confusing, since it may be...oej1-23/+25
2006-01-23- Debug output fixesoej1-5/+9
2006-01-23Doxygen updateoej1-4/+6
2006-01-23Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)oej1-0/+47
2006-01-23- Adding some white space from my white space reservoir oej1-183/+182
2006-01-23Use doxygen for todo's! :-)oej1-1/+1
2006-01-23Spelling fix undetected by kpfleming in rev 8150 ;-)oej1-1/+1
2006-01-23Remove javadoc doxygen format...oej1-7/+7
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32