aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-06-22- specify that 'all' is a .PHONY targetrussell1-1/+1
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-21Add video support to chan_agent. oej1-5/+11
2006-06-21Issue #7380 - Cannot put a one-legged call on hold/off holdoej1-5/+5
2006-06-21Only formatting changes... (tabs to spaces)oej1-50/+49
2006-06-21Fix timing issue (race) with poke/pong for very close peers that can cause a ...file1-12/+21
2006-06-21* added support for PID export/import to identify bridging in misdn_call alreadycrichter2-156/+254
2006-06-21- Doxygen and some formatting fixes in res_featuresoej1-1/+1
2006-06-21Finally fix parking and go back to metermaidsoej1-1/+6
2006-06-20How many times can we free allocated memory? Many, obviously... ;-)oej1-2/+2
2006-06-20Hunting crash when parking calls with SIP REFERoej1-1/+22
2006-06-20use correct test for checking if sip domains are enabled or notoej1-1/+1
2006-06-20Don't count unknown media streams as media streams in the offer... (Fenlander...oej1-2/+4
2006-06-20parse SDP properly even when we are debugging. (Thanks fenlander!)oej1-14/+19
2006-06-20Issue #6820 - SIP channels hang in semi active stateoej1-12/+13
2006-06-20fix an issue with dtmf not being sent sometimesnorth1-7/+15
2006-06-19- Formatting oej1-102/+104
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