aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-08-31there is no need for __iax_frame_free ...russell1-10/+1
2006-08-31everything that loads a config that needs a config file to runmogorman12-17/+22
2006-08-31there is no need to use iax_frame_free here, as it will actually just end uprussell1-1/+1
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file16-129/+341
2006-08-30Why check bridgepeer twice?oej1-2/+0
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notoej1-2/+2
2006-08-30Note to myself: Remember Russell's note: Always compile first...oej1-1/+0
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...oej1-0/+4
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...oej1-0/+3
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)oej1-2/+2
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...file1-6/+9
2006-08-29make menuselect configure process be silent when possiblekpfleming1-3/+5
2006-08-29Limit challenges to 9 digits in lengthfile1-2/+6
2006-08-29Merge team/russell/frame_cachingrussell5-103/+135
2006-08-29update to reflect recent rtp changesrussell1-7/+11
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...file3-40/+69
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-7/+2
2006-08-25Note to self, always compile before committing.mattf1-1/+1
2006-08-25Don't send proceeding twice (#7800)mattf1-2/+3
2006-08-25don't seg fault when using dbsecretrussell1-2/+4
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...file1-5/+19
2006-08-21replace a couple of bare 'make' with $(MAKE)kpfleming1-1/+1
2006-08-21Fix a potential integer signedness problem.qwell1-0/+7
2006-08-21merge new_loader_completion branch, including (at least):kpfleming23-459/+350
2006-08-20This is just step 1 in taking over the world.qwell1-2/+2
2006-08-20Converted device2str and control2str to use thread local storage.qwell1-4/+15
2006-08-20Make the CIPC device string usefulqwell1-1/+1
2006-08-20Fix minor display issues in "skinny show devices".qwell1-7/+75
2006-08-19deprecate chan_agent callback modekpfleming1-0/+17
2006-08-19convert lists of constants in channel.h to enums instead of #definesrussell1-2/+2
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)russell1-1/+3
2006-08-17fixing the 64bit issue with misdn_l1_task.nadi1-6/+12
2006-08-16added patch from #7709crichter1-2/+2
2006-08-16Merged revisions 40057 via svnmerge from kpfleming1-4/+6
2006-08-16fix some minor stuffkpfleming1-3/+1
2006-08-16instead of a for loop and ast_cli_(un)register, use ast_cli_(un)register_mult...russell1-4/+2
2006-08-16Move things around a bit more for onhold support, and add a check to only dec...file1-21/+14
2006-08-16a static array now holds the cli_entry structsnadi1-191/+50
2006-08-16adding support for AOCD facility messages.nadi4-34/+75
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on therussell7-24/+13
2006-08-15print a more user friendly error message with the text representation of codecsrussell1-2/+9
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isrussell1-15/+2
2006-08-15removed libbnec dependencies.crichter4-94/+3
2006-08-15complete the coding style changes for these frame structureskpfleming1-6/+13
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...nadi11-639/+102
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in declara...murf1-17/+3
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."murf1-13/+36
2006-08-11Don't completely error out if a config file for chan_phone was not found. (is...file1-1/+1
2006-08-10Add support to see if a peer has someone on hold, and fix a small bug with ge...file1-21/+50
2006-08-09fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"nadi7-57/+57