aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if ↵kpfleming6-21/+22
needed (although none do today) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37653 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-15update to autoconf 2.60 versionkpfleming1-161/+169
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37652 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14config sample for the previous, regarding ADSInorth1-0/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37644 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14There was an issue with ADSI and iax2, where on an iaxy with a normal phone ↵north1-1/+21
connected, in vm_authenticate, it was try to start ADSI on the channel, and it WOULD because it was "supported", according to the iaxy. There is now a config option (adsi=yes) for this, which defaults to no. (config sample coming shortly) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37643 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14add missing unregistration of a manager action on module unloadrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37638 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14Rename a couple variables, to be consistent with the rest of the functionsnorth1-108/+124
Abstract out some common code into a single function With the recent scheduler "issues", it pointed out a few things I might have been missing, so I added some rudimentary vrtp and rtcp stuff General cleanup... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37629 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14Merged revisions 37612 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37612 | tilghman | 2006-07-14 08:31:11 -0500 (Fri, 14 Jul 2006) | 2 lines Bug 7526 - previous commit broke app_sms ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37613 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14Whitespace fixestilghman1-262/+258
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37604 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-14Whitespace fixtilghman1-247/+247
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37596 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13fix some typos in the conversion from the old SOONER macro to ast_tvcmprussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37586 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Merged revisions 37571 via svnmerge from kpfleming1-0/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37571 | kpfleming | 2006-07-13 16:22:11 -0500 (Thu, 13 Jul 2006) | 2 lines don't fail/abort if the message category sound file cannot be played, just generate a warning message and continue message playback ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37572 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13swap the G726-32 format numbers, so that IAX2 connections with prior ↵kpfleming2-5/+9
versions of Asterisk will still work properly git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37565 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13actually make the non-standard G726-32 behavior available for SIP clientskpfleming3-5/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37564 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Whitespace fixtilghman1-32/+32
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37563 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Blocked revisions 37546 via svnmergerussell0-0/+0
........ r37546 | russell | 2006-07-13 14:44:17 -0400 (Thu, 13 Jul 2006) | 3 lines yeah, ummm... This frame pointer should not be static. This situation only exists in 1.2 (pointed out by Constantine Filin on the asterisk-dev mailing list) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37547 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Merged revisions 37531 via svnmerge from kpfleming1-1/+3
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37531 | kpfleming | 2006-07-13 11:44:23 -0500 (Thu, 13 Jul 2006) | 2 lines report address of peer trying to subscribe to unknown hint ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37532 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Merged revisions 37516 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37516 | tilghman | 2006-07-13 10:45:33 -0500 (Thu, 13 Jul 2006) | 2 lines Bug 7532 - Typo in enum example ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37517 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13only compare the queue entry's max penalty to the member's penalty when the ↵kpfleming1-1/+1
queue entry actually has a non-zero penalty git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37515 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13Merged revisions 37441-37442 via svnmerge from kpfleming2-5/+18
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37441 | kpfleming | 2006-07-12 10:46:56 -0500 (Wed, 12 Jul 2006) | 3 lines fix a case where ast_lock_path() could leave a randomly-named lock file hanging around make ast_unlock_path actually report when unlocking fails ........ r37442 | kpfleming | 2006-07-12 10:53:53 -0500 (Wed, 12 Jul 2006) | 2 lines fix a weird case where a lock file could be left (but would happen almost never) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37514 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13added even more statefulness for sending out ↵crichter5-11/+68
disconnect/release/release_complete messages. added support for incoming presentation/screening. fixed a bug that we generate TONE_EVENTS on hanguptone_indicatem, which caused asterisk to write blocking thread messages. added nodialtone option to prevent dialtone for always_immediate git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37508 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ↵kpfleming5-35/+57
been requested (Sipura/Grandstream ATAs and others will need this) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37501 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12G726-32 changes:kpfleming6-77/+199
split support for G726-32 into RFC3551 and AAL2 packing orders, since both are in use change "G726-32" to be RFC3551 packing order, in spite of devices that use AAL2 order with this MIME type add ability to directly transcode between packing orders git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37494 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12fix some more app_voicemail breakagerussell1-3/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12- Change filename to current file nameoej1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37485 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12fix the build options for app_voicemailrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37484 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12revert this change for now since it isn't working correctly and there are morerussell1-8/+0
important issues to work on at the moment ... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37483 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12add "update" to the list of targets to ignore various included files for andrussell1-4/+4
check the targets in a little bit different way git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37477 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12don't let make run configure or menuselect if the target is eitherrussell1-0/+8
"clean" or "distclean" git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37476 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12repeat after me ...russell1-1/+1
I WILL TYPE "make" BEFORE COMMITTING ANY CODE git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37475 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Re-enable RTCP quality reportsoej1-4/+5
(Bug found in SIP Master Class, Chicago) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37474 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merged revisions 37458 via svnmerge from tilghman1-1/+9
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37458 | tilghman | 2006-07-12 13:29:01 -0500 (Wed, 12 Jul 2006) | 2 lines Merge fixup for asterisk startup script to zaptel startup script ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37459 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12make some counter variables unsigned, use ast_tvcmp instead of a customrussell1-47/+42
SOONER macro, and some other little cleanups for things like indentation git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37457 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merged revisions 37439 via svnmerge from file1-0/+6
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37439 | file | 2006-07-12 11:23:59 -0400 (Wed, 12 Jul 2006) | 2 lines Add support to have maxauthreq as a global option ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37440 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merged revisions 37419 via svnmerge from kpfleming5-68/+25
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37419 | kpfleming | 2006-07-12 08:54:10 -0500 (Wed, 12 Jul 2006) | 2 lines remove some more bad examples of using printf ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37433 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merged revisions 37417 via svnmerge from kpfleming3-61/+12
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37417 | kpfleming | 2006-07-12 08:18:21 -0500 (Wed, 12 Jul 2006) | 2 lines get rid of some more printf's (although most of these were ifdef-ed out) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37418 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-12Merged revisions 37402 via svnmerge from mogorman0-0/+0
https://svn.digium.com/svn/asterisk/branches/1.2 ........ r37402 | mogorman | 2006-07-11 22:55:36 -0500 (Tue, 11 Jul 2006) | 2 lines GRRR no fprintf! ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37403 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11say times in spanish properly (using new sound files that are not yet released)kpfleming1-2/+4
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37396 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11* Introducing a new way for the l1watcher thread using the ast_sched way. ↵crichter5-105/+293
Now l1watcher timeouts can be configured separately for every portgroup. * added a signal handler to allow waking up the misdn task thread (that may sleep in a poll call) via misdn_tasks_wakeup(). * overlap_dial functionality implemented. * fixes a bug which leads to a segfault after reordering config elements in the enum or struct git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37382 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11And now the trunk version! Add an option for IAX2 users that allows you to ↵file2-7/+79
set how many outstanding AUTHREQs chan_iax2 will wait for replies on. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37380 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-11Blocked revisions 37378 via svnmergefile0-0/+0
........ r37378 | file | 2006-07-11 14:00:50 -0500 (Tue, 11 Jul 2006) | 2 lines Add configuration option for IAX2 users that will limit the amount of outstanding AUTHREQs we are waiting for replies on. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37379 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Merged revisions 37361 via svnmerge from kpfleming1-8/+28
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r37361 | kpfleming | 2006-07-10 16:01:35 -0500 (Mon, 10 Jul 2006) | 2 lines do masquerade-behind-proxy checking with better control over locks ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37362 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10removed mqueue branch reference, because mqueue is head now.crichter1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37355 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Fixed. Done. Good. Make ast_join work like it used to.file2-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Unbreak ast_join due to whitespace changesfile1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37347 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Remove BRIDGE_OPTIMIZATION since it is deprecated or obsolete (take your pick)file1-295/+108
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Whitespace changes onlytilghman11-386/+355
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37345 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Whitespace changes onlytilghman1-27/+23
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37339 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10Remove configuration option "restrictcid" that is nowhere tooej1-2/+0
be seen in the code. Did it exist, was it planned to exist or was it documentationware only? Ask Dr Asterisk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37324 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-10removed unnecessary locking, which might have created deadlocks. removed ↵crichter2-34/+2
find_chan_by_l3id, since the l3id is not unique over all ports. removed automatic nt_stack reinitialization, since this creates segfaults. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37323 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-09remove skeleton support for G.723.1 codec since we will never ship the rest ↵kpfleming3-391/+0
of what is needed anyway :-) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37320 f38db490-d61c-443f-a65b-d21fe96a405b