aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-12-14importing files for 1.2.14 releasekpfleming3-0/+4280
2006-12-14Creating tag for the release of asterisk-1.2.14kpfleming4-4274/+5
2006-12-13This small patch fixes bug 8541, where the L option to the Dial app wasn't wo...murf1-2/+5
2006-12-12importing files for 1.2.14 releasekpfleming3-0/+4272
2006-12-12Creating tag for the release of asterisk-1.2.14kpfleming0-0/+0
2006-12-12add silence fileskpfleming10-0/+0
2006-12-11the english language can be a tricky beastmogorman1-1/+1
2006-12-11app_externalivr needs a real silence file, and additionalmogorman3-1/+32
2006-12-11When doing a fork() and exec(), two problems existed (Issue 8086):tilghman8-20/+102
2006-12-10This version applies the patch suggested by stevens in bug 7836 (make inbound...murf1-6/+5
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-2/+11
2006-12-07Ensure that the file position is not incremented beyond the total number ofrussell1-0/+1
2006-12-06Fix the name of the rtignoreregexpire option in the sample configuration file.russell1-1/+1
2006-12-06added the export and import of the MISDN_ADDRESS_COMPLETE Variable to inidcat...crichter3-0/+23
2006-12-06Issue #8528 - make sure we don't delete the dialog too quickly after receivingoej1-6/+15
2006-12-06changed a few debugs to higher debug levelscrichter1-4/+8
2006-12-06Don't add Contact header on BYE, CANCEL, MESSAGE requestsoej1-1/+2
2006-12-05Only set the ALREADYGONE flag once in handle_response()oej1-2/+1
2006-12-05If the recording in the database is too large, it will fail to retrieve withtilghman1-13/+16
2006-12-04Revert change from 8016 - this breaks other stuff... Needs further review.qwell1-0/+2
2006-12-04Fix an issue where a message isn't saved correctly when using ODBC storage an...qwell1-2/+0
2006-12-04If the generic bridge tells us not to retry, and we have a frame to spit out ...file1-0/+2
2006-12-01if Dial() is going to send music-on-hold to the calling party, it has to send...kpfleming1-0/+1
2006-12-01Fix a small typo - issue 8848, reported by pabelangerqwell1-1/+1
2006-11-30Issue 8319 - noriyuki - nonce-count updated *after* useoej1-1/+2
2006-11-30Don't write AST_FRAME_NULL or AST_FRAME_IAX frames out to the channel driver....file1-0/+5
2006-11-30Only print out debug message if bridged channel is not NULL. (issue #8412 rep...file1-1/+1
2006-11-30Do not listen for DTMF on the bridge that comes into existence when ParkedCal...file1-6/+0
2006-11-30Print certain CDR messages out at the NOTICE level versus WARNING since they ...file1-6/+6
2006-11-30Remember the pointer to the allocated block of memory so that we can free it ...file1-4/+6
2006-11-30Document 'port' for SIP peers, came up because of the current mailing list th...file1-0/+2
2006-11-30Do proper test and don't leave dialogs hanging...oej1-1/+1
2006-11-29If the frame was duplicated before writing out then we need to free it. (issu...file1-0/+2
2006-11-28According to the research I have done we never needed to include compiler.h i...file1-5/+0
2006-11-27Use the proper function to get the new message count instead of always using ...file1-14/+5
2006-11-27Random MOH wasn't really random (bug 8381)tilghman1-17/+14
2006-11-27Do not reference the freed outgoing structure in the debug message. (issue #8...file1-1/+1
2006-11-24Change some logging levels. Not having hints is not an ERROR, but still shoul...oej1-2/+2
2006-11-23fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some ...crichter3-53/+53
2006-11-23Remove unused variable (rizzo)oej1-4/+2
2006-11-22This is the fix for bug 8386, wherein the time-limit args to dial didn't work...murf1-7/+12
2006-11-20Failing to trap -1 error from mmap causes segfault (Issue 8385)tilghman1-2/+7
2006-11-20Don't forget to byte swap if we are exiting the smoother feed early. (issue #...file1-0/+4
2006-11-20Free history items at the end of use of the temporary SIP pvt structure. (iss...file1-0/+6
2006-11-20Just to be safe, disable all the scheduled items after deleting a scheduler e...oej1-2/+9
2006-11-17backport proper channel_find_locked behavior from 1.4 branch (noted by Steve ...kpfleming1-30/+21
2006-11-16Fix a couple of typos in applications.. Initially spotted by mrobinson.qwell4-5/+5
2006-11-16update clearly wrong documentation regarding cdr_customkpfleming1-18/+3
2006-11-16Look for the header file specifically in all cases, not just the existence of...file1-1/+1
2006-11-16Because of the way chan_local is written we should be extra careful and make ...file1-0/+21