aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-25Removing chan_vpb from the treemmichelson6-3091/+7
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100420 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25Blocked revisions 100418 via svnmergemmichelson0-0/+0
........ r100418 | mmichelson | 2008-01-25 16:32:41 -0600 (Fri, 25 Jan 2008) | 4 lines Deprecating chan_vpb. It is now preferred that users of Voicetronix products use chan_zap in combination with their zaptel drivers. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100419 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25Merged revisions 100378 via svnmerge from qwell1-4/+3
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100378 | qwell | 2008-01-25 15:24:49 -0600 (Fri, 25 Jan 2008) | 2 lines This would have never been true, since we're passing (sizeof(req.data) - 1) as the len to recvfrom(). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100379 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25correct a real problem and silence an annoying compiler warningkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100361 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25Insure that we are not going to pass a NULL pointer to add_to_interfaces.mmichelson1-2/+2
(closes issue #11840) Reported by: junky git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100344 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-25Add an API call that steals the answered channel so that a destruction of ↵file2-0/+25
the dialing structure does not hang it up. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100325 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Use the set ASTDBDIR as the default, tootilghman2-1/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100307 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24ummm... might be good if this macro argument was actually used :-)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100306 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24add the ability to define a structure type for argument parsing when it ↵kpfleming1-4/+20
would be useful to be able to pass it between functions git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100305 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Fix simple whitespace issuejamesgolovich1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100266 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Merged revisions 100264 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100264 | kpfleming | 2008-01-24 15:57:41 -0600 (Thu, 24 Jan 2008) | 2 lines make these macros not assume that the only other field in the structure is 'argc'... this is true when someone uses AST_DECLARE_APP_ARGS, but it's perfectly reasonable to define your own structure as long as it has the right fields ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100265 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Minor cosmetic change...file1-2/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100245 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Increase the size of filenames stored when astmm is used. If the path jamesgolovich1-1/+1
length was long they would be truncated and grouped together with whatever matches git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100224 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Merge in strictrtp branch. This adds a strictrtp option to rtp.conf which ↵file3-0/+39
drops packets that do not come from the remote party. (closes issue #8952) Reported by: amorsen git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100206 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Merged revisions 100164 via svnmerge from russell1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100164 | russell | 2008-01-24 11:22:09 -0600 (Thu, 24 Jan 2008) | 2 lines Update main Asterisk copyright info to 2008 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100169 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Merged revisions 100138 via svnmerge from qwell2-4/+9
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r100138 | qwell | 2008-01-24 10:41:29 -0600 (Thu, 24 Jan 2008) | 6 lines Fix compilation on Solaris. (closes issue #11832) Patches: bug-11832.diff uploaded by snuffy (license 35) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100139 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Move chan_local dependency into places (only one) that previously depended ↵qwell2-4/+4
on res_features, and used local channels git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100121 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Remove dependency on res_features from some channel drivers. It is now part ↵file4-9/+0
of the core and no longer exists as a module. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100112 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Some more cosmetic changes.file1-1/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100095 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Add some spacing.file1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100094 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Test hopefully over.file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100093 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24Testing something...file1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100076 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-24fix flag bit definitions to make code from issue #11049 actually work; along ↵kpfleming1-13/+15
the way, clarify comments and add some dummy flag definitions for other multi-bit flags to hopefully stop this from happening in the future (closes issue #11049) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100057 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Move code from res_features into (new file) main/features.cqwell8-357/+359
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100039 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Add Sergey Tamkovich to CREDITS. Thank you for your contributions!russell1-0/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@100021 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99978 via svnmerge from oej1-2/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99978 | oej | 2008-01-23 22:07:16 +0100 (Ons, 23 Jan 2008) | 7 lines Second attempt. Don't change invitestate when receiving 18x messages in CANCEL state. (issue #11736) Reported by: MVF Patch by oej. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99980 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99977 via svnmerge from oej1-5/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99977 | oej | 2008-01-23 21:58:20 +0100 (Ons, 23 Jan 2008) | 9 lines Make sure we don't cancel destruction on calls in CANCEL state, even if we get 183 while waiting for answer on our CANCEL. (issue #11736) Reported by: MVF Patches: bug11736.txt uploaded by oej (license 306) Tested by: MVF ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99979 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99975 via svnmerge from mmichelson1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99975 | mmichelson | 2008-01-23 14:25:00 -0600 (Wed, 23 Jan 2008) | 3 lines Fixing a typo. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99976 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99923 via svnmerge from russell1-2/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99923 | russell | 2008-01-23 11:46:55 -0600 (Wed, 23 Jan 2008) | 8 lines ChanSpy issues a beep when it starts at the beginning of a list of channels to potentially spy on. However, if there were no matching channels, it would beep at you over and over, which is pretty annoying. Now, it will only beep once in the case that there are no channels to spy on, but it will still beep again once it reaches the beginning of the channel list again. (closes issue #11738, patched by me) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99924 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Fix tcptls build when openssl isn't installedrussell1-6/+6
(closes issue #11813) Reported by: tzafrir Patches: asterisk-tcptls.diff.txt uploaded by jamesgolovich (license 176) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99922 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23since echo canceler parameters in Zaptel are now signed integers, allow them ↵kpfleming1-1/+1
during parsing git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99920 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Blocked revisions 99878 via svnmergemmichelson0-0/+0
........ r99878 | mmichelson | 2008-01-23 10:18:04 -0600 (Wed, 23 Jan 2008) | 4 lines These flag tests were illogical. They were testing sip_peer flags on a sip_pvt. Thanks to Russell for helping to get this odd problem figured out. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99879 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Progress messages don't worktilghman1-0/+2
(closes issue #10497) Reported by: pj Patches: h323-announces-r99483.diff uploaded by sergee (license 138) Tested by: pj git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99860 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23- Add a few comments to sip_xmitoej1-7/+13
- Make sure that we are aware of a pending INVITE even if we're using TCP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99839 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Coding guidelines fixupstilghman1-358/+358
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99818 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99777 via svnmerge from tilghman1-1/+4
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99777 | tilghman | 2008-01-22 22:31:51 -0600 (Tue, 22 Jan 2008) | 8 lines When we reset the password via an external command, we should also reset the password stored in the in-memory list, too (otherwise it doesn't really take effect). (closes issue #11809) Reported by: davetroy Patches: fix_externpass.diff uploaded by davetroy (license 384) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99778 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99775 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99775 | tilghman | 2008-01-22 22:20:15 -0600 (Tue, 22 Jan 2008) | 2 lines Oops, should have checked for a NULL obj, here, too ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99776 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Coding guidelines cleanuptilghman1-149/+151
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99758 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Merged revisions 99718 via svnmerge from tilghman1-4/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99718 | tilghman | 2008-01-22 18:56:06 -0600 (Tue, 22 Jan 2008) | 2 lines Just confirmed that all current platforms need this header file ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99719 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-23Oopstilghman0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99700 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Add res_config_ldap for realtime LDAP engine.tilghman11-10/+3209
(closes issue #5768) Reported by: mguesdon Patches: res_config_ldap-v0.7.tar.gz uploaded by mguesdon (license 121) res_ldap.conf.sample uploaded by suretec (license 70) asterisk-v3.1.4.ldif uploaded by suretec (license 70) asterisk-v3.1.4.schema uploaded by suretec (license 70) Tested by: oej, mguesdon, suretec, cthorner git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99696 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Merged revisions 99652 via svnmerge from oej1-42/+44
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99652 | oej | 2008-01-22 21:56:09 +0100 (Tis, 22 Jan 2008) | 4 lines Thanks to Russell's education I realize that BUFSIZ has changed since I learned the C language over 20 years ago... Resetting chan_sip to the size of BUFSIZ that I expected in my old head to avoid too heavy memory allocations on some systems. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99653 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Documentation updates for BRIDGEPVTCALLIDoej2-2/+8
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99647 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Merged revisions 99643 via svnmerge from tilghman1-12/+17
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99643 | tilghman | 2008-01-22 14:34:55 -0600 (Tue, 22 Jan 2008) | 2 lines Fix the defines for OS X (and Solaris, too) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99646 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Make sure the command is not just present but is also configured to be executedrussell1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99645 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Add a generic function to set the bridged call PVT unique id stringoej3-0/+22
as a channel variable BRIDGEPVTCALLID This is important for call tracing in log files and CDRs, so that the SIP callID can be traced along servers. The CHANNEL dialplan function won't work here, since the outbound channel is gone when we need the Call-ID. Other channel drivers may now implement the same function :-), but this patch only supports chan_sip.so. Inspired by (issue #11816) Reported by: ctooley Patch by oej git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99644 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Change the Asterisk CLI startup commands feature to read commands to run ↵russell3-25/+23
from cli.conf after a discussion on the -dev list. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99642 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Merged revisions 99594 via svnmerge from oej4-1/+12
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99594 | oej | 2008-01-22 18:41:57 +0100 (Tis, 22 Jan 2008) | 3 lines Add more dependencies on chan_local and add a note to the description of chan_local so that people don't disable it in menuselect just to clean up. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99596 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Merged revisions 99592 via svnmerge from oej1-0/+5
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99592 | oej | 2008-01-22 18:31:17 +0100 (Tis, 22 Jan 2008) | 5 lines Add dependency on chan_local to app_dial. Dial still runs without chan_local, but will be missing forwarding functionality. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99595 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-22Merged revisions 99540 via svnmerge from tilghman1-2/+157
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r99540 | tilghman | 2008-01-22 10:54:06 -0600 (Tue, 22 Jan 2008) | 7 lines Ensure that we can get an address even when we don't have a default route. (closes issue #9225) Reported by: junky Patches: 20080122__bug9225.diff.txt uploaded by Corydon76 (license 14) Tested by: oej, loloski, sergee ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@99559 f38db490-d61c-443f-a65b-d21fe96a405b