aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-01-16remove redundant CFLAGS for BSD which are already set in the main Makefile (i...russell1-4/+0
2006-01-14 Code cleanup spawned from an earlier commit today r8063. Standardize manager...bweschke1-65/+50
2006-01-13Made chan_agent code parsing more robust andmogorman1-22/+37
2006-01-13 Implement the autologoffunavail option in chan_agent (#6038 with some minor ...bweschke2-0/+52
2006-01-13 Address the condition where X-ClientCode could be NULL or an empty string - ...bweschke1-1/+1
2006-01-13added some minor changes from bug 6046 thanks ppyymogorman1-2/+2
2006-01-13fix spelling errors (issue #6227)russell1-8/+8
2006-01-12Oops... need to keep my trunk folder clean...mogorman1-3/+2
2006-01-12Added option for limiting a user from logging inmogorman2-4/+37
2006-01-12removed unused variable and config parsing for itmogorman1-4/+0
2006-01-11fix incorrect return value (issue #6202)russell1-1/+1
2006-01-11Merged revisions 7986 via svnmerge from russell1-1/+1
2006-01-11Merged revisions 7972 via svnmerge from russell1-1/+0
2006-01-11convert some channels to use the memory allocation wrappers.russell7-346/+238
2006-01-10Update chan_phone to indicate FLASH properley (#4935)mattf1-0/+22
2006-01-09Merged revisions 7917 via svnmerge from kpfleming1-2/+3
2006-01-09-Move declaration of callevents variable out of the block of function declara...oej1-1/+1
2006-01-09Bug 6150 - do not modify strings after they have been submitted into a string...tilghman1-10/+37
2006-01-07Fix RPID with new string fields (bug #6145)markster1-3/+3
2006-01-07Handle swapout of "fromdomain" in callid properly (bug #6154)markster1-4/+9
2006-01-07Fix build if RINGBEGIN is not defined (bug #6166)markster1-2/+8
2006-01-07Add support for H.264 with SIP and recordingmarkster1-5/+5
2006-01-06Changes to allow receiving japanese callerid (Bug #5928)mattf1-9/+34
2006-01-06Merged revisions 7829 via svnmerge from kpfleming1-0/+2
2006-01-05Merged revisions 7809 via svnmerge from kpfleming1-0/+1
2006-01-04remove deprecated chan_modem driverskpfleming5-2993/+0
2006-01-04add memory-pool based string field management for structureskpfleming1-294/+336
2006-01-04Fixes for bug #6125mattf1-3/+3
2006-01-04Issue #5824: Adding more SIP to ISDN Cause code conversions. Thanks mguesdon!oej1-1/+46
2006-01-04Missing ">" in XML. Thanks, fenlander, for reporting this on IRC.oej1-1/+1
2006-01-04- Remove "incominglimit" as a configuration option in sip.confoej1-3/+10
2006-01-03update copyright headers for files changed this yearkpfleming2-2/+2
2006-01-03Don't check user call limits for outbound calls.oej1-6/+10
2006-01-03Issue #5954: Implement printf-like append_history and implement AST_LIST for ...oej1-122/+98
2006-01-03Bug #6071: Broken rport match in check_via(). (rizzo)oej1-4/+9
2006-01-03Bug 5345; Add configuration option for minimum registration time. (folsson)oej1-1/+12
2006-01-02initialize sip_auth listrussell1-1/+1
2006-01-02 Fix compiler warnings.bweschke2-2/+2
2005-12-30update doxygen docs to specify authorsrussell17-8/+45
2005-12-28Merged revisions 7665 via svnmerge from russell1-7/+4
2005-12-27avoid unneeded calls to strlen in iax2 completion functionsrussell2-14/+14
2005-12-27avoid repeated calls to strlen in command completion functions and normalizerussell1-27/+15
2005-12-26Don't do DTMF detect on pseudo's!markster1-1/+7
2005-12-26Added support for Feature Group C CAMA trunks (both DP and MF), and supportjdixon1-10/+87
2005-12-26Merged revisions 7634 via svnmerge from russell3-13/+13
2005-12-22Merged revisions 7599 via svnmerge from russell1-15/+10
2005-12-22remove stray unlock (issue #5955)russell1-1/+0
2005-12-22forward-port per-peer videosupport changes from branches/1.2kpfleming1-10/+15
2005-12-22- construct the difference and have only one call to snprintf in build_viarussell1-70/+59
2005-12-21Merged revisions 7582 via svnmerge fromtilghman1-2/+4