[asterisk-commits] branch mogorman/asterisk-xmpp r10510 - in
/team/mogorman/asterisk-xmpp: ./ ag...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Feb 19 21:32:26 MST 2006
Author: mogorman
Date: Sun Feb 19 22:26:58 2006
New Revision: 10510
URL: http://svn.digium.com/view/asterisk?rev=10510&view=rev
Log:
Merged revisions 8664-8665,8667,8676,8678,8687,8697,8711-8712,8727-8728,8730-8731,8741-8742,8750,8757,8768,8778-8779,8786,8799,8809,8823,8825-8826,8834-8835,8850-8852,8877,8883,8896,8906,8919,8925-8926,8932,8938,8948-8949,8961,8976,8991,9001,9004,9013,9034,9046-9047,9052,9057,9059-9060,9065,9071-9072,9085,9087-9088,9104-9107,9113-9114,9116,9119,9123-9124,9138-9139,9150,9157,9163,9166,9186,9194,9215,9223,9225,9238-9239,9247-9248,9259-9261,9263,9292,9294,9309-9310,9324,9327,9349,9364,9378,9391,9405,9423,9436,9449-9452,9468-9469,9471-9472,9490,9506-9508,9529,9548-9549,9551-9552,9564-9569,9582,9585-9586,9601,9608,9610,9628-9629,9643-9644,9658,9674,9691,9704,9718-9719,9732,9757-9759,9783,9800-9801,9819,9844,9882,9900,9918,9935,9954-9957,9959-9960,9962-9963,9988-9989,9991,9993-9994,10019-10020,10046-10047,10064-10067,10084-10088,10105-10107,10109,10111-10113,10122,10138-10142,10163,10179,10195,10209,10223,10225,10227,10241,10255,10271,10286-10287,10302,10323,10338-10339,10353-10354,10369,10392,10410,10432,10447,10463,10465,10488 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r8664 | russell | 2006-01-25 12:12:55 -0600 (Wed, 25 Jan 2006) | 2 lines
store agent_pvt list using linked list macros (issue #6342)
................
r8665 | russell | 2006-01-25 12:24:32 -0600 (Wed, 25 Jan 2006) | 3 lines
store feature_pvt list using linked list macros
(issue #6351, with additional changes to prevent a memory leak in unload_module)
................
r8667 | russell | 2006-01-25 12:41:12 -0600 (Wed, 25 Jan 2006) | 1 line
................
r8676 | russell | 2006-01-25 13:06:37 -0600 (Wed, 25 Jan 2006) | 2 lines
use arg parsing macros in the AGENT dialplan function (issue #6236, with small mods)
................
r8678 | russell | 2006-01-25 13:16:14 -0600 (Wed, 25 Jan 2006) | 11 lines
Merged revisions 8677 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r8677 | russell | 2006-01-25 14:14:43 -0500 (Wed, 25 Jan 2006) | 3 lines
don't call ast_update_realtime with uninitialized variables if we get a
registration with an expirey of 0 seconds (issue #6173)
........
................
r8687 | russell | 2006-01-25 14:02:12 -0600 (Wed, 25 Jan 2006) | 2 lines
use arg parsing macros for WaitExten and Background (issue #6185)
................
r8697 | kpfleming | 2006-01-25 22:00:05 -0600 (Wed, 25 Jan 2006) | 4 lines
string field manager improvements:
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
................
r8711 | oej | 2006-01-26 08:44:23 -0600 (Thu, 26 Jan 2006) | 10 lines
Merged revisions 8710 via svnmerge from
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
........
................
r8712 | oej | 2006-01-26 08:59:33 -0600 (Thu, 26 Jan 2006) | 2 lines
Add some debugging output when reloading, to be able to follow progress at high debug levels
................
r8727 | russell | 2006-01-26 13:33:27 -0600 (Thu, 26 Jan 2006) | 2 lines
store conference list using linked list macros (issue #6327)
................
r8728 | oej | 2006-01-26 13:38:11 -0600 (Thu, 26 Jan 2006) | 4 lines
Code clean up, inspired by rizzo's comments in issue 5978.
- Don't check for ignore if ignore is always negative
- Add comments to explain what's going on
................
r8730 | russell | 2006-01-26 13:44:16 -0600 (Thu, 26 Jan 2006) | 10 lines
Merged revisions 8729 via svnmerge from
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)
........
................
r8731 | oej | 2006-01-26 13:47:40 -0600 (Thu, 26 Jan 2006) | 2 lines
Issue #5954 revisited. Thanks rizzo.
................
r8741 | oej | 2006-01-26 14:08:53 -0600 (Thu, 26 Jan 2006) | 2 lines
Formatting fixes, speling eror fiksd ;-)
................
r8742 | russell | 2006-01-26 14:28:52 -0600 (Thu, 26 Jan 2006) | 2 lines
don't redefine the localuser struct for additional use specific to the module (issue #6216)
................
r8750 | oej | 2006-01-26 15:36:41 -0600 (Thu, 26 Jan 2006) | 9 lines
- Move two functions to static that wasn't for some reason
- 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)
................
r8757 | russell | 2006-01-26 18:31:05 -0600 (Thu, 26 Jan 2006) | 2 lines
don't re-define the localuser struct for custom use inside the module (issue #6216)
................
r8768 | tilghman | 2006-01-26 19:04:03 -0600 (Thu, 26 Jan 2006) | 11 lines
Merged revisions 8758 via svnmerge from
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
........
................
r8778 | russell | 2006-01-26 23:33:20 -0600 (Thu, 26 Jan 2006) | 2 lines
add /usr/local/lib to SOLINK (issue #6323)
................
r8779 | russell | 2006-01-26 23:39:20 -0600 (Thu, 26 Jan 2006) | 2 lines
remove some more redundant flags
................
r8786 | oej | 2006-01-27 02:07:43 -0600 (Fri, 27 Jan 2006) | 10 lines
Merged revisions 8785 via svnmerge from
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)
........
................
r8799 | mattf | 2006-01-27 17:55:37 -0600 (Fri, 27 Jan 2006) | 2 lines
Add rdnis rx/tx support to chan_iax2 (#6348)
................
r8809 | oej | 2006-01-28 07:54:25 -0600 (Sat, 28 Jan 2006) | 2 lines
Blocking revision 8808 from trunk. It's already fixed in trunk.
................
r8823 | oej | 2006-01-28 09:02:29 -0600 (Sat, 28 Jan 2006) | 2 lines
Simplify code for building Call ID's, create generic random string function
................
r8825 | oej | 2006-01-28 09:28:58 -0600 (Sat, 28 Jan 2006) | 7 lines
- Moving forward declarations to one block
- 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)
................
r8826 | oej | 2006-01-28 09:34:27 -0600 (Sat, 28 Jan 2006) | 2 lines
Doxygen updates
................
r8834 | oej | 2006-01-28 11:00:05 -0600 (Sat, 28 Jan 2006) | 3 lines
Change booleans to TRUE/FALSE.
(At some point we should implement these as enums to simplify debugging)
................
r8835 | oej | 2006-01-28 11:17:37 -0600 (Sat, 28 Jan 2006) | 3 lines
- Remove unused "resetinvite" variable
- Use TRUE/FALSE for fastrestart
................
r8850 | kpfleming | 2006-01-28 23:07:04 -0600 (Sat, 28 Jan 2006) | 5 lines
make ast_read() able to handle channel read()/exception() methods that 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
................
r8851 | kpfleming | 2006-01-28 23:15:24 -0600 (Sat, 28 Jan 2006) | 3 lines
add channel-driver callbacks for variable length DTMF
teach ast_write() to call those new callbacks
................
r8852 | kpfleming | 2006-01-28 23:29:29 -0600 (Sat, 28 Jan 2006) | 2 lines
don't use tone generation for DTMF if the channel driver only supports begin/end (will need more work to translate non-variable events into begin/end events)
................
r8877 | markster | 2006-01-29 21:13:33 -0600 (Sun, 29 Jan 2006) | 2 lines
Merge Rizzo's waitfor update (bug #4584)
................
r8883 | tilghman | 2006-01-30 00:07:05 -0600 (Mon, 30 Jan 2006) | 2 lines
Bug 6378 - deprecate CHECK_MD5 function
................
r8896 | oej | 2006-01-30 08:12:39 -0600 (Mon, 30 Jan 2006) | 2 lines
Document installation changes for BSD users.
................
r8906 | kpfleming | 2006-01-30 11:09:55 -0600 (Mon, 30 Jan 2006) | 10 lines
Merged revisions 8905 via svnmerge from
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
........
................
r8919 | oej | 2006-01-30 12:51:02 -0600 (Mon, 30 Jan 2006) | 6 lines
Issue #5793
- simplification of check_auth
- constifications
- whitespace changes
Rizzo's patch with some changes
................
r8925 | oej | 2006-01-30 13:09:08 -0600 (Mon, 30 Jan 2006) | 3 lines
Issue #6035 - Don't send 403 on bad auth (correcting one of my old mistakes...) Reported by maik.
Patch inspired by, but not the patch in the bug tracker.
................
r8926 | oej | 2006-01-30 13:50:39 -0600 (Mon, 30 Jan 2006) | 2 lines
Issue 5892: Set a minimum T1 timer for calls. Reporter: twisted
................
r8932 | oej | 2006-01-30 14:36:38 -0600 (Mon, 30 Jan 2006) | 8 lines
- Doxygen and comments updates
- 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)
................
r8938 | mogorman | 2006-01-30 15:16:43 -0600 (Mon, 30 Jan 2006) | 3 lines
reverting blocks 9 and 10 from revision 7547
fixes bug 6080
................
r8948 | kpfleming | 2006-01-30 18:17:43 -0600 (Mon, 30 Jan 2006) | 2 lines
increment for recent ast_channel change
................
r8949 | russell | 2006-01-30 18:24:34 -0600 (Mon, 30 Jan 2006) | 3 lines
add a note to hopefully decrease the chance that someone forgets to increment
.cleancount after changing the ast_channel structure
................
r8961 | kpfleming | 2006-01-30 21:45:09 -0600 (Mon, 30 Jan 2006) | 2 lines
Yes Virginia, Zaptel does support native ALAW
................
r8976 | oej | 2006-01-31 08:30:09 -0600 (Tue, 31 Jan 2006) | 3 lines
- Change "prefs" to "default_prefs" and move declaration to "default" group
- Add doxygen comments
................
r8991 | oej | 2006-01-31 10:02:35 -0600 (Tue, 31 Jan 2006) | 4 lines
- Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to make room for more session-related flags
This is needed for integrating patches in the bug tracker
- Adding doxygen comments
................
r9001 | russell | 2006-01-31 11:18:58 -0600 (Tue, 31 Jan 2006) | 3 lines
define a global null_frame object so when queueing a null frame, you don't
have to allocate one on the stack
................
r9004 | russell | 2006-01-31 11:57:12 -0600 (Tue, 31 Jan 2006) | 2 lines
remove some more local declarations of null frames
................
r9013 | oej | 2006-01-31 12:40:07 -0600 (Tue, 31 Jan 2006) | 3 lines
Optimize settings of defaults for a new peer object and make sure
we set the same defaults for autocreated peers and other peers.
................
r9034 | oej | 2006-02-01 07:23:59 -0600 (Wed, 01 Feb 2006) | 3 lines
- Clarify default setting of canreinvite (thanks royk)
- Add some extra headers and reference to other doc/ files for realtime
................
r9046 | oej | 2006-02-01 11:16:08 -0600 (Wed, 01 Feb 2006) | 6 lines
- Adding a doc/00README.1st with an INDEX over README files
- Moving files from / to /doc or /configs
- Renaming some documentation files
Thank you for the initiative, manxpower!
................
r9047 | oej | 2006-02-01 11:49:02 -0600 (Wed, 01 Feb 2006) | 3 lines
- Removing the "README." from the name of the README files.
................
r9052 | mogorman | 2006-02-01 12:39:41 -0600 (Wed, 01 Feb 2006) | 3 lines
Allows for user to uninstall asterisk binaries
bug 6177
................
r9057 | oej | 2006-02-01 13:16:09 -0600 (Wed, 01 Feb 2006) | 5 lines
- Update URL to digium store
- Remove X100p and S100u
- Add mISDN
- remove ISDN4Linux
................
r9059 | mogorman | 2006-02-01 14:40:45 -0600 (Wed, 01 Feb 2006) | 3 lines
reports why an agi script errors out on opening
file
................
r9060 | kpfleming | 2006-02-01 17:05:28 -0600 (Wed, 01 Feb 2006) | 6 lines
use string fields for some stuff in ast_channel
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
................
r9065 | oej | 2006-02-02 08:04:29 -0600 (Thu, 02 Feb 2006) | 2 lines
Issue #6383 - Crash on CLI originate with missing channel argument
................
r9071 | mattf | 2006-02-02 10:09:01 -0600 (Thu, 02 Feb 2006) | 2 lines
Fix for very unlikely memory leak in res_odbc
................
r9072 | mattf | 2006-02-02 10:09:38 -0600 (Thu, 02 Feb 2006) | 2 lines
Fix so that hardhdlc works w/ chan_zap
................
r9085 | mattf | 2006-02-02 12:33:23 -0600 (Thu, 02 Feb 2006) | 2 lines
More stringfield related changes
................
r9087 | kpfleming | 2006-02-02 12:40:06 -0600 (Thu, 02 Feb 2006) | 2 lines
block patch that has already been merged
................
r9088 | kpfleming | 2006-02-02 12:40:22 -0600 (Thu, 02 Feb 2006) | 10 lines
Merged revisions 9086 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9086 | kpfleming | 2006-02-02 12:37:04 -0600 (Thu, 02 Feb 2006) | 2 lines
don't override ASTERISKVERSIONNUM to 000000 for non-svn builds
........
................
r9104 | oej | 2006-02-02 14:18:31 -0600 (Thu, 02 Feb 2006) | 3 lines
- Make debug logging for each authentication (twice per call) optional
- Small update to doxygen comment
................
r9105 | oej | 2006-02-02 14:28:57 -0600 (Thu, 02 Feb 2006) | 3 lines
- Add doxygen docs on return values on check_user_full()
- Simplify code in handle_request_subscribe (mailbox subscription)
................
r9106 | mattf | 2006-02-02 14:50:29 -0600 (Thu, 02 Feb 2006) | 1 line
................
r9107 | oej | 2006-02-02 14:51:08 -0600 (Thu, 02 Feb 2006) | 3 lines
- Remove "frame relay" from chan_sip !
- Add some comments for the monitoring thread
................
r9113 | mattf | 2006-02-02 15:02:19 -0600 (Thu, 02 Feb 2006) | 2 lines
Fix w/ string field updates #6397
................
r9114 | crichter | 2006-02-02 15:15:34 -0600 (Thu, 02 Feb 2006) | 19 lines
* removed unnecessary struct elements and functions
* fixed "RETRIEVE does not work" bug
* fixed some NT Mode bugs
* removed some // comments
* added configureable jitterbuffer
* removed own tone-generator, and use asterisks instead, to support
asterisks indications
* added more support for hw-bridging, we bridge now every possible call
* fixed some hdlc mode issues, with a patch for chan_zap we can make
data calls between chan_zap and chan_misdn now
* completely reworked the config engine, works like a charm now
* fixed SetCallerPres - bug
* added Progress and Proceeding passing
* optimized Ringing Indication handling
* added full ast_send_text support (you can setup nice menus with the dialplan
now)
* added support to read /etc/misdn-init.conf to clarify the NT+PTP Problem
* we compile now channels/misdn if mISDNuser is installed systemwide
................
r9116 | crichter | 2006-02-02 15:25:37 -0600 (Thu, 02 Feb 2006) | 1 line
updated the misdn documentation
................
r9119 | kpfleming | 2006-02-02 15:49:36 -0600 (Thu, 02 Feb 2006) | 2 lines
updates to compile against current trunk
................
r9123 | kpfleming | 2006-02-02 16:05:47 -0600 (Thu, 02 Feb 2006) | 2 lines
make chan_misdn build on x86-64
................
r9124 | kpfleming | 2006-02-02 16:23:00 -0600 (Thu, 02 Feb 2006) | 2 lines
remove obsolete stuff
................
r9138 | tilghman | 2006-02-03 16:37:29 -0600 (Fri, 03 Feb 2006) | 2 lines
Bug 6322 - Implementation of SHA1 in Asterisk (plus dialplan function to use it)
................
r9139 | bweschke | 2006-02-03 16:38:38 -0600 (Fri, 03 Feb 2006) | 3 lines
Don't set a global variable if the channel you're trying to set CHANLOCALSTATUS on has gone away already.
................
r9150 | russell | 2006-02-04 10:32:27 -0600 (Sat, 04 Feb 2006) | 2 lines
remove windows-style line endings
................
r9157 | tilghman | 2006-02-05 11:20:29 -0600 (Sun, 05 Feb 2006) | 10 lines
Merged revisions 9156 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9156 | tilghman | 2006-02-05 11:10:19 -0600 (Sun, 05 Feb 2006) | 2 lines
Bug 6176 - Fix race condition
........
................
r9163 | kpfleming | 2006-02-06 14:18:17 -0600 (Mon, 06 Feb 2006) | 2 lines
rename properties for forward-porting fixes so they don't conflict with developer branches
................
r9166 | kpfleming | 2006-02-06 14:30:49 -0600 (Mon, 06 Feb 2006) | 2 lines
minor cleanup
................
r9186 | crichter | 2006-02-07 07:34:59 -0600 (Tue, 07 Feb 2006) | 1 line
default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.
................
r9194 | mattf | 2006-02-07 12:00:42 -0600 (Tue, 07 Feb 2006) | 2 lines
Make sure we output the APDU debug on pri debug commands
................
r9215 | crichter | 2006-02-08 10:10:21 -0600 (Wed, 08 Feb 2006) | 8 lines
* dozens of white-space removements
* some // comment removements
* debugging optimization, use port where possible
* fixed pickup problem (pickup didn't work anymore after mqueue)
* removed some mIDSN_JOLLY defines which are not needed anymore in mqueue
* adapted the new cli.h constifications
................
r9223 | crichter | 2006-02-08 13:39:37 -0600 (Wed, 08 Feb 2006) | 1 line
L2 Signalling in PTP-TE Mode fixed
................
r9225 | crichter | 2006-02-08 13:51:53 -0600 (Wed, 08 Feb 2006) | 1 line
fix for the L2 Signalling
................
r9238 | tilghman | 2006-02-08 17:10:39 -0600 (Wed, 08 Feb 2006) | 10 lines
Merged revisions 9233 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9233 | tilghman | 2006-02-08 16:34:38 -0600 (Wed, 08 Feb 2006) | 2 lines
Leave it to RH/CentOS to put the freetds headers in a completely nonstandard location.
........
................
r9239 | mogorman | 2006-02-08 17:14:17 -0600 (Wed, 08 Feb 2006) | 12 lines
Merged revisions 9232 via svnmerge from
https://svn.digium.com/svn/asterisk/branches/1.2
........
r9232 | mogorman | 2006-02-08 16:12:34 -0600 (Wed, 08 Feb 2006) | 4 lines
Make logger report error,warning,notice if logger.conf
not found, also updated chan_oss to give correct
error message if its config file is not found.
........
................
r9247 | russell | 2006-02-08 19:33:50 -0600 (Wed, 08 Feb 2006) | 10 lines
Merged revisions 9246 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9246 | russell | 2006-02-08 20:24:55 -0500 (Wed, 08 Feb 2006) | 2 lines
reload peercontext on iax2 reload (issue #6442)
........
................
r9248 | russell | 2006-02-08 19:52:09 -0600 (Wed, 08 Feb 2006) | 2 lines
clarify return value (issue #6434)
................
r9259 | russell | 2006-02-08 20:08:04 -0600 (Wed, 08 Feb 2006) | 4 lines
various code cleanup changes including changing #define'd constants to enums,
comments to doxygen style, memory allocation to use ast_ wrappers, use calloc
instead of malloc+memset, and removing duplicated error messages (issue #6435)
................
r9260 | russell | 2006-02-08 20:21:57 -0600 (Wed, 08 Feb 2006) | 3 lines
remove unnecessary format check in zt_request so that we will actually accept
a requested format of ALAW (issue #6421, different patch)
................
r9261 | russell | 2006-02-08 20:27:30 -0600 (Wed, 08 Feb 2006) | 2 lines
remove some Makefile targets for things that don't exist in the tree
................
r9263 | russell | 2006-02-08 20:35:34 -0600 (Wed, 08 Feb 2006) | 1 line
................
r9292 | oej | 2006-02-09 09:25:34 -0600 (Thu, 09 Feb 2006) | 7 lines
- Adding example on using european time zones in voicemail.conf
- Moving the timezone section to below the documentation section
Example written and contributed by Henrik Olsen, Astricon Training student.
Thanks!
................
r9294 | oej | 2006-02-09 09:40:53 -0600 (Thu, 09 Feb 2006) | 2 lines
- Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.
................
r9309 | crichter | 2006-02-09 10:58:13 -0600 (Thu, 09 Feb 2006) | 1 line
still some L1 related fixes
................
r9310 | russell | 2006-02-09 10:59:50 -0600 (Thu, 09 Feb 2006) | 3 lines
conversions to memory allocation wrappers, remove duplicated error messages,
remove unnecessary casts, malloc+memset to calloc (issue #6395)
................
r9324 | tilghman | 2006-02-09 15:08:29 -0600 (Thu, 09 Feb 2006) | 9 lines
Blocked revisions 9323 via svnmerge
........
r9323 | tilghman | 2006-02-09 15:02:05 -0600 (Thu, 09 Feb 2006) | 2 lines
Backport 5929 to 1.2
........
................
r9327 | tilghman | 2006-02-09 15:11:13 -0600 (Thu, 09 Feb 2006) | 9 lines
Blocked revisions 9326 via svnmerge
........
r9326 | tilghman | 2006-02-09 15:10:10 -0600 (Thu, 09 Feb 2006) | 2 lines
Revert behavior change from previous commit (fixes only)
........
................
r9349 | tilghman | 2006-02-09 18:20:43 -0600 (Thu, 09 Feb 2006) | 2 lines
Bug 6387 - janitor cleanup for linked lists
................
r9364 | crichter | 2006-02-10 04:10:58 -0600 (Fri, 10 Feb 2006) | 1 line
added Proceeding state, to be more ETSI conform with outgoing setups on the Network side (no release_complete but disconnect or release in proceeding state)
................
r9378 | crichter | 2006-02-10 08:17:28 -0600 (Fri, 10 Feb 2006) | 4 lines
* jb can be configed by misdn_set_opt
* reload does misdn_reload as well
................
r9391 | kpfleming | 2006-02-10 10:33:47 -0600 (Fri, 10 Feb 2006) | 2 lines
restore 'rfc2833' naming for DTMF mode in chan_sip
................
r9405 | kpfleming | 2006-02-10 14:40:00 -0600 (Fri, 10 Feb 2006) | 10 lines
Merged revisions 9404 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9404 | kpfleming | 2006-02-10 14:38:59 -0600 (Fri, 10 Feb 2006) | 2 lines
don't create monitor threads in detached mode, when we need to be able to pthread_join() them later if the module is unloaded (solve crash-on-unload problem for these channel modules)
........
................
r9423 | mattf | 2006-02-10 15:50:56 -0600 (Fri, 10 Feb 2006) | 2 lines
Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
................
r9436 | mattf | 2006-02-10 16:45:03 -0600 (Fri, 10 Feb 2006) | 2 lines
Minor bugfix for #6386
................
r9449 | mattf | 2006-02-10 17:19:05 -0600 (Fri, 10 Feb 2006) | 2 lines
Add boost gain option to microphone, also minor bug fixes (#6388)
................
r9450 | mattf | 2006-02-10 17:37:27 -0600 (Fri, 10 Feb 2006) | 2 lines
Lots of little fixes for doing MSVC compiling codecs in windows (#6022)
................
r9451 | kpfleming | 2006-02-10 17:55:47 -0600 (Fri, 10 Feb 2006) | 9 lines
clean up SMDI support commit:
copyright header format and dates
code formatting and guidelines conformance
use of timeval wrapper functions
use of memory allocation wrappers
propery unref created interface objects during config load
document new variable set by chan_zap in doc/channelvariables.txt
remove useless 'extern' on function prototypes and definitions
................
r9452 | kpfleming | 2006-02-10 17:58:11 -0600 (Fri, 10 Feb 2006) | 2 lines
one more copyright/file header and version string support
................
r9468 | kpfleming | 2006-02-10 21:13:25 -0600 (Fri, 10 Feb 2006) | 2 lines
fix compiler warnings
................
r9469 | kpfleming | 2006-02-10 21:14:05 -0600 (Fri, 10 Feb 2006) | 2 lines
build function modules independently (no more pbx_functions.so)
................
r9471 | kpfleming | 2006-02-10 21:21:09 -0600 (Fri, 10 Feb 2006) | 2 lines
remove last vestiges of pbx_functions
................
r9472 | kpfleming | 2006-02-10 21:28:59 -0600 (Fri, 10 Feb 2006) | 2 lines
doh!
................
r9490 | kpfleming | 2006-02-10 22:02:50 -0600 (Fri, 10 Feb 2006) | 2 lines
ignore archives in this directory
................
r9506 | markster | 2006-02-11 01:05:49 -0600 (Sat, 11 Feb 2006) | 2 lines
Fix SMDI to not blow up asterisk when there's no config file.
................
r9507 | markster | 2006-02-11 01:06:23 -0600 (Sat, 11 Feb 2006) | 2 lines
Make IAX2 not try to authenticate when registration info is not changing
................
r9508 | markster | 2006-02-11 01:06:47 -0600 (Sat, 11 Feb 2006) | 2 lines
Add capability to retrieve list of channel types
................
r9529 | kpfleming | 2006-02-11 09:27:38 -0600 (Sat, 11 Feb 2006) | 16 lines
Merged revisions 9493,9528 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9493 | bweschke | 2006-02-11 00:29:34 -0600 (Sat, 11 Feb 2006) | 3 lines
kpfleming's fix from r9472 backported to 1.2
........
r9528 | kpfleming | 2006-02-11 09:22:55 -0600 (Sat, 11 Feb 2006) | 2 lines
clean up my mess from thread-starting change
........
................
r9548 | tilghman | 2006-02-11 10:13:03 -0600 (Sat, 11 Feb 2006) | 2 lines
Fix compile time warnings
................
r9549 | kpfleming | 2006-02-11 10:15:11 -0600 (Sat, 11 Feb 2006) | 2 lines
set standard properties on all non-binary files
................
r9551 | kpfleming | 2006-02-11 10:30:23 -0600 (Sat, 11 Feb 2006) | 2 lines
prepare to use auto-build rules in other Makefiles
................
r9552 | kpfleming | 2006-02-11 10:44:15 -0600 (Sat, 11 Feb 2006) | 2 lines
use auto-build for res modules too
................
r9564 | kpfleming | 2006-02-11 11:12:05 -0600 (Sat, 11 Feb 2006) | 2 lines
use auto-build for apps, simplify variable setting
................
r9565 | kpfleming | 2006-02-11 11:24:44 -0600 (Sat, 11 Feb 2006) | 2 lines
use auto-build for cdr modules
................
r9566 | kpfleming | 2006-02-11 11:41:36 -0600 (Sat, 11 Feb 2006) | 2 lines
use auto-build for codecs
................
r9567 | kpfleming | 2006-02-11 11:43:54 -0600 (Sat, 11 Feb 2006) | 2 lines
use auto-build for formats
................
r9568 | kpfleming | 2006-02-11 11:48:44 -0600 (Sat, 11 Feb 2006) | 3 lines
use auto-build for pbx modules
correct install variable for format modules
................
r9569 | kpfleming | 2006-02-11 11:58:21 -0600 (Sat, 11 Feb 2006) | 3 lines
remove unused header and channel module
use auto-build for channels
................
r9582 | russell | 2006-02-11 12:31:59 -0600 (Sat, 11 Feb 2006) | 10 lines
Merged revisions 9581 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9581 | russell | 2006-02-11 13:15:00 -0500 (Sat, 11 Feb 2006) | 2 lines
now that CDR is a loadable module, don't depend on it elsewhere (issue #6460)
........
................
r9585 | russell | 2006-02-11 12:40:42 -0600 (Sat, 11 Feb 2006) | 2 lines
don't try to build a chan_misdn_config.so
................
r9586 | kpfleming | 2006-02-11 12:45:03 -0600 (Sat, 11 Feb 2006) | 2 lines
don't try to include non-existing (and unneeded) header file
................
r9601 | russell | 2006-02-11 13:02:14 -0600 (Sat, 11 Feb 2006) | 2 lines
update for change to ast_pbx_outgoing_exten
................
r9608 | russell | 2006-02-11 13:17:42 -0600 (Sat, 11 Feb 2006) | 1 line
................
r9610 | russell | 2006-02-11 13:31:11 -0600 (Sat, 11 Feb 2006) | 10 lines
Merged revisions 9609 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9609 | russell | 2006-02-11 14:23:20 -0500 (Sat, 11 Feb 2006) | 2 lines
fix memory leak from not destroying the scheduler context on module unload
........
................
r9628 | kpfleming | 2006-02-11 14:48:48 -0600 (Sat, 11 Feb 2006) | 2 lines
don't blow up if multiple copies of the headers are found
................
r9629 | russell | 2006-02-11 14:54:21 -0600 (Sat, 11 Feb 2006) | 2 lines
eliminate warning on older versions of gcc
................
r9643 | russell | 2006-02-11 16:08:12 -0600 (Sat, 11 Feb 2006) | 2 lines
rename chan_misdn_config.c to misdn_config.c
................
r9644 | russell | 2006-02-11 16:09:31 -0600 (Sat, 11 Feb 2006) | 2 lines
Makefile updates for renaming of chan_misdn_config
................
r9658 | tilghman | 2006-02-11 21:38:50 -0600 (Sat, 11 Feb 2006) | 2 lines
Make the ditlen and tone configurable at runtime
................
r9674 | kpfleming | 2006-02-11 22:28:58 -0600 (Sat, 11 Feb 2006) | 3 lines
major dialplan functions update
deprecate LANGUAGE() and MUSICCLASS(), in favor of CHANNEL()
................
r9691 | kpfleming | 2006-02-12 10:52:42 -0600 (Sun, 12 Feb 2006) | 2 lines
ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
................
r9704 | russell | 2006-02-12 11:07:45 -0600 (Sun, 12 Feb 2006) | 2 lines
fix a little typo
................
r9718 | russell | 2006-02-12 13:19:19 -0600 (Sun, 12 Feb 2006) | 2 lines
set peername after recent function updates
................
r9719 | russell | 2006-02-12 13:26:15 -0600 (Sun, 12 Feb 2006) | 2 lines
use the zone and options set by the arg parsing macros
................
r9732 | russell | 2006-02-12 19:58:33 -0600 (Sun, 12 Feb 2006) | 2 lines
fix codec_ilbc.so build - it would build before, but libilbc.a was not linked
................
r9757 | russell | 2006-02-13 11:43:38 -0600 (Mon, 13 Feb 2006) | 2 lines
remove unneeded var (issue #6466)
................
r9758 | russell | 2006-02-13 11:46:34 -0600 (Mon, 13 Feb 2006) | 2 lines
declare function_sipppeer as static (issue #6466)
................
r9759 | twisted | 2006-02-13 11:50:53 -0600 (Mon, 13 Feb 2006) | 2 lines
Don't set the formats before we stop indications. (issue #6380)
................
r9783 | tilghman | 2006-02-13 13:08:05 -0600 (Mon, 13 Feb 2006) | 2 lines
Bug 6477 - minor syntax error, plus a few other syntax fixes
................
r9800 | russell | 2006-02-13 14:12:50 -0600 (Mon, 13 Feb 2006) | 2 lines
remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD
................
r9801 | tilghman | 2006-02-13 14:55:13 -0600 (Mon, 13 Feb 2006) | 2 lines
Shouldn't have been a public function
................
r9819 | kpfleming | 2006-02-13 18:46:43 -0600 (Mon, 13 Feb 2006) | 2 lines
block issue 6052 fix, needs a better fix here
................
r9844 | bweschke | 2006-02-13 20:41:42 -0600 (Mon, 13 Feb 2006) | 3 lines
Make sure that PR_SET_DUMPABLE is set to make certain that we still dump core if Asterisk has setuid'd to run as non-root
................
r9882 | crichter | 2006-02-14 04:44:00 -0600 (Tue, 14 Feb 2006) | 1 line
fixed the occasional no audio issue, still need deeper investigation .. echotraining is off by default
................
r9900 | crichter | 2006-02-14 05:25:35 -0600 (Tue, 14 Feb 2006) | 1 line
fixed a certain 64bit segfault
................
r9918 | mogorman | 2006-02-14 10:42:50 -0600 (Tue, 14 Feb 2006) | 3 lines
Commiting 5959 with minor formatting and typo
fixes. Thanks to all those involved.
................
r9935 | mogorman | 2006-02-14 11:08:06 -0600 (Tue, 14 Feb 2006) | 3 lines
bug 6485 fixed.
................
r9954 | kpfleming | 2006-02-14 12:23:54 -0600 (Tue, 14 Feb 2006) | 2 lines
block reversal of yesterday's blocked fix :-)
................
r9955 | kpfleming | 2006-02-14 12:25:29 -0600 (Tue, 14 Feb 2006) | 2 lines
use proper property name for blocked revs
................
r9956 | kpfleming | 2006-02-14 12:27:06 -0600 (Tue, 14 Feb 2006) | 2 lines
block revs for core dump fix
................
r9957 | kpfleming | 2006-02-14 12:29:10 -0600 (Tue, 14 Feb 2006) | 2 lines
block meetme fix
................
r9959 | kpfleming | 2006-02-14 12:30:32 -0600 (Tue, 14 Feb 2006) | 10 lines
Merged revisions 9958 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r9958 | kpfleming | 2006-02-14 12:30:10 -0600 (Tue, 14 Feb 2006) | 2 lines
when answering INVITE, don't send codecs the peer didn't offer (issue #6052)
........
................
r9960 | kpfleming | 2006-02-14 12:44:18 -0600 (Tue, 14 Feb 2006) | 2 lines
set properties for new files (i need to get this documented)
................
r9962 | bweschke | 2006-02-14 12:47:16 -0600 (Tue, 14 Feb 2006) | 3 lines
#ifdef'd the prctl fix to only try and compile on linux systems. Thanks rizzo for pointing this out, and credit to Armin for identifying a solution to the original problem.
................
r9963 | bweschke | 2006-02-14 12:49:37 -0600 (Tue, 14 Feb 2006) | 3 lines
#ifdef the include too.
................
r9988 | markster | 2006-02-14 13:08:12 -0600 (Tue, 14 Feb 2006) | 2 lines
Fix build issues...
................
r9989 | markster | 2006-02-14 13:08:51 -0600 (Tue, 14 Feb 2006) | 2 lines
Properly stopsteram on meetme (bug #6137)
................
r9991 | kpfleming | 2006-02-14 13:14:15 -0600 (Tue, 14 Feb 2006) | 2 lines
set proper mime-type and eol-style on all files
................
r9993 | kpfleming | 2006-02-14 13:28:07 -0600 (Tue, 14 Feb 2006) | 2 lines
test pre-commit script
................
r9994 | kpfleming | 2006-02-14 13:37:19 -0600 (Tue, 14 Feb 2006) | 2 lines
remove file for testing
................
r10019 | kpfleming | 2006-02-14 14:21:38 -0600 (Tue, 14 Feb 2006) | 10 lines
Merged revisions 9961,9964,9990,10018 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r10018 | kpfleming | 2006-02-14 14:20:15 -0600 (Tue, 14 Feb 2006) | 2 lines
don't double-increment abandon counter for calls that are hung up while dialing members (issue #6289)
........
................
r10020 | kpfleming | 2006-02-14 14:39:56 -0600 (Tue, 14 Feb 2006) | 2 lines
list macro conversion (issue #6328, with bugfix)
................
r10046 | kpfleming | 2006-02-14 15:50:35 -0600 (Tue, 14 Feb 2006) | 3 lines
don't use localuser structure for outbound calls (issue #6216)
various code cleanup and reorganization (issue #6216)
................
r10047 | kpfleming | 2006-02-14 15:57:26 -0600 (Tue, 14 Feb 2006) | 2 lines
don't force a default zone for ENUM() lookups, use the configuration file (issue #6036, with update to UPGRADE.txt)
................
r10064 | kpfleming | 2006-02-14 16:18:13 -0600 (Tue, 14 Feb 2006) | 2 lines
ensure that ENUM count requests that are invalid return zero, not blank (issue #6371)
................
r10065 | kpfleming | 2006-02-14 16:20:14 -0600 (Tue, 14 Feb 2006) | 2 lines
warn people about ENUMLOOKUP counting change
................
r10066 | kpfleming | 2006-02-14 16:28:01 -0600 (Tue, 14 Feb 2006) | 2 lines
more memory allocation wrapper conversion (issue #6365)
................
r10067 | kpfleming | 2006-02-14 16:44:20 -0600 (Tue, 14 Feb 2006) | 2 lines
more list macro conversion (issue #6361, plus documentation for new macro)
................
r10084 | tilghman | 2006-02-14 17:08:06 -0600 (Tue, 14 Feb 2006) | 2 lines
Bug 4377 - Initial round of loader changes
................
r10085 | kpfleming | 2006-02-14 17:22:52 -0600 (Tue, 14 Feb 2006) | 2 lines
use a delimiter for 'show channels concise' that will not appear in the field contents (issue #6086, with UPGRADE.txt addition)
................
r10086 | mogorman | 2006-02-14 17:30:18 -0600 (Tue, 14 Feb 2006) | 6 lines
changed naming scheme for variables so it matches
asterisk standard, changed it so it can take frames
of sizes other than 20ms, allowed for the app to reload
properly, and finalyl changed sample to general section
as to follow standards.
................
r10087 | mogorman | 2006-02-14 17:38:27 -0600 (Tue, 14 Feb 2006) | 2 lines
Now Kevin will be really happy!
................
r10088 | kpfleming | 2006-02-14 17:42:36 -0600 (Tue, 14 Feb 2006) | 3 lines
add 'systemname' option to prefix channel unique IDs with (issue #5825)
convert chan->uniqueid to a stringfield from a fixed-size buffer
................
r10105 | kpfleming | 2006-02-14 18:24:24 -0600 (Tue, 14 Feb 2006) | 2 lines
add API function for parsing strings to time_t (issue #6320, with mods)
................
r10106 | kpfleming | 2006-02-14 18:33:07 -0600 (Tue, 14 Feb 2006) | 2 lines
update app to use args parser
................
r10107 | kpfleming | 2006-02-14 18:33:30 -0600 (Tue, 14 Feb 2006) | 2 lines
force a cleanup due to today's ast_channel change
................
r10109 | kpfleming | 2006-02-14 18:38:27 -0600 (Tue, 14 Feb 2006) | 10 lines
Merged revisions 10021,10108 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r10108 | kpfleming | 2006-02-14 18:36:57 -0600 (Tue, 14 Feb 2006) | 2 lines
ensure that FastAGI launcher can handle system call interruption (issue #6449)
........
................
r10111 | kpfleming | 2006-02-14 18:47:08 -0600 (Tue, 14 Feb 2006) | 2 lines
block func_enum fix
................
r10112 | kpfleming | 2006-02-14 18:51:21 -0600 (Tue, 14 Feb 2006) | 2 lines
handle longer ENUM lookup results (issue #6476)
................
r10113 | kpfleming | 2006-02-14 18:59:01 -0600 (Tue, 14 Feb 2006) | 2 lines
add KEYPADHASH dialplan function (issue #6441)
................
r10122 | kpfleming | 2006-02-14 19:01:35 -0600 (Tue, 14 Feb 2006) | 2 lines
add channel's uniqueid to manager 'join' event (issue #6458)
................
r10138 | kpfleming | 2006-02-14 19:22:54 -0600 (Tue, 14 Feb 2006) | 10 lines
Merged revisions 10137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2
........
r10137 | kpfleming | 2006-02-14 19:21:33 -0600 (Tue, 14 Feb 2006) | 2 lines
ensure that agents logged in via the manager interface are stored in the persistence database (related to issue #6301)
........
................
r10139 | kpfleming | 2006-02-14 19:31:21 -0600 (Tue, 14 Feb 2006) | 2 lines
don't dereference memory that has been freed (issue #6405)
................
r10140 | kpfleming | 2006-02-14 19:38:20 -0600 (Tue, 14 Feb 2006) | 2 lines
various cleanups (issue #6389)
................
r10141 | kpfleming | 2006-02-14 19:48:54 -0600 (Tue, 14 Feb 2006) | 2 lines
more memory allocation wrapper conversion
................
r10142 | kpfleming | 2006-02-14 19:55:20 -0600 (Tue, 14 Feb 2006) | 2 lines
remove code that does not appear to do anything useful (issue #6059)
................
r10163 | kpfleming | 2006-02-14 20:52:19 -0600 (Tue, 14 Feb 2006) | 2 lines
add option to avoid calling members whose channels are 'in use' (issue #6315, plus documentation)
................
r10179 | oej | 2006-02-15 01:01:19 -0600 (Wed, 15 Feb 2006) | 2 lines
Small typo
................
r10195 | mogorman | 2006-02-15 11:37:57 -0600 (Wed, 15 Feb 2006) | 3 lines
changed LOG_WARNING to LOG_DEBUG for backtrace
messages (issue #6497)
................
r10209 | russell | 2006-02-15 12:39:52 -0600 (Wed, 15 Feb 2006) | 3 lines
Fix the retrieval of the new SYSTEMNAME variable. Also, clarify some
documentation of how pbx_retrieve_variable works. (issue #6493)
................
r10223 | russell | 2006-02-15 13:07:48 -0600 (Wed, 15 Feb 2006) | 4 lines
now that there are no modules that define their own version of
'struct localuser' (see issue #6216), redefine STANDARD_LOCAL_USER
[... 35387 lines stripped ...]
More information about the asterisk-commits
mailing list