aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-06-19when we get a disconnect, we should stop the tones on te side..crichter2-1/+6
2006-06-19we need to send DISCONNECT on Timeout in the ALERTING/PROCEEDING cases toocrichter1-1/+3
2006-06-19don't blow up in the sub Makefiles if menuselect.makeopts is not present. Thisrussell1-1/+3
2006-06-18No need to have debug enabled by default anymore..north1-1/+1
2006-06-18Finally merge chan_skinny fixes into trunk.north1-1291/+2256
2006-06-18bail if ast_calloc fails, this was done before but i accidently removed it whenrussell1-0/+2
2006-06-18fix various coding guidelines issues (issue #7345, with additional changes)russell1-33/+15
2006-06-18Merged revisions 34627 via svnmerge from russell1-5/+1
2006-06-18added TONE_HANGUP, also added Tone generation by mISDN_dsp for post hangup to...crichter3-23/+47
2006-06-17* fixed bchannel cleaning race condition with new bchannel state (CLEAN_REQUEST)crichter3-81/+153
2006-06-16remove "depend" from the "all" targets in sub Makefiles. The main Makefilerussell1-1/+1
2006-06-16 Fixed per kpfleming's suggestion to asterisk-dev.bweschke1-1/+1
2006-06-16 Quit early and print a LOG_WARNING if we are trying to check devicestate on ...bweschke1-5/+12
2006-06-16 Make sure agent_tech is unregistered within unload_module(). It's in 1.2, bu...bweschke1-1/+1
2006-06-16Merged revisions 34400 via svnmerge from file1-0/+1
2006-06-15Hoppsan!oej1-1/+1
2006-06-15- Do not require a space at the end of the m= string in a T38 re-inviteoej1-2/+2
2006-06-14make Local channel return sensible device state valueskpfleming1-2/+2
2006-06-14Merged revisions 34159-34160 via svnmerge from kpfleming1-37/+25
2006-06-14Add some debug loggingoej1-1/+2
2006-06-14- Use our standard of doxygen comments, not javadoc styleoej1-84/+87
2006-06-14Formatting fixesoej1-3/+2
2006-06-13use a compiler builtin (which uses processor instructions) for this operationkpfleming1-5/+6
2006-06-13adds support for t38 pass through patch brought up to trunk frommogorman1-17/+869
2006-06-12only set the QOS variables if the pvt has an owner so that they are notrussell1-2/+2
2006-06-12Formatting fix and doxygen updateoej1-10/+8
2006-06-12Fix typo (Thanks Vechers!)oej1-1/+1
2006-06-12Merged revisions 33638 via svnmerge from kpfleming1-1/+13
2006-06-12- Remove redundant forward declarationoej1-66/+75
2006-06-12Change a bit of logic in peer expiry back to the way it used to befile1-5/+2
2006-06-11- Complete addition of forward declarations and grouping of functionsoej1-115/+270
2006-06-09Issue #7325 - Parse string after URI decoding (casper)oej1-1/+2
2006-06-09Store RTCP reports in channel variables and SIP historyoej1-4/+25
2006-06-09- RTP debug message formattingoej1-4/+24
2006-06-09Another try at hanging up the transferer channel after the masqoej1-19/+18
2006-06-09Merged revisions 33297 via svnmerge from file1-2/+0
2006-06-09Wait until we have the lock before getting the pvt structure pointer (issue #...file1-1/+1
2006-06-09Don't force context for domain= setting (imported from 1.2)oej1-2/+2
2006-06-09Remove the return value from functions that return something that is never ch...oej1-32/+31
2006-06-09when we don't want the call we need to release_complete it.. ignoring it brea...crichter1-0/+3
2006-06-09Enabling and disabling debug messages...oej1-2/+3
2006-06-08move 'struct ast_rtp' back to rtp.c where it belongskpfleming1-22/+19
2006-06-08Debug logging fixesoej1-4/+9
2006-06-08At least reply if we get a fatal error in handling a packet.oej1-7/+11
2006-06-08Don't crash if chan2 does not exist (one-legged call situations, like echo)oej1-1/+1
2006-06-08Improve SIP historyoej1-1/+2
2006-06-08Issue #7294 - Asterisk sends INVITE instead of BYE. Fix by Philippe Sultan. T...oej1-1/+1
2006-06-08Fixed detection of dtmfs with bridged channels.crichter1-9/+33
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming19-102/+119
2006-06-07remove the WITH_SMDI definerussell1-24/+0