aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-01use string fields for some stuff in ast_channelkpfleming45-317/+306
const-ify some more APIs remove 'type' field from ast_channel, in favor of the one in the channel's tech structure allow string field module users to specify the 'chunk size' for pool allocations update chan_alsa to be compatible with recent const-ification patches git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9060 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01reports why an agi script errors out on openingmogorman1-1/+2
file git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9059 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01- Update URL to digium storeoej1-13/+17
- Remove X100p and S100u - Add mISDN - remove ISDN4Linux git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01Allows for user to uninstall asterisk binariesmogorman12-1/+58
bug 6177 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9052 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01- Removing the "README." from the name of the README files.oej38-37/+36
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9047 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01- Adding a doc/00README.1st with an INDEX over README filesoej9-0/+68
- Moving files from / to /doc or /configs - Renaming some documentation files Thank you for the initiative, manxpower! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9046 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-01- Clarify default setting of canreinvite (thanks royk)oej1-2/+18
- Add some extra headers and reference to other doc/ files for realtime git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9034 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31Optimize settings of defaults for a new peer object and make sureoej1-38/+39
we set the same defaults for autocreated peers and other peers. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9013 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31remove some more local declarations of null framesrussell4-14/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9004 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell11-64/+51
have to allocate one on the stack git-svn-id: http://svn.digium.com/svn/asterisk/trunk@9001 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31- Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to ↵oej1-27/+35
make room for more session-related flags This is needed for integrating patches in the bug tracker - Adding doxygen comments git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8991 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31- Change "prefs" to "default_prefs" and move declaration to "default" groupoej1-11/+12
- Add doxygen comments git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8976 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31Yes Virginia, Zaptel does support native ALAWkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8961 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31add a note to hopefully decrease the chance that someone forgets to incrementrussell1-0/+3
.cleancount after changing the ast_channel structure git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8949 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-31increment for recent ast_channel changekpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8948 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30reverting blocks 9 and 10 from revision 7547mogorman1-6/+1
fixes bug 6080 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8938 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30- Doxygen and comments updatesoej1-71/+81
- Moving structure declarations to top of file with the rest - Adding some forward declarations for RTP interface functions (All these changes to position in file are in preparation for splitting chan_sip up into several files at some point in the future) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8932 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Issue 5892: Set a minimum T1 timer for calls. Reporter: twistedoej2-1/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8926 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Issue #6035 - Don't send 403 on bad auth (correcting one of my old ↵oej1-2/+7
mistakes...) Reported by maik. Patch inspired by, but not the patch in the bug tracker. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8925 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Issue #5793 oej1-141/+108
- simplification of check_auth - constifications - whitespace changes Rizzo's patch with some changes git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Merged revisions 8905 via svnmerge from kpfleming1-0/+47
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8905 | kpfleming | 2006-01-30 11:08:28 -0600 (Mon, 30 Jan 2006) | 2 lines disable buggy PRI user-user code until it can be fixed ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8906 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Document installation changes for BSD users.oej1-0/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8896 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Bug 6378 - deprecate CHECK_MD5 functiontilghman2-0/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8883 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster4-166/+142
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8877 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-29don't use tone generation for DTMF if the channel driver only supports ↵kpfleming1-1/+2
begin/end (will need more work to translate non-variable events into begin/end events) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-29add channel-driver callbacks for variable length DTMFkpfleming2-2/+15
teach ast_write() to call those new callbacks git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8851 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-29make ast_read() able to handle channel read()/exception() methods that ↵kpfleming3-105/+141
return a chain of frames cleanup code in ast_read() add AST_FRAME_DTMF_BEGIN and AST_FRAME_DTMF_END so that variable-length DTMF events can be supported teach chan_zap to send DTMF_BEGIN and DTMF_END when appropriate git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28- Remove unused "resetinvite" variableoej1-5/+3
- Use TRUE/FALSE for fastrestart git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8835 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28Change booleans to TRUE/FALSE. oej1-47/+47
(At some point we should implement these as enums to simplify debugging) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8834 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28Doxygen updatesoej1-16/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8826 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28- Moving forward declarations to one blockoej1-36/+33
- Moving global variables to one block - Moving global networking variables to one block - Small whitespace changes - Renaming a few more global channel settings to global_ for clarity (No functional changes) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8825 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28Simplify code for building Call ID's, create generic random string functionoej1-25/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8823 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-28Blocking revision 8808 from trunk. It's already fixed in trunk.oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8809 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27Add rdnis rx/tx support to chan_iax2 (#6348)mattf1-0/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8799 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27Merged revisions 8785 via svnmerge from oej1-5/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8785 | oej | 2006-01-27 09:02:16 +0100 (Fri, 27 Jan 2006) | 2 lines Issue 6362 - Register without Contact: and Expires: fails (reporter: op) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8786 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27remove some more redundant flagsrussell1-5/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8779 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27add /usr/local/lib to SOLINK (issue #6323)russell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8778 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27Merged revisions 8758 via svnmerge from tilghman3-517/+926
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8758 | tilghman | 2006-01-26 18:52:12 -0600 (Thu, 26 Jan 2006) | 2 lines Bug 6072 - Revisions to the source bison and flex files don't auto-regenerate these files ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8768 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-27don't re-define the localuser struct for custom use inside the module (issue ↵russell1-12/+16
#6216) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8757 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26- Move two functions to static that wasn't for some reasonoej1-202/+211
- Add doxygen comments - Remove un-needed assignment at declaration of variable - Formatting fixes (whitespace) - Add optin_debug in front of complex debugging output - Move forward declarations of functions to top of file - Fix error message for bad allocation in sip registry (Note: Review to line 6050 in this too large file) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8750 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26don't redefine the localuser struct for additional use specific to the ↵russell1-7/+8
module (issue #6216) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8742 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Formatting fixes, speling eror fiksd ;-)oej1-13/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8741 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Issue #5954 revisited. Thanks rizzo.oej1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8731 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Merged revisions 8729 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8729 | russell | 2006-01-26 14:42:35 -0500 (Thu, 26 Jan 2006) | 2 lines fix problem with dtmf on e&m (issue #6364) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8730 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Code clean up, inspired by rizzo's comments in issue 5978. oej1-38/+39
- Don't check for ignore if ignore is always negative - Add comments to explain what's going on git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8728 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26store conference list using linked list macros (issue #6327)russell1-75/+51
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8727 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Add some debugging output when reloading, to be able to follow progress at ↵oej1-2/+32
high debug levels git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8712 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26Merged revisions 8710 via svnmerge from oej1-0/+13
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r8710 | oej | 2006-01-26 15:39:36 +0100 (Thu, 26 Jan 2006) | 2 lines Issue 5898: Registrations does not get deleted if there's an active SIP dialog ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8711 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-26string field manager improvements:kpfleming2-54/+81
use multiple memory blocks, instead of realloc(), ensuring that field pointers will never become invalid or change don't run vs(n)printf twice when doing a field build unless required git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8697 f38db490-d61c-443f-a65b-d21fe96a405b
2006-01-25use arg parsing macros for WaitExten and Background (issue #6185)russell1-56/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@8687 f38db490-d61c-443f-a65b-d21fe96a405b