aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-01-24Don't reset scheduled ID until we actually end the scheduled event.oej1-2/+8
2006-01-24Issue 6114: Don't hangup on bye/also if there's no channel. (gst)oej1-2/+4
2006-01-24Issue #6093: Match realtime non-dynamic peers by IP. (siacali).oej1-5/+11
2006-01-24Importing rev #8537 from 1.2, never send response to ACK (issue #6308)oej1-2/+4
2006-01-24- Report SIP reload in manager (issue 5742 with small changes)oej1-11/+27
2006-01-24- Adding doxygen commentsoej1-140/+153
2006-01-23Remove redundant default default/global settings from declaration, settings a...oej1-34/+35
2006-01-23Remove more unused defines.oej1-3/+0
2006-01-23Doxygen updatesoej1-17/+16
2006-01-23Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs th...oej1-1/+0
2006-01-23- Change "call" to "dialog" where use of "call" is confusing, since it may be...oej1-23/+25
2006-01-23- Debug output fixesoej1-5/+9
2006-01-23Doxygen updateoej1-4/+6
2006-01-23Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)oej1-0/+47
2006-01-23- Adding some white space from my white space reservoir oej1-183/+182
2006-01-22eliminate some compiler warningsrussell1-2/+2
2006-01-22 Correct some scenarios where CALL_LIMIT could not be getting adjusted proper...bweschke1-1/+5
2006-01-21on this pass, only remove duplicate log messagesrussell3-31/+9
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell3-36/+105
2006-01-21remove some useless checks of the result of ast_strduparussell3-105/+36
2006-01-21Bug 5515 - Devicestate and API documentation updatetilghman1-35/+99
2006-01-20Change chan_alsa to default open the first sound card devicemattf1-2/+2
2006-01-20eliminate compiler warnings from recent const-ificationkpfleming1-7/+7
2006-01-20Merged revisions 8320 via svnmerge from mogorman1-4/+6
2006-01-20More doxygen updatesoej2-13/+13
2006-01-20Doxygen updatesoej1-17/+14
2006-01-19Add support for "musicclass" instead of "musiconhold" to make chan_zap compat...oej1-1/+3
2006-01-19Enable "musicclass" setting for sip peersoej1-1/+1
2006-01-19Merged revisions 8242 via svnmerge from russell1-1/+2
2006-01-18constify arguments in more places where strings should not be modified (issue...russell6-15/+15
2006-01-17remove some more deprecated (pre-1.2) stuffkpfleming1-111/+0
2006-01-17Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)mattf1-0/+3
2006-01-17 Fix compiler warning.bweschke1-1/+1
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...kpfleming3-0/+9
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