aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.20-rc1@212958 f38db49...v1.4.20-rc1kpfleming8-20/+19
2008-05-01Use autotagged externalsrussell0-0/+0
2008-05-01Importing files for 1.4.20-rc1 releaserussell3-0/+17363
2008-05-01Creating tag for the release of asterisk-1.4.20-rc1russell0-0/+0
2008-04-30Merge changes from team/russell/iax2_find_callno and iax2_find_callno_1.4russell2-123/+1222
2008-04-30Don't crash on bad SIP replys.oej1-4/+6
2008-04-30use the ARRAY_LEN macro for indexing through the iaxs/iaxsl arrays so that th...kpfleming2-18/+32
2008-04-30pay attention to *all* header files for dependency tracking, not just the loc...kpfleming1-3/+3
2008-04-29Use the MACRO_CONTEXT and MACRO_EXTEN channel variables instead of the channe...mmichelson1-4/+9
2008-04-29Change warning message to debug, since there are cases where 0 results is per...qwell1-2/+1
2008-04-29Merged revisions 114822 via svnmerge from kpfleming1-0/+11
2008-04-28When modules are embedded, they take on a different name, without the ".so"tilghman2-4/+14
2008-04-27When we don't explicitly pass a path to the --with-tds configure option, weseanbright2-15/+31
2008-04-26Clicking forward without selecting a message leaves an errant .lock file.tilghman1-130/+138
2008-04-25Use consistent logic for checking to see if a call number has been chosen yet.russell1-5/+5
2008-04-25Move the unlock of the spyee channel to outside the start_spying() function s...mmichelson1-7/+6
2008-04-25Reference documentation files that actually exist.tilghman4-5/+5
2008-04-24Re-invite RTP during a masquerade so that, for instance, an AMImmichelson1-0/+7
2008-04-24Output of channel variables when eventwhencalled=vars was setmmichelson1-4/+4
2008-04-24Resolve a deadlock in chan_local by releasing the channel lockmmichelson1-0/+6
2008-04-24Ensure that when we set the accountcode, it actually shows up in the CDR.tilghman1-0/+1
2008-04-24Fix a silly mistake in a change I made yesterday that caused chan_iax2 to blowrussell1-2/+2
2008-04-24Only have one max-forwards header in outbound REFERs.oej1-1/+0
2008-04-23Improve some broken cookie parsing code. Previously, manager login over HTTPrussell1-48/+39
2008-04-23Fix an issue that caused getting the correct next channel to not always work.russell2-6/+4
2008-04-23Fix reload/unload for res_musiconhold module.qwell1-19/+38
2008-04-23Store the manager session ID explicitly as 4 byte ID instead of a ulong. Therussell2-9/+9
2008-04-23Fix find_callno_locked() to actually return the callno locked in some more ca...russell1-2/+4
2008-04-23Add 502 support for both directions, not only one... (see r114571)oej1-0/+1
2008-04-23Instead of stopping dialplan execution when SayNumber attempts to say a large...file1-1/+6
2008-04-22Treat a 502 just like a 503, when it comes to processing a response codetilghman1-0/+1
2008-04-22When we receive a full frame that is supposed to contain our call number,russell1-22/+38
2008-04-22I thought I was going to be able to leave 1.4 alone, but that was not the case.russell4-18/+60
2008-04-22Trivial change to read the number of samples from a frame before calling ast_...russell1-1/+1
2008-04-22After a parked call times out, allow the call back to the parker to time out.russell1-1/+1
2008-04-22If the dial string passed to the call channel callback does not indicate anrussell1-2/+6
2008-04-22Merge changes from team/russell/issue_9520russell2-40/+116
2008-04-21Only drop audio if we receive it without a progress indication. We allow othe...file1-1/+1
2008-04-19Ensure that help text terminates with a newlinetilghman1-1/+1
2008-04-19MOH usage information needs a terminating newline, or elsetilghman1-3/+3
2008-04-18Don't destroy a manager session if poll() returns an error of EAGAIN.russell1-1/+1
2008-04-18ensure directories are created before we try to install stuff into themrussell1-2/+4
2008-04-18SUBDIRS_INSTALL is already listed as a subtarget for bininstallrussell1-1/+1
2008-04-18Clearing up error messages so they make a bit more sense. Also removing a red...mmichelson2-6/+3
2008-04-18Ensure that we don't ast_strdupa(NULL)russell1-1/+1
2008-04-18Only complete the SIP channel name once for 'sip show channel <channel>'seanbright1-0/+4
2008-04-18For consistency sake, ensure that the values that ${CALLINGPRES} returns are ...tilghman1-2/+5
2008-04-17Remove redundant safety net. The check for the autoservice channel list staterussell1-4/+0
2008-04-17Declaration of the peer channel in this scope was making it so the peer varia...mmichelson1-1/+0
2008-04-17Add prototype for ast_dsp_frame_freed. I'm not sure how this wasmmichelson2-0/+14