Mark Spencer
6fc9c13bbf
Cleanup formatting a little...
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
84e1f02f5a
move the common wget arguments to a variable and remove --no-verbose so
...
users will see download progress
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32935 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
793d7cd4bc
ok, new sounds/moh handling stuff should be done... bring on the bug reports!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32919 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matt O'Gorman
1e530787f3
solves some bugs with memory allocation, and adds
...
a message stack.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32918 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
bc49d5bfb3
moh files will now be distributed in native format, not mp3, so...
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32917 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
05ffacedf1
ok, now it knows how to auto-download and install
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32916 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
34cf2c13b8
don't force the sounds to download... only when needed
...
fix a few buglets i caused in menuselect
remove downloaded sounds on 'dist-clean'
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32901 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
0dd82bc6f1
woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
6825e80226
prepare for using sound files from out of the source tree
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32885 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
43b82059a5
fix a typo in an option name in config parsing
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32884 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
f879fd2a22
simplify the loop that iterates through the categories in followme.conf and
...
don't try to read the general section as a followme profile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
124b54ca5f
fix the build with astmm enabled
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32868 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
89cfbf4673
fix an incorrect usage of scanf, where it should be using sscanf, instead,
...
which was causing asterisk to hang when loading this module
(reported by blitzrage on IRC)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32867 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
e2383fba8e
put the proper filename into the ignore property
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32864 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
274ce731e2
move autoconfig.h to the include/asterisk directory so it will get installed
...
install asterisk.h include the system's default include directory
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32860 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
472c1ca282
simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32846 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
739385e761
remove the WITH_SMDI define
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32845 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
66dca5e378
Merged revisions 32818 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32819 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
39bcaa0773
add an updated patch that adds dnsmgr support for outgoing iax2 registrations
...
(issue #6305 , by ivanfm, with mods)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
503f99e2e8
remove the need to have to re-run make after a default menuselect.makeopts
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32798 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Christian Richter
7924c21e33
changed the clean_up_bc function to work proper again. fixed the print with the conference nr. when bridged
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
efd1fd9829
revert my changes to convert fields of zt_pvt to use stringfields. When I did
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32759 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matthew Fredrickson
f809fde426
Add q.921 state information. ( #7260 )
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32740 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
db7ee8b54b
oops.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32720 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
004848236a
move a variable declaration to the beginning of a block
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
6947fdbf62
use sizeof to determine the size of a buffer
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32702 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
1bd42310a2
use sizeof to get the size of a buffer
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32701 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
6dc79b1447
More updates.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32700 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
66a782e8ce
make a global list head static
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32699 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
61cfff7b82
More cleanup.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32698 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
204ba36938
move a declaration to the beginning of a block
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32697 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
3c30abc476
Don't leak memory.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32696 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
aee460f50b
allocate an int on the stack instead of with ast_calloc
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32695 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
66e0ff5202
All better now!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32694 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matt O'Gorman
6c0155e6cb
fixes some issues with description loggin on presence
...
as well as some typos.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32675 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matt O'Gorman
835c77ccfa
fix a potential segfault
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
1f7db8df6a
add missing include
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matt O'Gorman
c04e4bd380
allow presence events to be handled before the
...
roster is received.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Matt O'Gorman
c7dbc3c166
fixed autoregister bug.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32634 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
63a271eb55
If the recorded file is found, don't actually start to play it.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32633 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Tilghman Lesher
95871f201d
Merged revisions 32605 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32606 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
e855040110
fix some compiler warnings about variables used before initialization
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Olle Johansson
479181951a
Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32597 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Tilghman Lesher
016034115e
Merged revisions 32582 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32596 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Kevin P. Fleming
22b45aa4d3
Merged revisions 32566 via svnmerge from
...
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: https://origsvn.digium.com/svn/asterisk/trunk@32567 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
fa595a8d82
don't return -1 if zapata.conf is not present (part of the patch from
...
issue #7290 , tzafrir)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Christian Richter
24818d53b1
added select before write to avoid deadlock on full buffer. added some defines for deadlock debugging. added code snippet for generating silence if we don't have data to write.
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32524 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
BJ Weschke
3d973a0686
Introducing app_followme into /trunk!
...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32499 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
1eac38db1d
fix a channel deadlock in ast_answer
...
(deadlock reported by and debuged with hads on #asterisk-dev on IRC)
(probably fixes issue #7267 , maybe others)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago
Russell Bryant
80a153af79
- use stringfields in a bunch of the fields of the zt_pvt structure in chan_zap
...
- constify some arguments to functions in callerid.c / callerid.h
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@32456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
19 years ago