aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-05-14With libmmime.a as a .PHONY target, asterisk gets rebuilt every time, but ↵qwell1-2/+0
without proper ASTCFLAGS. This caused a problem with the buildinfo.o file not being able to find asterisk/build.h This was affecting DESTDIR, but I *think* that if asterisk had never been installed before, it would've failed also. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64355 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64353 via svnmerge from russell1-0/+23
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64353 | russell | 2007-05-14 16:16:39 -0500 (Mon, 14 May 2007) | 4 lines When someone requests a specific parking space using the PARKINGEXTEN variable, ensure that no other caller is already there. (issue #9723, reported by mdu113, patch by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64354 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64324 via svnmerge from oej1-17/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64324 | oej | 2007-05-14 21:26:50 +0200 (Mon, 14 May 2007) | 2 lines Change -2 to XMIT_ERROR to clarify a bit more ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64325 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Blocking patch already committed to trunkoej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64323 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64306 via svnmerge from russell1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64306 | russell | 2007-05-14 14:13:00 -0500 (Mon, 14 May 2007) | 3 lines Properly handle AST_CONTROL_PROGRESS by just ignoring it. An unknown indication will trigger an error and cause sounds to stop, which in this case, is ringing. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64322 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64278 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64278 | file | 2007-05-14 14:48:33 -0400 (Mon, 14 May 2007) | 2 lines Properly set datalen field when doing PLC in codec_speex. (issue #9722 reported by mihai) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64279 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64276 via svnmerge from file1-3/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r64276 | file | 2007-05-14 14:36:34 -0400 (Mon, 14 May 2007) | 10 lines Merged revisions 64275 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r64275 | file | 2007-05-14 14:34:06 -0400 (Mon, 14 May 2007) | 2 lines Only perform stripping of - strings from the channel name for Zap channels. Anywhere else we might remove a legitimate part of a device name. (issue #9668 reported by stevedavies) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64277 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14If no port is specified in the outboundproxy setting then use the standard ↵file1-2/+1
SIP port. (issue #9665 reported by tootai) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64274 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14oops - silly typo thereqwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64273 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Don't allow rounding seconds to weird values that may cause "unexpected" ↵qwell2-1/+4
results. Issue 9514. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64263 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Add 'c' option to app_queue which allows for continuing in the dialplan if ↵qwell1-1/+11
the callee hangs up. Issue 9284, patch by lyl, modified a little bit by me (I felt 'continue' was better than 'keepalive') git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64243 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64240 via svnmerge from file1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64240 | file | 2007-05-14 13:23:51 -0400 (Mon, 14 May 2007) | 2 lines Fix scenario where if a phone that simply called Echo() put itself on hold it could never get off hold. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64242 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Regenerate configure script after last change to acinclude.m4russell1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64226 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Remove an extra space from the macro that checks for C defines.russell1-1/+1
(issue #9715, tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64225 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64193 via svnmerge from murf3-26/+14
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64193 | murf | 2007-05-14 07:58:42 -0600 (Mon, 14 May 2007) | 1 line As per 9570, worrisome CDR warnings have been removed, that are either not helpful, or not relevant. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64208 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Merged revisions 64157 via svnmerge from oej1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64157 | oej | 2007-05-14 12:39:12 +0200 (Mon, 14 May 2007) | 2 lines Add hangupcause when we lack codecs for transcoding ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64158 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-13Improve handling network errors on transmission to hosts that don't reply or ↵oej1-29/+72
are unreachable With this code, the call will fail as soon as we get a network error. This may happen on first xmit or a later one, so the retransmit code handles this too. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64142 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-12Merged revisions 64114 via svnmerge from file1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64114 | file | 2007-05-12 18:27:04 -0400 (Sat, 12 May 2007) | 2 lines This concludes my final adventure with bitmasks and the onhold flag. Would anyone care for some peanuts? ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64115 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-12Merged revisions 64086 via svnmerge from file1-2/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64086 | file | 2007-05-12 17:10:45 -0400 (Sat, 12 May 2007) | 2 lines Tweak hold flags some more. They can be of three states when active: active, inactive, one direction. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64087 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-12Issue 9716 - doc/enum.txt no longer exists in trunktilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64072 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-12Merged revisions 64044 via svnmerge from file1-0/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r64044 | file | 2007-05-12 12:32:15 -0400 (Sat, 12 May 2007) | 2 lines Ensure the onhold flag is set no matter what when being put on hold. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64045 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Add/fix support for Redial, Speeddial, and Messages buttons.qwell2-49/+135
Combined effort by DEA and mvanbaak. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64030 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11oops.. Fix the logic of the last commit.qwell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64013 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Better fallback method for autosystemname.qwell2-3/+5
Issue 9713, patch by Juggie with minor mods by me. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64012 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Merged revisions 63982 via svnmerge from qwell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63982 | qwell | 2007-05-11 15:16:17 -0500 (Fri, 11 May 2007) | 7 lines Hide manager password from "manager show user foo". I realize that there are other ways to get this, but we really don't need to just show it in plain text so easily. Issue 9273, patch by junky ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63983 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Add autosystemname setting to asterisk.confqwell2-0/+11
When enabled, it will set the systemname to be the hostname of the system Issue 9713, patch by Juggie - slightly modified by me, to "failover" to localhost git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63967 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Fix some syntax errors.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63946 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Merged revisions 63905 via svnmerge from tilghman2-5/+19
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63905 | tilghman | 2007-05-11 11:35:51 -0500 (Fri, 11 May 2007) | 10 lines Merged revisions 63903 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63903 | tilghman | 2007-05-11 11:31:03 -0500 (Fri, 11 May 2007) | 2 lines Issue 9121 - fixups for safe_asterisk script ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63906 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Merged revisions 63886 via svnmerge from russell1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63886 | russell | 2007-05-11 11:05:43 -0500 (Fri, 11 May 2007) | 6 lines When MD5 authentication is not possible because there is no challenge present, either because the Challenge action was never issued, or some other reason, give a proper error message and return an error instead of claiming that the user wasn't found. (reported by jsmith on IRC) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63902 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Add gender support for AGI SAY NUMBER.russell1-4/+3
(issue #9537, patch by chappell) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63901 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-11Merged revisions 63872 via svnmerge from file1-0/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63872 | file | 2007-05-11 11:43:14 -0400 (Fri, 11 May 2007) | 2 lines Make the PARKINGEXTEN feature of parking actually work. (issue #9708 reported by mdu113) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63873 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-10Merged revisions 63830 via svnmerge from qwell1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63830 | qwell | 2007-05-10 18:15:37 -0500 (Thu, 10 May 2007) | 12 lines Merged revisions 63828 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63828 | qwell | 2007-05-10 18:14:55 -0500 (Thu, 10 May 2007) | 4 lines Fix an issue with trying to kill a thread before it gets created. Issue 9709, patch by nic_bellamy. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63832 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-10Merged revisions 63804 via svnmerge from russell1-3/+7
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63804 | russell | 2007-05-10 17:23:42 -0500 (Thu, 10 May 2007) | 4 lines Strip terminal escape sequences from CLI command output that is going to be sent out over the manager interface. (issue #9659, reported by pari, fixed by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63805 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-10Added check for negative offset in cid spill to prevent infinite loopsdbailey1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63786 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-10Merged revisions 63749 via svnmerge from oej1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63749 | oej | 2007-05-10 22:46:41 +0200 (Thu, 10 May 2007) | 12 lines Merged revisions 63748 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63748 | oej | 2007-05-10 22:38:54 +0200 (Thu, 10 May 2007) | 4 lines Do not allocate SIP pvt's for PEERs we can not reach. This was seen as a lot of dialogs being created then immediately destroyed at reload/restart of the SIP channel. ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63751 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-10Fixing reload. Thanks to Mats Karlsson!oej1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63730 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63698 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63698 | file | 2007-05-09 15:22:39 -0400 (Wed, 09 May 2007) | 2 lines Use the DTMF frame on the channel when returning a DTMF frame from AST_FRAME_NULL or AST_FRAME_VOICE. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63699 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63612 via svnmerge from russell1-38/+37
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63612 | russell | 2007-05-09 11:55:27 -0500 (Wed, 09 May 2007) | 5 lines Modify ast_senddigit_begin() to use the same assumptions used elsewhere in the code in that if a channel does not have a send_digit_begin() callback, it only cares about DTMF END events. (pointed out by Michael Neuhauser on the asterisk-dev list) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63697 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Blocked revisions 63656 via svnmergefile0-0/+0
........ r63656 | file | 2007-05-09 13:43:30 -0400 (Wed, 09 May 2007) | 2 lines Do not prematurely go on hold if sendonly was not actually set. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63657 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63654 via svnmerge from mattf1-16/+18
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63654 | mattf | 2007-05-09 12:25:21 -0500 (Wed, 09 May 2007) | 10 lines Merged revisions 63653 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63653 | mattf | 2007-05-09 12:20:20 -0500 (Wed, 09 May 2007) | 2 lines Make sure we only create a DSP if it's requested on SUB_REAL ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63655 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63611 via svnmerge from file1-5/+8
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63611 | file | 2007-05-09 12:54:56 -0400 (Wed, 09 May 2007) | 10 lines Merged revisions 63610 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63610 | file | 2007-05-09 12:51:03 -0400 (Wed, 09 May 2007) | 2 lines Properly handle hints that point to multiple devices in chan_sip. Why chan_sip is even doing this I have no idea but I would rather not go into a rant. (issue #9536 reported by rlister) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63613 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63608 via svnmerge from russell1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63608 | russell | 2007-05-09 11:43:50 -0500 (Wed, 09 May 2007) | 5 lines Only call ast_senddigit_begin() in ast_senddigit() if the channel has a send_digit_begin() callback. Checking the END_DTMF_ONLY flag was the wrong thing to do, because that flag indicates that a *bridged* channel only wants DTMF END events coming from this channel. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63609 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63566 via svnmerge from tilghman1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63566 | tilghman | 2007-05-09 09:50:33 -0500 (Wed, 09 May 2007) | 10 lines Merged revisions 63565 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63565 | tilghman | 2007-05-09 09:48:06 -0500 (Wed, 09 May 2007) | 2 lines Replicate fix from 51158 (app_voicemail) to app_directory (Issue 9224) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63567 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63535 via svnmerge from russell1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63535 | russell | 2007-05-09 08:24:03 -0500 (Wed, 09 May 2007) | 6 lines I have seen multiple people post questions trying to figure out what the message "The configure script must be executed before running 'make'" means. So, add another like that says to specifically run ./configure. If this isn't obvious enough, then they should be using something like AsteriskNOW and not installing from source. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63536 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-09Merged revisions 63532 via svnmerge from oej1-2/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63532 | oej | 2007-05-09 15:04:14 +0200 (Wed, 09 May 2007) | 2 lines Don't retransmit 200 OK's on ignore status. (Reported on asterisk-users) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63533 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-08Merged revisions 63478 via svnmerge from tilghman1-18/+32
https://origsvn.digium.com/svn/asterisk/branches/1.4 ................ r63478 | tilghman | 2007-05-08 17:38:02 -0500 (Tue, 08 May 2007) | 10 lines Merged revisions 63477 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r63477 | tilghman | 2007-05-08 17:19:15 -0500 (Tue, 08 May 2007) | 2 lines Issue 9602 - segfault in app_macro ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63479 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-08Merged revisions 63448 via svnmerge from russell1-15/+19
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63448 | russell | 2007-05-08 11:53:09 -0500 (Tue, 08 May 2007) | 4 lines I mixed up the use of the find_feature() function, so I renamed it find_dynamic_feature, and changed the code to use the correct lock when using it. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63449 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-08I noted this on the dev list but got no response, so I just did it myself.russell3-6/+22
Lock the call features when being used in chan_sip. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63447 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-08Merged revisions 63445 via svnmerge from russell1-49/+61
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63445 | russell | 2007-05-08 11:30:43 -0500 (Tue, 08 May 2007) | 2 lines Use a read/write lock when accessing the built-in features. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63446 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-08Merged revisions 63403 via svnmerge from russell1-0/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r63403 | russell | 2007-05-08 10:10:37 -0500 (Tue, 08 May 2007) | 3 lines Move realtime_pgsql.sql to contrib/scripts to be with the rest of the sql examples. (issue #9676, suretec) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@63404 f38db490-d61c-443f-a65b-d21fe96a405b