aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-01-15Merged revisions 50867 via svnmerge from kpfleming7-27/+713
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50867 | kpfleming | 2007-01-15 09:03:06 -0600 (Mon, 15 Jan 2007) | 2 lines use the ACX_PTHREAD macro from the Autoconf macro archive for setting up compiler pthreads support... should improve portability to platforms with unusual pthreads requirements ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50869 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-15ignore dependency files in this directorykpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50868 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-15Feature: allow soundcard to be used in both modes (autoanswer and not),tilghman1-3/+28
selectable by how it is called in the dialplan. This allows a speaker system hooked up to the soundcard to be used for both ring notification, as well as paging. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50847 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-14Merged revisions 50820 via svnmerge from file1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50820 | file | 2007-01-14 16:59:05 -0500 (Sun, 14 Jan 2007) | 2 lines Add missing newlines for two memory CLI commands. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50821 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-14Bug 8803 - Fix crash in APItilghman1-4/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50784 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-14Merged revisions 50782 via svnmerge from tilghman31-31/+31
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r50782 | tilghman | 2007-01-13 23:13:47 -0600 (Sat, 13 Jan 2007) | 10 lines Merged revisions 50781 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50781 | tilghman | 2007-01-13 23:01:16 -0600 (Sat, 13 Jan 2007) | 2 lines Bug 8814 - db should look for its header using a relative path, instead of the system path (Fixes FreeWRT) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50783 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Merged revisions 50754 via svnmerge from kpfleming2-10/+28
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50754 | kpfleming | 2007-01-13 10:45:37 -0600 (Sat, 13 Jan 2007) | 2 lines when building the sample greetings for maibox 1234@default during 'make samples', build a greeting for each language and file format the user selected to install with menuselect (reported by Brian Capouch on asterisk-dev) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50755 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Merged revisions 50727 via svnmerge from file1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50727 | file | 2007-01-13 01:00:24 -0500 (Sat, 13 Jan 2007) | 2 lines Only write a frame out to the channel if one exists. There are cases where one may not and would therefore cause the channel driver to segfault. (issue #8434 reported by slimey) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50728 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Get rid of unneeded code, fix a spelling mistake, and use registry state a ↵file1-7/+4
bit more. (issue #8402 reported by rizzo) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50709 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Clarify what the trunkmaxsize value is in (bytes).file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50704 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Drop trunkrealloc option and just have the maximum size be a configurable ↵file3-11/+17
option. This is per Kevin's comments on -dev and my own thoughts after I put the previous option in. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50698 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Ensure error variable is set to 0 or else we might get false error messages. ↵file1-1/+1
(issue #8798 reported by tootai, fix by anthonyl) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50677 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Merge in trunkrealloc option for chan_iax2. (issue #8267 reported by ↵file3-2/+12
marcodmb, branch by anthonyl) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50676 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-13Merged revisions 50674 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50674 | file | 2007-01-12 22:04:55 -0500 (Fri, 12 Jan 2007) | 2 lines Only join the snmp thread on an unload if the thread is actually running. (issue #8810 reported by junky) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50675 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-12Merged revisions 50647 via svnmerge from qwell1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50647 | qwell | 2007-01-12 13:24:40 -0600 (Fri, 12 Jan 2007) | 2 lines Update documentation to state that you shouldn't use realtime static with voicemail.conf ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50648 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-12Exit from session loop upon error (ie: they disconnected) and don't do any ↵file1-6/+1
buffer manipulation in do_message. get_input will handle it. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50629 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-12Merged revisions 50602 via svnmerge from file1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50602 | file | 2007-01-12 11:42:33 -0500 (Fri, 12 Jan 2007) | 2 lines We need to check for res being 0 in do_message itself, otherwise our headers will get lost. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50603 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-12make the automatic post-answer delay happen only when the answer is ↵kpfleming3-16/+13
'automatic' (not done by the Answer() dialplan application) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50571 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-12Merged revisions 50562 via svnmerge from kpfleming1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r50562 | kpfleming | 2007-01-12 08:42:24 -0600 (Fri, 12 Jan 2007) | 10 lines Merged revisions 50561 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50561 | kpfleming | 2007-01-12 08:34:15 -0600 (Fri, 12 Jan 2007) | 2 lines minor documentation clarification ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50563 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-11when a channel gets automatically answered by an application, sleep a bit to ↵kpfleming1-0/+7
give the audio path (for VOIP channels) time to be setup git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50538 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-11Merged revisions 50468 via svnmerge from file1-26/+19
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50468 | file | 2007-01-11 00:53:09 -0500 (Thu, 11 Jan 2007) | 2 lines Remove check for channel state as it can definitely be something other then ring, and also clean up the code a bit. This should solve the parking issues and maybe some attended transfer issues people have been seeing. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50469 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-11Merged revisions 50466 via svnmerge from file3-1/+10
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50466 | file | 2007-01-11 00:19:39 -0500 (Thu, 11 Jan 2007) | 2 lines Add support to see whether NAT was detected (yay symmetric RTP) and also add a check in chan_sip so that if NAT has been detected and the reinvite behind nat option has been turned off, then just do partial bridge. (issue #8655 reported by mnicholson) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50467 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50433 via svnmerge from file1-28/+25
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50433 | file | 2007-01-10 15:25:44 -0500 (Wed, 10 Jan 2007) | 2 lines Merge speech-multi branch which adds support for joining multiple sound files together to be played one after another in SpeechBackground. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50434 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50405 via svnmerge from file1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50405 | file | 2007-01-10 14:46:29 -0500 (Wed, 10 Jan 2007) | 2 lines Fix parsing when using something like ldap settings. (done by anthonyl) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50406 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Return the useless casts that ensure this file is C++ clean. (issue #8602 ↵file1-4/+6
reported by mikma) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50397 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50377 via svnmerge from file1-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50377 | file | 2007-01-10 13:32:29 -0500 (Wed, 10 Jan 2007) | 2 lines Fix chan_sip not working issue. Let's not prematurely return 0. (issue #8783 reported by st41ker) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50378 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50346 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50346 | qwell | 2007-01-10 10:45:36 -0600 (Wed, 10 Jan 2007) | 4 lines Reverse some logic in cdr_manager, which made it fail to load if the config file existed. Issue 8777 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50347 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50298 via svnmerge from file1-5/+15
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r50298 | file | 2007-01-09 23:55:13 -0500 (Tue, 09 Jan 2007) | 10 lines Merged revisions 50295 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50295 | file | 2007-01-09 23:51:06 -0500 (Tue, 09 Jan 2007) | 2 lines Add another return value to dial_exec_full that indicates execution is going to continuing at a new extension/context/priority and to just let it slide. (issue #8598 reported by jon) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50302 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Allow usedistinctiveringdetection and distinctiveringaftercid to be reset ↵file1-4/+2
during a reload. (issue #8739 reported by tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50294 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50266 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50266 | file | 2007-01-09 22:51:29 -0500 (Tue, 09 Jan 2007) | 2 lines Ensure data's existence before trying to access it. (issue #8774 reported by rcourtna) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50267 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Covert some spaces to tabs, and put a list of defines in an enum.russell1-18/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50230 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-10Merged revisions 50228 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r50228 | russell | 2007-01-09 21:17:46 -0500 (Tue, 09 Jan 2007) | 14 lines Merged revisions 50227 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50227 | russell | 2007-01-09 21:16:45 -0500 (Tue, 09 Jan 2007) | 6 lines Make the number that represents the major version number a single digit instead of 2. Using two digits makes it an octal number when put into version.h, which breaks the compilation of any out of tree module that checks the version for any version after 1.2.7 (reported by Matteo Brancaleoni on the asterisk-dev mailing list, who gave credit to vihai for pointing it out) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50229 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-09Blocked revisions 50186 via svnmergeqwell0-0/+0
........ r50186 | qwell | 2007-01-09 11:11:53 -0600 (Tue, 09 Jan 2007) | 4 lines Re-add CLI command that should have only been deprecated in 1.4. Thanks kshumard! (reported in person, so no associated issue #) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50187 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-09Merged revisions 50151 via svnmerge from tilghman1-2/+24
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r50151 | tilghman | 2007-01-09 07:40:45 -0600 (Tue, 09 Jan 2007) | 12 lines Merged revisions 50150 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r50150 | tilghman | 2007-01-09 07:30:04 -0600 (Tue, 09 Jan 2007) | 4 lines The advent of realtime has enabled people to use commas in the fullname field. This could cause an issue with sending voicemails, when the field is unquoted. (Issue 8595) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50152 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-09Based on the following patch, changed for trunk...oej1-4/+15
Merged revisions 50124 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50124 | oej | 2007-01-09 12:25:20 +0100 (Tue, 09 Jan 2007) | 3 lines - handle re-invites properly in sip_hangup() - Add some invitestate status changes just to be sure ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50132 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 50098 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50098 | qwell | 2007-01-08 17:39:12 -0600 (Mon, 08 Jan 2007) | 4 lines Fix an issue with voicemail and users.conf, where it wouldn't ever parse a password, since it was using "secret" instead of "password" Issue 8761, reported by and patch suggestion from ssokol. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50099 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Move channel acquisition to when the translation path is setup, and clean up.file1-30/+35
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50075 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 50073 via svnmerge from mogorman1-1/+0
https://svn.digium.com/svn/asterisk/branches/1.4 ........ r50073 | mogorman | 2007-01-08 15:11:16 -0600 (Mon, 08 Jan 2007) | 1 line we can't unlock a channel if we cant find it. - AnthonyL bug #8741 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50074 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Make callback declaration match one used in trunk.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50056 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Change trylock output for what already has the lock from an error to a warning.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50034 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 50032 via svnmerge from file1-0/+10
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50032 | file | 2007-01-08 13:21:31 -0500 (Mon, 08 Jan 2007) | 2 lines Disable the more intense packet2packet bridging until the bugs can be worked out. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50033 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 50006 via svnmerge from oej1-1/+31
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r50006 | oej | 2007-01-08 15:26:14 +0100 (Mon, 08 Jan 2007) | 11 lines Issue #8677 - Handle failure of T.38 re-invite This is not a fix, but adding an error message to tell the admin that we have a bad configuration. We should not send T.38 re-invites to devices that can't handle it (with the current architecture where you have to hard-code t.38 support per device). To really fix this, we need to figure out a way to tell the incoming call that the re-invite failed, so we can signal failure on that end and go back to the original call. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@50007 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 49983 via svnmerge from oej1-11/+22
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49983 | oej | 2007-01-08 14:28:18 +0100 (Mon, 08 Jan 2007) | 3 lines Issue #8524, support multiple via header values (tardieu) Thanks! ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49984 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Issue #8663 - Add passthrough support for MPEG4 (neutrino88). oej3-4/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49968 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 49945 via svnmerge from oej1-1/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49945 | oej | 2007-01-08 10:08:10 +0100 (Mon, 08 Jan 2007) | 2 lines We only need one forward declaration ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49946 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 49925 via svnmerge from oej1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49925 | oej | 2007-01-08 09:55:03 +0100 (Mon, 08 Jan 2007) | 2 lines Issue 8735: Terminate state when extension is unavailable for subscription ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49931 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 49890 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r49890 | file | 2007-01-08 00:11:54 -0500 (Mon, 08 Jan 2007) | 10 lines Merged revisions 49889 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r49889 | file | 2007-01-08 00:10:07 -0500 (Mon, 08 Jan 2007) | 2 lines Ensure we use the default refresh value of 60 if the remote server does not send one. (issue #8746 reported by maethor) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49891 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-08Merged revisions 49866 via svnmerge from kpfleming2-39/+39
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49866 | kpfleming | 2007-01-07 21:53:53 -0600 (Sun, 07 Jan 2007) | 2 lines since we use AC_PATH_TOOL to find tools, we should use the results it provides for us (reported by Brian Capouch on the asterisk-dev list) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49870 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-07Merged revisions 49834 via svnmerge from tilghman1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r49834 | tilghman | 2007-01-07 15:44:52 -0600 (Sun, 07 Jan 2007) | 10 lines Merged revisions 49833 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r49833 | tilghman | 2007-01-07 15:43:10 -0600 (Sun, 07 Jan 2007) | 2 lines If openstream fails, then we crash (Issue 8564) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49835 f38db490-d61c-443f-a65b-d21fe96a405b
2007-01-07Merged revisions 49831 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r49831 | tilghman | 2007-01-07 15:24:04 -0600 (Sun, 07 Jan 2007) | 2 lines Second condition was a subset of the first, so hold was never decremented, thus hint stayed stuck (Issue 8747) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49832 f38db490-d61c-443f-a65b-d21fe96a405b