aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2006-05-11ensure that we send a response to REGISTER requests that are successfully aut...kpfleming1-1/+6
2006-05-09 Add the appropriate jumping behavior that is the standard for 1.2.X to SIPGe...bweschke2-8/+32
2006-05-09 Correct memory leak in find_user_realtime #7118 (fnordian)bweschke1-0/+1
2006-05-08Issue 7103 - mikmaoej1-2/+2
2006-05-08 Don't show agents as available when they are in wrap-up time. #6726 (ZX81)bweschke1-1/+4
2006-05-08 Make QueueStatusComplete event thread safe by wrapping it inside the queue l...bweschke1-1/+1
2006-05-08 Oops. :(bweschke1-1/+1
2006-05-08 Don't recheck valid_exit() after getting the result from say_position (which...bweschke1-2/+4
2006-05-08Incorrect log statement when playing transfer sounds (issue #7008 reported an...file1-2/+2
2006-05-07 Fix playback behavior to exit correctly when we receive a hangup during play...bweschke1-3/+6
2006-05-07 Reset the value of ast_mainpid if we fork so future remote unix connections ...bweschke1-0/+1
2006-05-06re-add a couple of lines that I shouldn't have removed in the previous commit.russell1-1/+2
2006-05-06fix a problem where the frame's data pointer is overwritten by the newlyrussell1-8/+13
2006-05-06ensure that the appropriate manager events are sent in all of the places whererussell1-0/+6
2006-05-05update chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, ...russell1-4/+2
2006-05-05 Voicemail fixes along with an API change approved by russellb to fix the bug...bweschke3-32/+53
2006-05-05use the correct function name ...russell1-1/+1
2006-05-05use pbx_checkcondition() instead of ast_true() to evaluate the conditionrussell2-3/+3
2006-05-04Bug 7023 - reload should not unpause memberstilghman1-15/+47
2006-05-04 Make sure that only the "|" is a recognized delimiter for Verbose(), as the ...bweschke1-1/+1
2006-05-03 Correct application documentation to make users aware that certain options c...bweschke1-1/+4
2006-05-03fix up "make rpm"russell1-1/+9
2006-05-03Issue #7074 - Problem with long contact linesoej1-10/+12
2006-05-02 Make certain ast_stopstream() sets the channel's stream members to NULL afte...bweschke1-1/+4
2006-05-02Prompt does not request '#' to end input, so the application should not requi...tilghman1-4/+12
2006-05-01Bug 6864 - drop realtime priority on ALL external processestilghman9-0/+29