aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07solves some bugs with memory allocation, and addsmogorman3-34/+93
a message stack. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32918 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07moh files will now be distributed in native format, not mp3, so...kpfleming4-23/+24
update sounds/Makefile to download/unpack the proper files remove all evidence of mpg123 from the main Makefile change the sample musiconhold.conf file to use native mode instead of mp3 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32917 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07ok, now it knows how to auto-download and installkpfleming1-6/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32916 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07don't force the sounds to download... only when neededkpfleming4-9/+11
fix a few buglets i caused in menuselect remove downloaded sounds on 'dist-clean' git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07woo-hoo, now it knows how to download the sound packages... doesn't install ↵kpfleming5-110/+111
them yet though git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07prepare for using sound files from out of the source treekpfleming356-18/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32885 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07fix a typo in an option name in config parsingrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32884 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify the loop that iterates through the categories in followme.conf andrussell1-4/+4
don't try to read the general section as a followme profile git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32878 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07fix the build with astmm enabledrussell1-0/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32868 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07fix an incorrect usage of scanf, where it should be using sscanf, instead,russell1-2/+3
which was causing asterisk to hang when loading this module (reported by blitzrage on IRC) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32867 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07put the proper filename into the ignore propertykpfleming0-0/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32864 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming10-11/+10
install asterisk.h include the system's default include directory git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32860 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint ↵kpfleming237-2350/+5769
again :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32846 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07remove the WITH_SMDI definerussell5-53/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07Merged revisions 32818 via svnmerge from russell1-4/+4
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r32818 | russell | 2006-06-07 13:53:21 -0400 (Wed, 07 Jun 2006) | 2 lines fix some broken code with BRIDGE_OPTIMIZATION defined (issue #7292) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32819 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsrussell3-21/+125
(issue #6305, by ivanfm, with mods) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32817 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell9-8/+16
file is generated. This allows a fresh checkout of asterisk to be built and installed with the standard "./configure && make && make install". git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32798 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with ↵crichter2-7/+6
the conference nr. when bridged git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32779 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didrussell1-80/+74
this, I was not keeping in mind the fact that after a stringfield is overwritten by another string, the memory used by the old string can not be recovered. I would like to go back through these changes and make sure that stringfields are not used for fields that are written to many times before these changes are committed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32759 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06Add q.921 state information. (#7260)mattf1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32740 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06oops.russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32720 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06move a variable declaration to the beginning of a blockrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32703 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06use sizeof to determine the size of a bufferrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32702 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06use sizeof to get the size of a bufferrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32701 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 More updates.bweschke1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32700 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06make a global list head staticrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32699 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 More cleanup.bweschke1-8/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32698 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06move a declaration to the beginning of a blockrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32697 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 Don't leak memory.bweschke1-2/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32696 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06allocate an int on the stack instead of with ast_callocrussell1-25/+12
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32695 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06All better now!bweschke1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32694 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fixes some issues with description loggin on presencemogorman2-4/+9
as well as some typos. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32675 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fix a potential segfaultmogorman1-2/+6
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32674 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06add missing includerussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32673 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06allow presence events to be handled before the mogorman2-18/+36
roster is received. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32654 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fixed autoregister bug.mogorman1-15/+15
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32634 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 If the recorded file is found, don't actually start to play it.bweschke1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32633 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06Merged revisions 32605 via svnmerge from tilghman1-1/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r32605 | tilghman | 2006-06-06 11:55:23 -0500 (Tue, 06 Jun 2006) | 2 lines Bug 7287 - A too short voicemail with ODBC_STORAGE will cause the first voicemail to be deleted erroneously ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32606 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fix some compiler warnings about variables used before initializationkpfleming1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32604 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of testsoej6-237/+459
and some patches (all disclaimed). - Don't change RTP properties if we reject a re-INVITE - Don't add video to an outbound channel if there's no video on the inbound channel - Don't include video in the "preferred codec" list for codec selection - Clean up and document code that parses and adds SDP attachments Since we do not transcode video, we can't handle video the same way as audio. This is a bug fix patch. In future releases, we need to work on a solution for video negotiation, not codecs but formats and framerates instead. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32597 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06Merged revisions 32582 via svnmerge from tilghman1-0/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r32582 | tilghman | 2006-06-06 11:02:43 -0500 (Tue, 06 Jun 2006) | 2 lines Bug 7268 - Callerid leaks memory on error ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32596 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06Merged revisions 32566 via svnmerge from kpfleming1-12/+19
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r32566 | kpfleming | 2006-06-06 10:48:00 -0500 (Tue, 06 Jun 2006) | 2 lines clean up yesterday's security fix to not cause breakage when video mini frames are received ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32567 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06don't return -1 if zapata.conf is not present (part of the patch fromrussell1-1/+1
issue #7290, tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32545 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06added select before write to avoid deadlock on full buffer. added some ↵crichter2-21/+139
defines for deadlock debugging. added code snippet for generating silence if we don't have data to write. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32524 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06 Introducing app_followme into /trunk! bweschke2-0/+1219
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32499 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fix a channel deadlock in ast_answerrussell1-1/+3
(deadlock reported by and debuged with hads on #asterisk-dev on IRC) (probably fixes issue #7267, maybe others) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32478 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zaprussell3-82/+88
- constify some arguments to functions in callerid.c / callerid.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32456 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06fix some typos in the stringfields documentationrussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32455 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling therussell2-16/+25
option in menuselect. This is very useful for developers if you want to ensure that all of your builds are done without optimizations. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05use module names, not file names, in menuselectkpfleming13-54/+67
work around XML parsing bug in menuselect for default sounds package git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32407 f38db490-d61c-443f-a65b-d21fe96a405b