summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-30Why check bridgepeer twice?Olle Johansson
2006-08-30Don't add headers to an uninitialized eq (from issue 7694 garyhai, but notOlle Johansson
2006-08-30Note to myself: Remember Russell's note: Always compile first...Olle Johansson
2006-08-30Mark ALERT_INFO as deprecated. This can now be done with the sipaddheader() a...Olle Johansson
2006-08-30Issue #7572 (Boesl) - hangup channel that get buggy 487 response (imported fr...Olle Johansson
2006-08-30Issue #7822 - don't issue SRV lookups if it's disabled. (barthek)Olle Johansson
2006-08-30Use an API call (ast_rtp_get_bridged) to return the RTP stream we are bridged...Joshua Colp
2006-08-29make menuselect configure process be silent when possibleKevin P. Fleming
2006-08-29Limit challenges to 9 digits in lengthJoshua Colp
2006-08-29Merge team/russell/frame_cachingRussell Bryant
2006-08-29update to reflect recent rtp changesRussell Bryant
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-25Note to self, always compile before committing.Matthew Fredrickson
2006-08-25Don't send proceeding twice (#7800)Matthew Fredrickson
2006-08-25don't seg fault when using dbsecretRussell Bryant
2006-08-21Allow an offset for SIP_HEADER so you can get more then 1 header of the same ...Joshua Colp
2006-08-21replace a couple of bare 'make' with $(MAKE)Kevin P. Fleming
2006-08-21Fix a potential integer signedness problem.Jason Parker
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-20This is just step 1 in taking over the world.Jason Parker
2006-08-20Converted device2str and control2str to use thread local storage.Jason Parker
2006-08-20Make the CIPC device string usefulJason Parker
2006-08-20Fix minor display issues in "skinny show devices".Jason Parker
2006-08-19deprecate chan_agent callback modeKevin P. Fleming
2006-08-19convert lists of constants in channel.h to enums instead of #definesRussell Bryant
2006-08-17fix the use of an uninitialized variable (issue #7746, pointed out by garyhai)Russell Bryant
2006-08-17fixing the 64bit issue with misdn_l1_task.Nadi Sarrar
2006-08-16added patch from #7709Christian Richter
2006-08-16Merged revisions 40057 via svnmerge from Kevin P. Fleming
2006-08-16fix some minor stuffKevin P. Fleming
2006-08-16instead of a for loop and ast_cli_(un)register, use ast_cli_(un)register_mult...Russell Bryant
2006-08-16Move things around a bit more for onhold support, and add a check to only dec...Joshua Colp
2006-08-16a static array now holds the cli_entry structsNadi Sarrar
2006-08-16adding support for AOCD facility messages.Nadi Sarrar
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-08-15print a more user friendly error message with the text representation of codecsRussell Bryant
2006-08-15reduce duplicated code by using print_codec_to_cli in sip_show_user as it isRussell Bryant
2006-08-15removed libbnec dependencies.Christian Richter
2006-08-15complete the coding style changes for these frame structuresKevin P. Fleming
2006-08-15moved the asn1 and facility portions of code to mISDNuser, so removing the fi...Nadi Sarrar
2006-08-15Made "style" change requested by Kevin Fleming... used initializer in declara...Steve Murphy
2006-08-15On behalf of PCadach, " IMHO that was last deadlock in chan_h323..."Steve Murphy
2006-08-11Don't completely error out if a config file for chan_phone was not found. (is...Joshua Colp
2006-08-10Add support to see if a peer has someone on hold, and fix a small bug with ge...Joshua Colp
2006-08-09fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"Nadi Sarrar
2006-08-09This bug existed in one extra place that is not also in 1.2 ... So, fix it!Russell Bryant
2006-08-08* first bits of decoding facility information elementsNadi Sarrar
2006-08-08some code clean up and catch for a act_hook being calledMatt O'Gorman