aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-05-24don't send CANCEL on a pending INVITE if we haven't received a provisional re...kpfleming1-24/+50
2006-05-24app_meemte used the ast_max_exten instead of path_maxmogorman1-1/+1
2006-05-24Merge branch for bug 6264 (Privacy option 2 returns dial-status ANSWER / opti...file1-3/+10
2006-05-24Fix deadlock caused by a race condition in the logger when reloading (issue #...file1-0/+2
2006-05-24support video recording via AGI 'RECORD FILE' command (issue #7068)kpfleming1-0/+6
2006-05-24fix various bugs related to exiting from queue via keypress and moh handling ...kpfleming1-26/+24
2006-05-24respect 'usecallingpres' in zapata.conf even if CLID has not been set for the...kpfleming1-3/+2
2006-05-24fix for non-OSP builds (issue #7217)kpfleming1-1/+1
2006-05-24add an option to allow the admin to 'hide' SIP user/peer names from systems t...kpfleming2-12/+48
2006-05-23fix the sourceaddress option (issue #7213, alphaque)russell1-0/+1
2006-05-23simplify/fix lock retry, and fix commentkpfleming1-5/+4
2006-05-23 Sanity check code for an extended failure in trying to obtain a channel loc...bweschke1-1/+10
2006-05-23backport some mutex initialization and linked list handling fixes from trunkkpfleming6-25/+60
2006-05-23 Fix a potential leak and correct (hopefully) a segfault under certain condit...bweschke1-3/+4
2006-05-22Increase the silence threshold to 128 to "fix" it, so I'm told. (issue #6595 ...file1-1/+1
2006-05-22Use the correct language when playing the transfer sound (issue #7109 reporte...file1-1/+1
2006-05-22Preserve presentation bit when going through chan_local (issue #7002 reported...file1-0/+2
2006-05-22Bug 7194 - spelling fixtilghman1-1/+1
2006-05-22Bug 7196 - month range did not worktilghman1-1/+1
2006-05-21 When an application that is executed via applicationmap and exits non-zero, ...bweschke1-3/+10
2006-05-20fix the possibility of writing one byte past the end of a buffer.russell1-2/+3
2006-05-20don't allow queue member devices to ring longer than the total queue timeout ...kpfleming1-4/+4
2006-05-20fix a case where code made assumptions about how memory for variables isrussell1-14/+12
2006-05-20don't try to predict where the compiler will place things on the stack... put...kpfleming1-428/+428
2006-05-19use the specified 'subscribecontext' for a peer rather than the context found...kpfleming1-2/+6
2006-05-19fix the build of smsq with -Werror. I learned something new about formatrussell1-2/+2
2006-05-19This explicit poll is only needed on mac. In fact, it breaks some systemsrussell1-1/+5
2006-05-19Make the minidle option actually exist as documented (issue #7159 reported by...file1-0/+2
2006-05-19When forwarding messages use the context that the active voicemail user was f...file1-2/+2
2006-05-19Backport of fix for issue #6654 that was fixed in trunk but not herefile1-2/+2
2006-05-19Treat paused queue members as unreachable (issue #7127 reported by peterh)file1-0/+2
2006-05-18fix up a few more places to find the SDP properly (fallout from fix for #7124)kpfleming1-3/+3
2006-05-18handle incoming multipart/mixed message bodies in SIP and find the SDP, if pr...kpfleming1-26/+98
2006-05-18use unsigned counters for handling answer/IE lengths while processing DNS res...kpfleming1-6/+8
2006-05-18support 'inactive' tag for SDP media streams (simple fix, proper fix will app...kpfleming1-3/+3
2006-05-18Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE wa...tilghman1-15/+114
2006-05-18Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reporte...file1-2/+3
2006-05-18Fix endless looping message by checking value of res before doing retries stu...file1-10/+11
2006-05-18Video in meetme? Hmmm. Removed until we do have some code for it.oej1-3/+1
2006-05-17Fix codec priority stuff during authentication (issue #6194 reported by jkoop...file1-17/+25
2006-05-17Issue #7176 - Crash in expire_registeroej1-3/+10
2006-05-17Priority jumping not working on VoiceMail app with new syntax (issue #7164 re...file1-1/+1
2006-05-17OSPNext does not handle success/failure correctly (issue #7147 reported and f...file1-17/+19
2006-05-17chan_sip did not use the TRANSFER_CONTEXT for transfers, like res_features. N...oej1-3/+8
2006-05-17Bug 7125 - Fix race condition between resequencing and leaving a messagetilghman1-105/+112
2006-05-16Inherit channel variables during call forwards when going through chan_local ...file1-0/+4
2006-05-16don't leak frames when deferring DTMF or dropping duplicate ANSWER frames (is...kpfleming1-0/+2
2006-05-13Bug 7134 - File descriptor leak with ODBC storage of voicemailtilghman1-2/+2
2006-05-11Bug 7086 - pbx_checkcondition substitution, so that arbitrary strings are tru...tilghman1-1/+1
2006-05-11backport fix from trunk for bug #6934, ensuring that RTP mark bit is changed ...kpfleming1-0/+10