aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@212958 ↵v1.4.0-beta4kpfleming8-20/+19
f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12use autotagged externalskpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@48431 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12importing files for 1.4.0-beta4 releasekpfleming3-0/+2675
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@48430 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12Creating tag for the release of asterisk-1.4.0-beta4kpfleming4-2676/+1
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@48429 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12when making a release, we can always use wget and we can't run the configure ↵kpfleming1-1/+1
script to find that out... git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48427 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12use autotagged externalskpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@48426 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12importing files for 1.4.0-beta4 releasekpfleming3-0/+2675
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@48425 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12Creating tag for the release of asterisk-1.4.0-beta4kpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.0-beta4@48424 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12block addition of silence files... not needed herekpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48404 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-12Use S_OR in my previous app_voicemail. This is the way it should have been done.file1-5/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48401 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11new sounds package with 100% more silencemogorman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48399 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11Merged revisions 48394 via svnmerge from mogorman1-1/+1
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r48394 | mogorman | 2006-12-11 15:55:43 -0600 (Mon, 11 Dec 2006) | 4 lines app_externalivr needs a real silence file, and additional changes to add silence files into core instead of extra patch provided by bug 8177 with minor additions. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11Return non-existant callerid handling to that which it was before. In 1.4 ↵file1-5/+5
and trunk callerid can be allocated but not have any contents so we have to use ast_strlen_zero before passing it to the relevant functions. (issue #8567 reported by pabelanger) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48391 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11STRFTIME() does not actually require an argument (issue 8540)tilghman1-6/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11Merge in my latest RTP changes. Break out RTP and RTCP callback functions so ↵file1-35/+51
they no longer share a common one. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48381 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11Use the correct API call to say a device state changed. (Yes, I'm a nub.)file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11Don't access the conference structure after it has been freed.file1-6/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48377 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-11Merged revisions 48374 via svnmerge from tilghman8-23/+103
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48374 | tilghman | 2006-12-10 18:33:59 -0600 (Sun, 10 Dec 2006) | 5 lines When doing a fork() and exec(), two problems existed (Issue 8086): 1) Ignored signals stayed ignored after the exec(). 2) Signals could possibly fire between the fork() and exec(), causing Asterisk signal handlers within the child to execute, which caused nasty race conditions. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48375 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-10Merged revisions 48371 via svnmerge from murf1-2/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48371 | murf | 2006-12-09 19:14:13 -0700 (Sat, 09 Dec 2006) | 1 line This version applies the patch suggested by stevens in bug 7836 (make inbound channel RINGING state consistent with other channels). ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-09Use locking when accessing the registrations list. This list is not actuallyrussell1-32/+34
used very often, so the likelihood of there being a problem is pretty small, but still possible. For example, if the CLI command to list the registrations was called at the same time that a reload was occurring and the registrations list was getting destroyed and rebuilt, a crash could occur. In passing, go ahead and convert this list to use the linked list macros. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48363 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-09Blocked revisions 48361 via svnmergerussell0-0/+0
........ r48361 | russell | 2006-12-09 10:45:37 -0500 (Sat, 09 Dec 2006) | 6 lines Use locking when accessing the registrations list. This list is not actually used very often, so the likelihood of there being a problem is pretty small, but still possible. For example, if the CLI command to list the registrations was called at the same time that a reload was occurring and the registrations list was getting destroyed and rebuilt, a crash could occur. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-07Merged revisions 48356 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48356 | russell | 2006-12-07 13:14:13 -0500 (Thu, 07 Dec 2006) | 3 lines Ensure that the file position is not incremented beyond the total number of files available for playback. (issue #8539, ulogic) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48357 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-07Here lies the fixes that killed bug 8423 -- OriginateSuccess and ↵murf3-6/+15
OriginateError incomplete channel name. May it rest in peace. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48349 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Issue #8258 - fix handling of 487 being retransmitted to Asteriskoej1-7/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48326 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Merged revisions 48322 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48322 | russell | 2006-12-06 11:05:54 -0500 (Wed, 06 Dec 2006) | 3 lines Fix the name of the rtignoreregexpire option in the sample configuration file. (issue #8526, arkadia) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Don't send Contact on MESSAGEoej1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48317 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-06Block patch from 1.2oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48316 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Regenerate configure from Qwell's last commit.file1-20/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Fix curl version number testing to be much more friendly to non-bash shells.qwell1-16/+7
Issue 8508, patch by me. This *SHOULD* be POSIX compliant now.. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48279 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Merging the invitestate-1.4 branch after successful testing.oej1-21/+75
Will check if I can solve this with less changes in 1.2. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48270 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Add missing s from another repository. (thanks jcmoore!)oej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48268 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Updating sip.conf.sample with information about T38 not workingoej1-0/+2
when chan_local or chan_agent is involved in the call. I don't know how big a fix that would be to solve, but this is the current state of affairs. (Chan_sip currently checks if the other side of the bridge has a SIP tech. We could/should implement another check, possibly for udptl_write or some flag in the ast_channel structure). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48264 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Oops, forgot to release the odbc handletilghman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48254 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-05Merged revisions 48251 via svnmerge from tilghman1-14/+16
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48251 | tilghman | 2006-12-04 19:26:08 -0600 (Mon, 04 Dec 2006) | 6 lines If the recording in the database is too large, it will fail to retrieve with an mmap error. Not too sure why this doesn't happen when we put it in the database, also, but since that doesn't seem to be broken, I'm not going to fix it (at least until someone reports it). Solution is to ask for the file in smaller chunks. (Bug 8385) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48252 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Fix an issue which didn't allow unavail/greet/busy/etc messages from being ↵qwell1-0/+2
saved into ODBC (and probably IMAP). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48248 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Blocked revisions 48246 via svnmergeqwell0-0/+0
........ r48246 | qwell | 2006-12-04 15:20:34 -0600 (Mon, 04 Dec 2006) | 7 lines Revert change from 8016 - this breaks other stuff... Needs further review. Tip: When you've reported a bug about something and somebody has put up a patch for it.. It's not a good idea to open a completely new bug and say that something is broken because of the patch in the other bug - PLEASE mention something in the bug where the patch was actually created. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48247 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Blocked revisions 48236 via svnmergeqwell0-0/+0
........ r48236 | qwell | 2006-12-04 13:06:26 -0600 (Mon, 04 Dec 2006) | 4 lines Fix an issue where a message isn't saved correctly when using ODBC storage and reviewing a message. Issue 8016 - patch by sokhapkin. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48237 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Blocked revisions 48233 via svnmergefile0-0/+0
........ r48233 | file | 2006-12-04 13:14:46 -0500 (Mon, 04 Dec 2006) | 2 lines If the generic bridge tells us not to retry, and we have a frame to spit out then break the bridge. Props to markit in #asterisk-bugs for bringing this up. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48234 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Add documentation to voicemail.conf.sample for ODBC storage.qwell1-0/+6
Issue 8499 - patch by blitzrage. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48230 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-04Attempt to document some of the dependencies that are needed for net-snmpqwell1-2/+5
Issue 8499 - initial patch by blitzrage. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48228 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-03When "fetch" is in use, instead of "wget", --continue is not a valid option.russell1-0/+3
(issue #8451) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48223 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02- Removing one of two pieces of code to handle 481 response on INVITEoej1-15/+15
- Move handling of REFER response to handle_response_refer() git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48219 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02- Disable RTP hold timers while T.38 fax transmission happensoej4-29/+117
- Encapsulate RTP timers in the rtp structure so we have one for video and one for audio The video one is not used in 1.4, really. Will be used for RTP keepalives when we can send something that video phones support in the RTP stream. I now this is a big architectual change at this stage for 1.4, but decided it was needed to avoid future bug reports. - Document the RTP NAT keepalive option in sip.conf.sample Issue 7679 in the bug tracker. Please test. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48199 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-02Backport the comment containing the warning regarding the limitations on therussell1-0/+10
usage of this function. It is thread safe, but not technically reentrant. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48195 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48192 via svnmerge from kpfleming1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48192 | kpfleming | 2006-12-01 17:30:59 -0600 (Fri, 01 Dec 2006) | 2 lines if Dial() is going to send music-on-hold to the calling party, it has to send PROGRESS first to ensure that the reverse audio path has been setup first (BE-106) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48193 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01FreeBSD 6.1 does not include wget by default. However, it has fetch which willrussell5-32/+154
work just fine for our purposes of downloading the sounds packages. So, check for both wget and fetch and the configure script and use what was found to download them. If neither one was found, and sound packages are selected that must be downloaded, the install process will print out an informative error message indicating the situation. Also, fix a couple places where "make" was hard coded into some output messages by replacing them with the $(MAKE) variable. (issue #8451, initial patch by pabelanger, with additional modifications by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48190 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48183 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r48183 | qwell | 2006-12-01 14:19:10 -0600 (Fri, 01 Dec 2006) | 2 lines Fix a small typo - issue 8848, reported by pabelanger ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48186 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01erm, hmm...I typod a merge...that went...strangelyqwell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48185 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Merged revisions 48182 via svnmerge from qwell0-0/+0
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48184 f38db490-d61c-443f-a65b-d21fe96a405b
2006-12-01Double-unlock error (reported by blitzrage on IRC)tilghman1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@48179 f38db490-d61c-443f-a65b-d21fe96a405b