aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming3-92/+15
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming2-3/+4
2006-06-23fix some little issues on big endian platforms to resolve compiler warningsrussell1-9/+13
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyrussell8-96/+56
2006-06-23reduce indentationrussell1-140/+135
2006-06-23reduce indentationrussell1-48/+55
2006-06-22- move the increase of the use count to be after the possible failuresrussell1-6/+6
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structurerussell8-63/+105
2006-06-22use .PHONY instead of FORCErussell1-3/+3
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
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