Commit Graph

9936 Commits (e6451274d2758a41370b028fcacf604f6c25c48c)
 

Author SHA1 Message Date
Luigi Rizzo e6451274d2 merge 45152 don't leak descriptors in http.c
19 years ago
Luigi Rizzo 50fda8522d merge 45966 refer_to_domain potentially containing options
19 years ago
Luigi Rizzo d7b0db6530 merge 46026 improper checks on get_header() return values
19 years ago
Luigi Rizzo fa4d6f23a6 merge 46045 prevent NULL args to ast_strdupa() in chan_sip.c
19 years ago
Russell Bryant 5cc4200696 Restore the ability to remove the firmware directory without causing the
19 years ago
Kevin P. Fleming 471c0eebdc ensure that the translation matrix is properly lock-protected every place it is used
19 years ago
Kevin P. Fleming d2b10d5f4f add an API call to allow channel drivers to determine which media formats are compatible (passthrough or transcode) with the format an existing channel is already using
19 years ago
Kevin P. Fleming eee62843d5 simplify and correct voicemail IMAP storage build instructions
19 years ago
Tilghman Lesher de9c3aaa8d Pass through a frame if we don't know what it is, rather than trying to pass a
19 years ago
Russell Bryant 5a2f8ea4b7 In muted.c, check the return value of strdup. In ael_main.c, check the return
19 years ago
Russell Bryant 6a74bc409c Fix the descriptions of some of the MeetMeAdmin options (issue #8098, mflorell)
19 years ago
Russell Bryant edb73def8e don't crash when an incoming message has no "from" (issue #8205, jmls)
19 years ago
Joshua Colp 7a0a5b1480 Merged revisions 45927 via svnmerge from
19 years ago
Christian Richter c01e86f14e Merged revisions 45808 via svnmerge from
19 years ago
Russell Bryant 4ebacc1d00 Add a couple missing unregistrations of manager actions and remove duplicate
19 years ago
Joshua Colp bd40b393ec Don't use promotion on Darwin because it doesn't seem to work quite right in all cases, this should solve the unresolved symbol issue people have been seeing.
19 years ago
Joshua Colp 8deedb83fa Pass DESTDIR and ASTSBINDIR so that the utilities get installed in the proper location (reported on asterisk-dev mailing list)
19 years ago
Olle Johansson 2681aea6b2 Let's understand SIP:
19 years ago
Joshua Colp 9ab793dcf8 Let's remember to unregister JabberStatus too (issue #8184 reported by jmls)
19 years ago
Joshua Colp d7329034ea Merged revisions 45691 via svnmerge from
19 years ago
Joshua Colp 67c180956c If the jitterbuffer is forced on then we can't partially bridge (reported by wangster on #asterisk-dev)
19 years ago
Olle Johansson a37a95c0d8 Cleaning up
19 years ago
Russell Bryant 87cb020143 Don't leak the actual thread-specific sip_pvt struct
19 years ago
Kevin P. Fleming 2f6a555fbd don't leak memory when a chan_sip thread is destroyed that has a thread-local temp_pvt allocated
19 years ago
Joshua Colp 54790d5ceb Don't modify things if we are using vfork as this is very bad and may cause unexpected behavior (issue #7970 reported by Nick Gavrikov)
19 years ago
Olle Johansson 9bd68dd32c remove duplicate declarations
19 years ago
Luigi Rizzo 4280d28549 merge from trunk: move ast_variables_destroy() to a better
19 years ago
Joshua Colp 64a875951a Don't segfault if you're using a channel driver that doesn't turn RTCP on
19 years ago
Russell Bryant 0a78fea2ac Don't attempt to access private data members of the pthread_mutex_t object,
19 years ago
Russell Bryant 8273d95be3 update entry to reboot a snom phone (issue #7850, pnlarsson)
19 years ago
Kevin P. Fleming 5b9106eeb5 add a project-specific script to be used during release preparation
19 years ago
Kevin P. Fleming 227d415709 optimize the 'quick response' code a bit more... no more malloc() or memset() for each response
19 years ago
Joshua Colp 5658b611e5 Blocked revisions 45380 via svnmerge
19 years ago
Joshua Colp 0c4dfe3aed Don't create a "real" pvt structure for requests that shouldn't be able to create one. Instead use a temporary pvt and fill it with enough information so we can send a reply.
19 years ago
Olle Johansson 590698e583 Adding information about Marks direct-RTP hack to the docs...
19 years ago
Kevin P. Fleming ba658e6825 Merged revisions 45326 via svnmerge from
19 years ago
Olle Johansson 45fc0eaba4 Now, remove all traces of the option that we did not need :-)
19 years ago
Olle Johansson 1e2935d447 remove the option that was not needed, really.
19 years ago
Joshua Colp d28fd24747 Merged revisions 45265 via svnmerge from
19 years ago
Joshua Colp 3f24dceeca Merged revisions 45260 via svnmerge from
19 years ago
Joshua Colp 552ca7e926 Backport of new directed pickup (BE-85).
19 years ago
Olle Johansson 46b25b4d8a Adding Inotel to credits for SIP transfers. Thanks for your support!
19 years ago
Olle Johansson eaaddb90bf Don't destroy dialog for unexpected REFER response...
19 years ago
Steve Murphy 2ba44e6b10 update the doc string for both AEL and extensions.conf users.
19 years ago
Kevin P. Fleming 60a11a7568 ------------------------------------------------------------------------
19 years ago
Joshua Colp cda9238a47 Clear the quiet flag too since we are restarting a recognition again (reported on -dev by Stephan Edelman)
19 years ago
Joshua Colp 8c09239585 Check return value from engine in case of failure (ie: out of licenses) (reported on -dev mailing list)
19 years ago
Steve Murphy dc04209898 Bug 8128 fixed in this release via these changes
19 years ago
Christian Richter a05d2ebb96 avoiding warning, fixing potential bug
19 years ago
Joshua Colp 8a9517ba9a And file said... let the compiler warnings STOP!
19 years ago