aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-10-10use autotagged externalsrussell0-0/+0
2007-10-10importing files for 1.4.13 releaserussell3-0/+12322
2007-10-10Creating tag for the release of asterisk-1.4.13russell0-0/+0
2007-10-10I introduced a new member to the ast_filestream struct in 1.4.12, but put itrussell1-1/+1
2007-10-10The thread ID should be unsigned.mmichelson1-1/+1
2007-10-10If devicestate is passed a port number strip it out.file1-0/+3
2007-10-10Add support for handling a 182 Queued response.file1-2/+7
2007-10-10A bunch of changes from sprintf to snprintf.mmichelson1-81/+23
2007-10-10Close voicemail message description file if duration did not meet the minimum...file1-0/+1
2007-10-10use a macro instead of an inline function, so that backtraces will report the...kpfleming1-4/+1
2007-10-09This commit fixes the following issues:tilghman3-9/+59
2007-10-09Don't perform a reinvite if a transfer is in progress.file1-1/+1
2007-10-08Only update codec information if the channel has a technology private structure.file1-2/+2
2007-10-08Update codec information as well as address when doing hold reinvites.file1-0/+5
2007-10-08Don't keep trying to native bridge if either of the channels are involved in ...file1-1/+2
2007-10-08Enable file dependency tracking for _all_ builds, and not just for builds withrussell1-12/+0
2007-10-07Presence packets from a client who's connected with our Jabber ID arephsultan1-2/+6
2007-10-07Prevent Asterisk from crashing when receiving a presence packetphsultan1-9/+4
2007-10-05Log exactly why we can't open the database, if we fail (closes issue #10887)tilghman1-1/+1
2007-10-05Update the remembered RTP peer information when putting an endpoint on hold o...file1-0/+5
2007-10-05Do deadlock avoidance in a couple more places. You can't lock two channelsrussell1-2/+11
2007-10-05Fix a copy/paste error in the description of UpdateConfig that was pointedrussell1-2/+2
2007-10-04Don't allocate space for queue members unless it's needed. You end up deletin...mmichelson1-1/+2
2007-10-04callers of sig2str already add the word 'signalling' in the appropriate place...kpfleming1-9/+9
2007-10-04Create a duplicate of the channel's member name as the tab completion stuff w...file1-1/+1
2007-10-03When an RFC 2833 event is sent that we don't recognize, ignore it, don't queu...tilghman1-0/+4
2007-10-03closes issue #10870 ; where a CUT() function call in a switch expr doesn't ex...murf1-8/+29
2007-10-03closes issue #10834 ; where a null input to a switch statement results in a h...murf9-52/+158
2007-10-02* Don't build the menuselect-tree for the tarball, as it requires running therussell2-3/+1
2007-10-02Fix some odd formatting I missed..qwell1-2/+2
2007-10-02Finish up on transferee channel before return on failure.qwell1-2/+7
2007-10-02Use snprintf instead of sprintf in one place. There is no vulnerability hererussell1-1/+1
2007-10-02terminate USERUSER String with 0crichter1-1/+2
2007-10-01Add dist-clean support for subdirs.qwell3-3/+13
2007-10-01moved get_base_channel() code from action_redirect to ast_channel_masquerade(...dhubbard3-23/+14
2007-10-01Anything to keep gcc 4.2 happy...murf1-1/+1
2007-10-01Fulfull a feature request from Qwell on the "core show locks" output. It willrussell2-14/+39
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf3-5/+7
2007-10-01Add another sanity check in the AGI read loop. We really don't care aboutrussell1-0/+2
2007-10-01Show rwlocks in the "core show locks" output. Before, it only showed mutexes.russell1-0/+79
2007-10-01Remove another file in "make clean".russell1-0/+1
2007-10-01Simplify the CAN_EARLY_BRIDGE macro a bit.russell1-1/+3
2007-10-01Remove chan_usbradio config file from tree, it is not present in here.file1-54/+0
2007-10-01Fix randomness. save_pos was being set to 0 initially instead of -1, causing ...file1-0/+1
2007-10-01Only attempt early bridging if the options given to Dial() permit it.file1-4/+7
2007-09-30Fix the AST_MODULE_INFO macro for C++ modules. The load and reload parametersrussell1-1/+1
2007-09-29This is a regression update that matches what I did in 84134 for AEL regressi...murf16-44/+174
2007-09-29This issue sort of closes 10786; All config files support #include with globb...murf2-180/+349
2007-09-28Correct pronunciations of numbers for .nl (Closes issue #10837)tilghman1-6/+20
2007-09-28Avoid a deadlock with ALL of the locks in the masquerade function, not just thetilghman1-5/+17