aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-07-12GRRR no fprintf!mogorman1-1/+1
2006-07-11Add configuration option for IAX2 users that will limit the amount of outstan...file2-6/+94
2006-07-10do masquerade-behind-proxy checking with better control over lockskpfleming1-8/+28
2006-07-07Change message regarding marker bit forcing when SSRC changes to be shown onl...file1-2/+2
2006-07-06patch resolves issue with when to decide if its right time mogorman1-1/+2
2006-07-06 Don't do wierd things on a callback agent that has attempted logoff while st...bweschke1-2/+4
2006-07-06Instead of giving the scheduled item ID on a peer expiration, give the time u...file1-1/+1
2006-07-06Fix spelling/grammar (issue 7493)tilghman1-7/+7
2006-07-05Spell extension correctly in documentation for chan_oss dial (issue #7487 rep...file1-1/+1
2006-07-04Tell clients based on old SIP standard that we only support MD5 digest authen...oej1-2/+2
2006-07-03issue #7470 - Need larger buffer for record-route headers...oej1-1/+1
2006-07-03fix a race condition that caused asterisk to log a *ton* of warnings on macrussell1-2/+3
2006-07-03use ast_set_callerid to be more consistent and to make sure that therussell11-134/+40
2006-07-03fix the build with BUSYDETECT_TONEONLY defined (issue #7414)russell1-0/+2
2006-06-30Bug 7349 - Directory did not work correctly when USE_ODBC_STORAGE was defined.tilghman1-0/+134
2006-06-29Bug 7388 - compatibility changes for Solaristilghman1-7/+18
2006-06-29clarify documentation for 'persistentmembers' settingkpfleming1-2/+2
2006-06-29add documentation for peer-specific 'outboundproxy' settingkpfleming1-5/+7
2006-06-28Don't delete scheduled item twice in sip_destroy (already fixed in svn trunk)oej1-3/+0
2006-06-26ensure that two SIP channels that exist at the same moment will not have the ...kpfleming1-3/+3
2006-06-26Issue 6997 maybe, but anyway - don't retransmit responses to NON-invite reque...oej1-2/+3
2006-06-25Bug 7425 - Size of buffer is passed in by lentilghman1-1/+1
2006-06-23 We should lock the queue before we go making changes to member interface sta...bweschke1-0/+2
2006-06-21Add Venezuelan indications (issue #7402 reported by palillo)file1-0/+15
2006-06-20Bug 7398 - Solaris puts its zoneinfo files in a nonstandard placetilghman1-0/+4
2006-06-20Issue #6820 - Possible fix (already implemented in trunk)oej1-9/+14
2006-06-19Call reset_user_pw upon changing the password using externpass (issue #7395 r...file1-1/+3
2006-06-19Issue 7357 - txt file left behind when going to operator. Also, fix a possib...tilghman1-1/+6
2006-06-18don't set state to BUSY if the channel is already in the UP staterussell1-2/+4
2006-06-18don't store multiple secrets delimited with semicolons for peers because thisrussell2-6/+4
2006-06-16Zero out a declared structure so as to not crash if it contains invalid data ...file1-0/+1
2006-06-15Issue 7294 - patch by phsultan - Asterisk sends Invite instead of BYE in some...oej1-1/+1
2006-06-15don't use prefixed structure names for internal structureskpfleming1-50/+50
2006-06-15VoicemailMain exits on any key, when the language is set to Italian, instead oftilghman1-1/+1
2006-06-14coding style cleanups on queue interface handling code that was committed for...kpfleming1-74/+71
2006-06-14use existing dial string parser for strings supplied to iax2_devicestate, bec...kpfleming1-37/+25
2006-06-14clarify file headers that mention disclaimer usagekpfleming5-5/+11
2006-06-14don't output 'no format found' when we _did_ find the format but couldn't ope...kpfleming1-1/+5
2006-06-13memory allocation optimizationskpfleming1-58/+55
2006-06-13remove duplicate mutex_unlockrussell1-1/+0
2006-06-13fix various places where the code returns without unlocking vmlock orrussell1-3/+9
2006-06-13add a missing close of an open fd, destroy of open config, and removal of therussell1-0/+3
2006-06-13revert a change that caused more problems than it fixed and fix the realrussell1-10/+5
2006-06-12Greatly simply the mixmonitor thread, and move channel reference directly to ...file3-106/+123
2006-06-12fix a place where a frame would be free'd twicerussell1-1/+0
2006-06-12only allow chan_local to masquerade the outbound channel onto its owner, inst...kpfleming1-1/+13
2006-06-12Move set priority up, because at this point in the code, stdout is no longertilghman1-3/+3
2006-06-11fix another place where a frame does not get free'drussell1-2/+4
2006-06-11fix up five little places where frames would not be free'd and remove anrussell1-2/+7
2006-06-11fix a place that would leak a frame (all of these fixes are in applicationsrussell1-0/+1