summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2006-06-18bail if ast_calloc fails, this was done before but i accidently removed it whenRussell Bryant
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)Russell Bryant
2006-06-18Merged revisions 34627 via svnmerge from Russell Bryant
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...Christian Richter
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)Christian Richter
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main MakefileRussell Bryant
2006-06-16 Fixed per kpfleming's suggestion to asterisk-dev.BJ Weschke
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...BJ Weschke
2006-06-16 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, bu...BJ Weschke
2006-06-16Merged revisions 34400 via svnmerge from Joshua Colp
2006-06-15Hoppsan!Olle Johansson
2006-06-15- Do not require a space at the end of the m= string in a T38 re-inviteOlle Johansson
2006-06-14make Local channel return sensible device state valuesKevin P. Fleming
2006-06-14Merged revisions 34159-34160 via svnmerge from Kevin P. Fleming
2006-06-14Add some debug loggingOlle Johansson
2006-06-14- Use our standard of doxygen comments, not javadoc styleOlle Johansson
2006-06-14Formatting fixesOlle Johansson
2006-06-13use a compiler builtin (which uses processor instructions) for this operationKevin P. Fleming
2006-06-13adds support for t38 pass through patch brought up to trunk fromMatt O'Gorman
2006-06-12only set the QOS variables if the pvt has an owner so that they are notRussell Bryant
2006-06-12Formatting fix and doxygen updateOlle Johansson
2006-06-12Fix typo (Thanks Vechers!)Olle Johansson
2006-06-12Merged revisions 33638 via svnmerge from Kevin P. Fleming
2006-06-12- Remove redundant forward declarationOlle Johansson
2006-06-12Change a bit of logic in peer expiry back to the way it used to beJoshua Colp
2006-06-11- Complete addition of forward declarations and grouping of functionsOlle Johansson
2006-06-09Issue #7325 - Parse string after URI decoding (casper)Olle Johansson
2006-06-09Store RTCP reports in channel variables and SIP historyOlle Johansson
2006-06-09- RTP debug message formattingOlle Johansson
2006-06-09Another try at hanging up the transferer channel after the masqOlle Johansson
2006-06-09Merged revisions 33297 via svnmerge from Joshua Colp
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...Joshua Colp
2006-06-09Don't force context for domain= setting (imported from 1.2)Olle Johansson
2006-06-09Remove the return value from functions that return something that is never ch...Olle Johansson
2006-06-09when we don't want the call we need to release_complete it.. ignoring it brea...Christian Richter
2006-06-09Enabling and disabling debug messages...Olle Johansson
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongsKevin P. Fleming
2006-06-08Debug logging fixesOlle Johansson
2006-06-08At least reply if we get a fatal error in handling a packet.Olle Johansson
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)Olle Johansson
2006-06-08Improve SIP historyOlle Johansson
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. T...Olle Johansson
2006-06-08Fixed detection of dtmfs with bridged channels.Christian Richter
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-07remove the WITH_SMDI defineRussell Bryant
2006-06-07Merged revisions 32818 via svnmerge from Russell Bryant
2006-06-07add an updated patch that adds dnsmgr support for outgoing iax2 registrationsRussell Bryant
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsRussell Bryant
2006-06-07changed the clean_up_bc function to work proper again. fixed the print with t...Christian Richter
2006-06-06revert my changes to convert fields of zt_pvt to use stringfields. When I didRussell Bryant