Commit Graph

6905 Commits (efee6cdadfab48ded7ee76d6ebd4d79c4630786d)
 

Author SHA1 Message Date
Kevin P. Fleming 53a0b36973 handle incoming multipart/mixed message bodies in SIP and find the SDP, if presnet (issue #7124 reported and patched by eborgstrom, but very different fix)
20 years ago
Kevin P. Fleming bfbf66aec6 use unsigned counters for handling answer/IE lengths while processing DNS results (issue #7174)
20 years ago
Kevin P. Fleming 2ef43a770b support 'inactive' tag for SDP media streams (simple fix, proper fix will appear in 1.4 release) (issue #7130)
20 years ago
Tilghman Lesher 25d2c99737 Bug 7167 - HasNewVoicemail and VMCOUNT() didn't work when USE_ODBC_STORAGE was defined
20 years ago
Joshua Colp 3c8d8caca1 Return -1 on error in ODBC messagecount and 0 on success (issue #7133 reported by cfieldmtm)
20 years ago
Joshua Colp a6d8b31956 Fix endless looping message by checking value of res before doing retries stuff. (issue #7140 reported by tanischen)
20 years ago
Olle Johansson 9911943d3d Video in meetme? Hmmm. Removed until we do have some code for it.
20 years ago
Joshua Colp 3361be7b6e Fix codec priority stuff during authentication (issue #6194 reported by jkoopmann)
20 years ago
Olle Johansson 8b96daf53e Issue #7176 - Crash in expire_register
20 years ago
Joshua Colp 968d069242 Priority jumping not working on VoiceMail app with new syntax (issue #7164 reported and fixed by alvaro_palma_aste)
20 years ago
Joshua Colp bc3570ac0f OSPNext does not handle success/failure correctly (issue #7147 reported and fixed by eborgstrom)
20 years ago
Olle Johansson d5d56f98c3 chan_sip did not use the TRANSFER_CONTEXT for transfers, like res_features. Now fixed.
20 years ago
Tilghman Lesher 728e1d9a31 Bug 7125 - Fix race condition between resequencing and leaving a message
20 years ago
Joshua Colp 961bcfe98c Inherit channel variables during call forwards when going through chan_local (issue #7095 reported by raarts)
20 years ago
Kevin P. Fleming e6254eeb34 don't leak frames when deferring DTMF or dropping duplicate ANSWER frames (issue #7041, slightly different fix, reported/patched by clausf)
20 years ago
Tilghman Lesher ee46d2d92e Bug 7134 - File descriptor leak with ODBC storage of voicemail
20 years ago
Tilghman Lesher dd260ec707 Bug 7086 - pbx_checkcondition substitution, so that arbitrary strings are true (for regex)
20 years ago
Kevin P. Fleming bb0812be95 backport fix from trunk for bug #6934, ensuring that RTP mark bit is changed when SSRC changes
20 years ago
Kevin P. Fleming 78986fe938 ensure that we send a response to REGISTER requests that are successfully authenticated but contain invalid Contact URIs
20 years ago
BJ Weschke adbfc9d3c7 Add the appropriate jumping behavior that is the standard for 1.2.X to SIPGetHeader that is now deprecated in /trunk. #7111 (blitzrage!!!)
20 years ago
BJ Weschke b2e48e3c22 Correct memory leak in find_user_realtime #7118 (fnordian)
20 years ago
Olle Johansson 6b93396fb9 Issue 7103 - mikma
20 years ago
BJ Weschke 6af35712ef Don't show agents as available when they are in wrap-up time. #6726 (ZX81)
20 years ago
BJ Weschke 249760b951 Make QueueStatusComplete event thread safe by wrapping it inside the queue lock clause already there. #7013 (bziherl reporting)
20 years ago
BJ Weschke d46fa7e825 Oops. :(
20 years ago
BJ Weschke 41210a37d6 Don't recheck valid_exit() after getting the result from say_position (which already checks it). Should prevent another loop if the caller hits digits during the position announcement. #6776 (tgj reporting)
20 years ago
Joshua Colp 72fe69919c Incorrect log statement when playing transfer sounds (issue #7008 reported and fixed by nathan)
20 years ago
BJ Weschke b3d0a54a6b Fix playback behavior to exit correctly when we receive a hangup during playback of the invalid pin message. #7091 (AntD reporting)
20 years ago
BJ Weschke 053f005508 Reset the value of ast_mainpid if we fork so future remote unix connections display the correct PID. #7098 (tzafrir reporting)
20 years ago
Russell Bryant a7987a4d36 re-add a couple of lines that I shouldn't have removed in the previous commit.
20 years ago
Russell Bryant 960ad9e350 fix a problem where the frame's data pointer is overwritten by the newly
20 years ago
Russell Bryant eb19888db5 ensure that the appropriate manager events are sent in all of the places where
20 years ago
Russell Bryant 0f643c18be update chan_h323 to reflect the new prototype for rtp_set_peer (issue #6560, casper)
20 years ago
BJ Weschke 3bc1111ea8 Voicemail fixes along with an API change approved by russellb to fix the bug(s). (jcollie and supczinskib) #7064
20 years ago
Russell Bryant d27c901fa2 use the correct function name ...
20 years ago
Russell Bryant 9d0eead218 use pbx_checkcondition() instead of ast_true() to evaluate the condition
20 years ago
Tilghman Lesher c7ee76b69f Bug 7023 - reload should not unpause members
20 years ago
BJ Weschke 092055c3a5 Make sure that only the "|" is a recognized delimiter for Verbose(), as the app documentation already specifies. #7080 (alessiof reporting)
20 years ago
BJ Weschke 1b107baf37 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire)
20 years ago
Russell Bryant 83dc76b389 fix up "make rpm"
20 years ago
Olle Johansson 87d78ee383 Issue #7074 - Problem with long contact lines
20 years ago
BJ Weschke 316e536e5c Make certain ast_stopstream() sets the channel's stream members to NULL after closing them. #7067 (jcomellas)
20 years ago
Tilghman Lesher 49aa847408 Prompt does not request '#' to end input, so the application should not require it
20 years ago
Tilghman Lesher 00c0af845d Bug 6864 - drop realtime priority on ALL external processes
20 years ago
BJ Weschke 822ea9615a Correct a condition from the prior patch that could happen in rare circumstances and cause a core dump. Thanks Qwell!
20 years ago
BJ Weschke b7f8ee4a6d Make sure that when someone 0's out while recording a msg and then chooses to DELETE the recorded file, the .txt file isn't left around by itself to cause problems later. #7061 (dimitripietro reporting, blitzrage confirmed)
20 years ago
Russell Bryant d3d73f3499 add missing locking of the dialplan functions list in the "show functions"
20 years ago
Kevin P. Fleming 9426da88b7 fix this to actually compile so people can learn from it
20 years ago
Kevin P. Fleming 3e1ca33f4e eliminate compiler warning
20 years ago
Kevin P. Fleming 37e9f9a15c remove a pointless comparison, since the buffer is smaller than the length being checked for
20 years ago