Commit Graph

9913 Commits (2f6a555fbdce484bdea850499391e8e2229de1e7)
 

Author SHA1 Message Date
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
Joshua Colp ba3ac1c86b Merged revisions 45060 via svnmerge from
19 years ago
Joshua Colp c1f12bd5ad Move say.conf existence check to do_say function since it is called from multiple places (issue #8144 reported by kshumard)
19 years ago
Kevin P. Fleming 7f8528f21c Merged revisions 45048 via svnmerge from
19 years ago
Joshua Colp 1bfbc1419a Complete merging in RPID screen changes (issue #8101 reported by hristo, patch by oej in revision 44757)
19 years ago
Joshua Colp a825206313 Merged revisions 45030 via svnmerge from
19 years ago
Kevin P. Fleming 1944a9a07c use a configure script test for PMTU discovery control instead of just assuming it's available on Linux
19 years ago
Christian Richter 3a602aa1d7 Merged revisions 45020 via svnmerge from
19 years ago
Christian Richter 887395b103 Merged revisions 44993 via svnmerge from
19 years ago
Luigi Rizzo 0e230d79d8 merge formatting and minor code simplifications from trunk
19 years ago
Matt O'Gorman 0c4d8edca6 fix for bug 7764.
19 years ago
Kevin P. Fleming ec4bf13915 we can only send one 'a=ptime' attribute per media session, not one for each format
19 years ago
Kevin P. Fleming 09f6a6a167 Merged revisions 44955 via svnmerge from
19 years ago
Russell Bryant def01ced3d fix a silly typo in a comment that I saw while reading the commit list
19 years ago
Joshua Colp 4a4fc523b8 Pass off AUDIO_LIBS so muted can link on OSX (issue #8135 reported by ssokol)
19 years ago
Nadi Sarrar 8adb217804 append_event must be called while holding the session lock
19 years ago
Russell Bryant fecc14cd0f change some debug output to use LOG_DEBUG instead of verbose output
19 years ago
Jason Parker 3c72ad9cb1 These are already set by the parent Makefile..
19 years ago
Christian Richter 8621f03cf2 removed warning because of missing prototype declaration
19 years ago
Olle Johansson 84a6a67b15 Do not set default/global values in the variable declaration, set it in reload_config()
19 years ago
Joshua Colp e0dbc80f61 Move some stuff around so that a NOTIFY dialog won't hang around until the end of the world under certain circumstances
19 years ago
Paul Cadach 53024e3508 CHANNEL() function sometime mix parameter and value
19 years ago
Tilghman Lesher 88873fbafa Lost of a bit of logic when this was simplified between 1.2 and 1.4 (Bug 8117)
19 years ago
Joshua Colp e4380a1b2e Bail out if we have no refer structure and we get a refer response
19 years ago