aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-10-02Optimization of oh323_indicate(): less locks - less problems, plus single ↵pcadach1-36/+17
exit point git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44166 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-02Don't use Channel when you're not talking about a channel :)markster2-4/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44146 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-01Do not simulate any audio tones if we got PROGRESS messagepcadach1-2/+11
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44135 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-01Fix a problem that cuased AST_DATA_DIR in defaults.h to be empty. The cause isrussell1-1/+3
that since ASTDATADIR is explicitly exported using "export ASTDATADIR" at the top of the Makefile, make no longer considers the variable "undefined", so the Makefile can't use ?= to set ASTDATADIR if not yet set. (issue #8063, reported by akohlsmith, fixed by me) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44125 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-01Merged revisions 44110 via svnmerge from russell1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r44110 | russell | 2006-10-01 11:19:23 -0400 (Sun, 01 Oct 2006) | 3 lines Fix the name of the "eventmemberstatus" option in the sample queues.conf (issue #8065, adamg) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44111 f38db490-d61c-443f-a65b-d21fe96a405b
2006-10-01sync with trunk - move variable declarations to the beginning of a block.rizzo1-2/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44109 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-30Allow one-way RTP streams (device->Asterisk)pcadach1-3/+7
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44090 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-30fix two recent build problems:rizzo3-17/+22
- with AST_DEVMODE, building codecs/lpc10 fails because of lots of warnings, and the configure step in editline fails as well. Fix this by removing the -Werror in these steps. - on FreeBSD (but probably on other platforms as well), the final link of asterisk fails because AST_LIBS was not exported to the subdirs Makefiles. Add a proper fix in the top-level Makefile (a possible alternative way is to add "export AST_LIBS" near the beginning of the file). With this fix, i believe that some of the platform-specific conditionals in main/Makefile are redundant (because they should be already dealt with in the top level Makefile) but i don't have a platform to check. Merging to head will happen in a moment. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44080 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-30Fix issue #7928 correctly. Next is a comment of previous fix:pcadach1-1/+1
Issue #7928 - Don't send both 404 and 503. Fix by phsultan with a small fix by me, myself or I. Thanks, Philippe! (This was caused by my changes to the transaction handling) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44078 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-30Found some buggy SIP clients (phones Planet VIP-153T firmwarepcadach1-0/+4
1.0, Linksys PAP2 firmware 3.1.9(LSc)) which sends ACK not on OK message only (when remote party answers) but on RINGING message too, so when we send 200 OK message, we get unidentified ACK message (because INVITE acknowledged on RINGING message already), so 200 OK retransmits within its retransmission interval then call gets dropped. If someone else knows how to provide workaround for such cases, please, fix it in correct way. Thanks to ssh from #asteriskru for provide access to his box to study and fix this case. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44068 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29ignore temporary files made by the Makefiles during a buildkpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44057 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ↵kpfleming15-174/+103
make 3.80 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44055 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Fix a bug with the removal of 'atleast' argument to 'core verbose' and 'core ↵qwell2-13/+54
debug'. Add that argument back in. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44053 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Compile first, pleasepcadach1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44043 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Set TON/PRESENTATION information more carefully when no CallingNumber IE ↵pcadach1-0/+10
available git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44042 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Fake display name by called number on incoming calls (until passing ↵pcadach1-0/+2
connected number/connected name is not implemented) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44034 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Ported code refers to H.450 - add includespcadach1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Properly pass TON/PRESENTATION information - originalpcadach2-1/+308
H323Connection::SendSignalSetup() destroys Q.931 fields. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44022 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29yet another place where we were not using the correct CFLAGS by defaultkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29missed one conversion to ASTCFLAGSkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44011 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29Pass TON/PRESENTATION information toopcadach4-7/+42
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44009 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because ↵kpfleming10-49/+71
they are also then used for non-Asterisk components (like menuselect); use our own variables instead git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44008 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29support --without-curl in configure scriptkpfleming2-55/+80
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43997 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29another cross-compile fixkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43996 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29a couple more environment settings that can't leak into the menuselect buildkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43993 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-29proper fix for ast_group_t changekpfleming1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43978 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28eliminate compiler warning when DEBUG_CHANNEL_LOCKS is enabled and users of ↵kpfleming1-0/+2
this header file don't also include channel.h git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43952 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Fix incorrect argument order for member names, on persisted members.qwell1-1/+1
Issue 8047, patch by jmls. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43944 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)file18-30/+27
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43933 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Blocked revisions 43924 via svnmergefile0-0/+0
........ r43924 | file | 2006-09-28 14:00:30 -0400 (Thu, 28 Sep 2006) | 2 lines Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43932 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Merged revisions 43916 via svnmerge from kpfleming1-16/+13
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43916 | kpfleming | 2006-09-28 12:31:57 -0500 (Thu, 28 Sep 2006) | 2 lines fix buggy (and overly complex) loop used during reload of app_queue for static member list updating ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43919 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Extend call establishment timeoutpcadach1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Make sure the pvt exists before accessing it again as it may have gone away ↵file1-1/+1
(issue #7562 reported by Seb7 and issue #7939 reported by sorg) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43915 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Warning be gone!file1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43913 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Merged revisions 43897 via svnmerge from bweschke1-2/+16
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43897 | bweschke | 2006-09-28 12:37:15 -0400 (Thu, 28 Sep 2006) | 3 lines app_queue is comparing the device names incorrectly while checking their statuses. It's internal list of interfaces includes the dial string, while the argument passed to this function does not have the dial string (/n for a local channel). This causes it to ignore the device state changes because it thinks it belongs to none of its members. (#8040 reported and patch by tim_ringenbach) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43899 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Merged revisions 43895 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43895 | kpfleming | 2006-09-28 11:32:44 -0500 (Thu, 28 Sep 2006) | 2 lines eliminate compiler warning introduced by recent changes ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43898 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Merged revisions 43891 via svnmerge from file1-1/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43891 | file | 2006-09-28 12:13:55 -0400 (Thu, 28 Sep 2006) | 2 lines Stop the stream after waitstream returns so that our formats get restored. (issue #7370 reported by kryptolus) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Fix compiler warningpcadach1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43877 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Merged revisions 43871 via svnmerge from bweschke1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43871 | bweschke | 2006-09-28 11:18:05 -0400 (Thu, 28 Sep 2006) | 3 lines Fix race condion crash with get_member_status (#7864 - tim_ringenbach reported and patched) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43873 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28 Autopause not working for queue members. (#8042 - jmls reported and patch)bweschke1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Force remote side to start media on outgoing PROGRESS messagepcadach2-0/+40
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43862 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Put attribute tag at correct placepcadach1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43861 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Merged revisions 43764 via svnmerge from crichter3-25/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43764 | crichter | 2006-09-27 14:51:03 +0200 (Mi, 27 Sep 2006) | 1 line fixed a bug which led to chan_list zombies, when the call could not be properly established in misdn_call. also removed the ACK_HDLC stuff which is not really needed. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43852 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Do not open transmit channel until TCS is receivedpcadach1-0/+4
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Don't warn on HOLD/UNHOLD control framespcadach1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43844 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-28Don't treat unknown control frames as voicepcadach1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43843 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27Merged revisions 43815 via svnmerge from tilghman1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r43815 | tilghman | 2006-09-27 15:20:35 -0500 (Wed, 27 Sep 2006) | 2 lines Avoid inability to lock directory log message by creating the directory ahead of time. (Issue 7631) ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43816 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27Fix an issue with PLAYBACKSTATUS not being set under certain circumstances.qwell2-4/+7
Fix a minor issue, to make it use the filenames that were parsed, instead of the entire argument string. Fix Background() to return -1 like Playback(), if no args are specified. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43803 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27Blocking this from 1.4, fix is quite a bit different.qwell0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43801 f38db490-d61c-443f-a65b-d21fe96a405b
2006-09-27Compensate for out of order packets better if RFC2833 compensation is turned on.file1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43798 f38db490-d61c-443f-a65b-d21fe96a405b