aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Make sure safe_asterisk retains previous script defaultsmattf1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8587 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Updates from royk to safe_asterisk (#5207) Thanks!mattf1-14/+78
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8582 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Don't reset scheduled ID until we actually end the scheduled event.oej1-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8574 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24store the list of 'atexit' functions using linked list macros (issue #6329)russell1-24/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24convert ast_channel list to use linked list macros (issue #6338)russell2-59/+41
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8571 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Blocking fix from 1.2 from being applied again. oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Issue 6114: Don't hangup on bye/also if there's no channel. (gst)oej1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8561 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Issue #6093: Match realtime non-dynamic peers by IP. (siacali).oej1-5/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8560 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Make it clear that caller ID in sip.conf is used only on incoming calls ↵oej1-0/+1
(inspired by bug #6183) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8554 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Reverting change in revision 8539 - fixed wrong problem. Sorry.oej1-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8548 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Issue #6323, FreeBSD compatibility with compilation of func_odbc.c (reported ↵oej1-0/+6
by nulbyte) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8539 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Importing rev #8537 from 1.2, never send response to ACK (issue #6308)oej1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8538 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej3-12/+57
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8531 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24- Adding whitespace that I found unused outside oej1-11/+16
- Adding "if (option_debug)" before outputting to DEBUG channel git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Declaring conn and result static to avoid collission with realtime driver ↵oej1-3/+3
(issue 6336, pressureman) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8523 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24Whitespace change, extra <tab> added from my tab storage.oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8517 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-24- Adding doxygen commentsoej1-140/+153
- Changing default values set in reload_config to DEFAULT_ #defines to make it more clear what defaults are - Cleaning up global_ and default_ variable naming. - Moving variable and #defines together in the source, adding comments to explain sections Global_ is used for channel settings that does not apply to peers or users as defaults for their settings default_ is used both as a channel setting for unknown callers, as well as defaults for peers and users git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23code clean up and macro implementation from mogorman3-55/+76
bug 6247 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8505 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Remove redundant default default/global settings from declaration, settings ↵oej1-34/+35
are done in reload_config() git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8500 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23changed some settings to app_args and some codemogorman2-58/+55
cleaning patch 6267 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8495 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Remove more unused defines.oej1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8493 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Doxygen updatesoej1-17/+16
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs ↵oej1-1/+0
this for some reason, please tell me and I'll put it back :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8490 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23- Change "call" to "dialog" where use of "call" is confusing, since it may ↵oej1-23/+25
be a register transaction or a subscription. The word dialog is defined as "a peer-to-peer SIP relationship between two UAs that persist for some time" in RFC 3261. - Whitespace fixes - Debugging fixes (adding check of option_debug) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8489 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23- Debug output fixesoej1-5/+9
- Whitespace fixes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8483 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Doxygen updateoej1-4/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8482 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)oej1-0/+47
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8481 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23- Adding some white space from my white space reservoir oej1-183/+182
- Fixing some comment formatting (doxygen fix) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8471 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Use doxygen for todo's! :-)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Spelling fix undetected by kpfleming in rev 8150 ;-)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8464 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-23Remove javadoc doxygen format...oej1-7/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8463 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22fix memory leak from not freeing the list of queue members when freeing a queuerussell1-36/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8447 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8446 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22eliminate some compiler warningsrussell3-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22Merged revisions 8437 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8437 | russell | 2006-01-22 12:47:13 -0500 (Sun, 22 Jan 2006) | 2 lines fix MixMonitor crash (issue #6321, probably others) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8438 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22Bug 6312 - Macro janitortilghman1-103/+66
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8436 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22 Correct some scenarios where CALL_LIMIT could not be getting adjusted ↵bweschke1-1/+5
properly allowing chan_sip to send calls when it really shouldn't. Bug #6111 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8432 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22Bug 6262 - New function STRPTIMEtilghman1-0/+51
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8428 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit ↵tilghman2-6/+19
80-column screen. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22add 'show channeltype' CLI command (issue #6149, with small modifications)russell1-0/+81
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8422 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22prevent writing outside of the provided workspace when calculating arussell1-26/+23
substring (issue #6271) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8421 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-22git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8420 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8413 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21const-ify some fields in the ast_exten and ast_include structures (issue #6270)russell1-25/+26
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8411 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21- conversions to allocation wrappersrussell6-101/+51
- replace malloc/memset with ast_calloc - replace malloc/ast_copy_string with ast_strdup (based on patch from issue #6299) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8410 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21oops, don't build app_sql_postgres by default ...russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8409 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21- conversion to allocation wrappersrussell1-99/+73
- get rid of some compiler warnings due to usused variables and const-ification - remove some unnecessary uses of malloc/strncpy/free and replace with ast_strdupa (based on the patch from issue #6275) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8408 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21clean up formatting to conform to coding guidelines and fix some typos ↵russell2-306/+294
(issue #6260) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8404 ↵russell0-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-21on this pass, only remove duplicate log messagesrussell52-267/+78
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8403 f38db490-d61c-443f-a65b-d21fe96a405b