aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-11-20Use a separate variable in the channel structure to store the context that ↵file4-5/+6
the channel was dialed from. (issue #8382 reported by jiddings) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Explain properly how videosupport works. oej1-1/+5
Committ from Asterisk Video Task Force meeting in Paris! git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-20Make sure we destroy scheduled items and not use them ever again after ↵oej1-2/+9
destruction (rizzo) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47843 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-18fix bug 7450 - Parsing fails if From header contains angle brackets rizzo1-5/+6
(the bug was only in a corner case where the < was right after the opening quote, and the fix is trivial). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47823 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-17block patch that was already present herekpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47803 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Fix a couple of typos. Initially pointed out by mrobinson.qwell2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47782 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Blocked revisions 47780 via svnmergeqwell0-0/+0
........ r47780 | qwell | 2006-11-16 17:16:35 -0600 (Thu, 16 Nov 2006) | 2 lines Fix a couple of typos in applications.. Initially spotted by mrobinson. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47781 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16update documentation regarding IAX2 transfers and CDRskpfleming1-25/+10
Merged revisions 47776 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47776 | kpfleming | 2006-11-16 16:57:31 -0600 (Thu, 16 Nov 2006) | 2 lines update clearly wrong documentation regarding cdr_custom ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47777 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Compare technology using the pointers instead of a straight comparison based ↵file1-3/+3
on name. (issue #8228 reported by dean bath) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47764 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Blocked revisions 47761 via svnmergefile0-0/+0
........ r47761 | file | 2006-11-16 15:29:28 -0500 (Thu, 16 Nov 2006) | 2 lines Look for the header file specifically in all cases, not just the existence of the directory. (issue #8358 reported by mrness) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47762 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16check for pre-1.4 versions of Zaptel and abort the configure script if found ↵kpfleming2-0/+124
with an appropriate error message git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47758 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Make the HOLD notification optional, in order to avoid a lot of extra ↵oej2-3/+13
database lookups for all those realtime users out there. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47755 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Merged revisions 47750 via svnmerge from file1-0/+27
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47750 | file | 2006-11-16 13:26:50 -0500 (Thu, 16 Nov 2006) | 2 lines Because of the way chan_local is written we should be extra careful and make sure our callback functions have a tech_pvt. (issue #8275 reported by mflorell) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47751 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Don't unreference the SLA object if there is no SLA object in the ↵file1-0/+4
devicestate callback. (issue #8354 reported by loloski) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47748 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Don't fixup if there's nothing to fixup oej1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47744 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16Warn users about change in canreinviteoej1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47736 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-16- CANCEL is never authenticated (according to the RFC)oej2-3/+9
- Update docs on canreinvite. "nonat" is the recommended setting for most users with phones behind a NAT. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47733 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Merged revisions 47711 via svnmerge from file1-0/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47711 | file | 2006-11-15 17:29:30 -0500 (Wed, 15 Nov 2006) | 2 lines Make sure that the pvt structure exists before trying to do fixup on Local channels. (issue #7937 reported by mada123, fix by alamantia with mods by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47712 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Fix ODBC_STORAGE for when context is NULLtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47709 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15We need to ensure timelimit stuff is included as well so warnings get ↵file1-3/+9
played. (issue #8050 reported by KNK) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47707 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15don't try to call fclose() if fopen() failedkpfleming1-3/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47701 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15- Improve SIP historyoej1-5/+14
- Never send reply to ACK (again...) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15block fix that was found in this branch and backported to 1.2kpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47697 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Merged revisions 47677 via svnmerge from kpfleming1-8/+47
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47677 | kpfleming | 2006-11-15 11:56:42 -0600 (Wed, 15 Nov 2006) | 4 lines ensure that message duration is included in email notifications for forwarded messages (BE-96, fix by me after corydon used his clue-bat on me) ensure that duration in the message metadata is updated if prepending is done during forwarding (related to BE-96) remove prototype for API call that does not exist ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47693 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Merged revisions 47686,47688-47689 via svnmerge from kpfleming1-1/+7
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47686 | kpfleming | 2006-11-15 13:42:05 -0600 (Wed, 15 Nov 2006) | 2 lines clear the category's variable tail pointer as well when variables are detached from it ........ r47688 | kpfleming | 2006-11-15 13:47:43 -0600 (Wed, 15 Nov 2006) | 2 lines when appending a list of variable to a category, ensure the tail pointer points to the last variable in the list ........ r47689 | kpfleming | 2006-11-15 13:58:46 -0600 (Wed, 15 Nov 2006) | 2 lines when re-writing the config file, don't repeat the path if it hasn't changed ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47690 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Merged revisions 47682 via svnmerge from kpfleming1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47682 | kpfleming | 2006-11-15 12:39:47 -0600 (Wed, 15 Nov 2006) | 2 lines ouch... don't use printf, use ast_log/ast_verbose ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47684 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15fix longest match search in find_cli.rizzo1-1/+3
Trunk already fixed. 1.2 not affected (well, i have no idea, the code is totally different there). git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47672 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Send error message when we can't allocate SIP dialog, possibly due to ↵oej1-1/+14
limitation of file descriptors. (imported from 1.2) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47656 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Block patch to 1.2 that already was fixed in 1.4.oej0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47649 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15If NAT detection is turned on or already detected then say NAT is active ↵file1-2/+5
when setting the remote RTP peer when doing early bridging. (issue #8365 reported by marcelbarbulescu) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47645 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15more formatting cleanup, and avoid running off the end of the stringkpfleming1-17/+15
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47641 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15Turn notice about unknown RTCP packet type into a debug message instead.file1-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47639 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-15silence compiler warning on 64-bit platforms (this variable is an 'int' ↵kpfleming1-1/+1
anyway, comparing it to 'signed long' is not useful) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47635 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Merged revisions 47631 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47631 | file | 2006-11-14 17:15:10 -0500 (Tue, 14 Nov 2006) | 2 lines Update copyright information in the ADSI logo blob. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47632 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Only keep the video RTP structure around if 1. Video support is enabled and ↵file1-3/+3
2. A video codec is enabled on the dialog git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47628 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Small documentation clarification for URIENCODE. (issue #8294 reported by ↵file1-2/+2
salaud) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47625 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Conversion of res_odbc API to include ast_ prefix did not completely ↵tilghman1-88/+89
transition app_voicemail when ODBC_STORAGE is used (reported on IRC by caio1982, not in bugtracker) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47621 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Use LOG_DEBUG to print out the indication that app_amd is using default ↵file1-2/+2
settings instead of using LOG_NOTICE. This stops needless logging of this information under normal circumstances. (issue #8361 reported by Seb7) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47617 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Update documentation to fit the implementation...oej1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47613 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-14Issue #8272 - Don't destroy dialog in retransmission system if it's an ↵oej1-2/+5
OPTION packet from peerpoke git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47597 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Merged revisions 47583 via svnmerge from file1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47583 | file | 2006-11-13 16:26:36 -0500 (Mon, 13 Nov 2006) | 2 lines Initialize global pointers for connection and result to NULL. (issue #8356 reported by james) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47584 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Merged revisions 47580 via svnmerge from tilghman1-3/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47580 | tilghman | 2006-11-13 14:18:30 -0600 (Mon, 13 Nov 2006) | 2 lines Having more than 255 old messages caused corruption in the new/old count ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47581 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13This solves bug 8342, whereby a crash occurs under certain circumstances ↵murf1-1/+1
while reading a config file with comments-- a call to CB_ADD shouldn't happen if withcomments is zero git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47576 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Re-enable old deprecated commandstilghman2-8/+51
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47573 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13- Don't reply to INVITE already replied to when we get BYEoej1-2/+3
- Declare errmsg as int. Oops. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Eager people beat me to fixing the messed if, but we all forgot to update ↵murf1-11/+8
the regressions. Until now. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Clean up last commit to better conform to standards.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47558 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13AEL need not complain about parkedcalls not being found... just confuses usersmurf1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Merged revisions 47549 via svnmerge from file1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47549 | file | 2006-11-13 12:05:32 -0500 (Mon, 13 Nov 2006) | 2 lines When sending an SMS with a user data header properly set the UDH flag in the first byte. (issue #8347 reported by hoffmeis) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47551 f38db490-d61c-443f-a65b-d21fe96a405b
2006-11-13Free full command string upon unregistering of CLI command. Backported from ↵file1-0/+1
revision 47536 from rizzo. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@47542 f38db490-d61c-443f-a65b-d21fe96a405b