Commit Graph

11020 Commits (9f749257ef865e6900618aaf36e501e9f0bda5ec)
 

Author SHA1 Message Date
Christian Richter 9f749257ef Merged revisions 67209 via svnmerge from
18 years ago
Tilghman Lesher cb8813a250 Merged revisions 67161 via svnmerge from
18 years ago
Russell Bryant 3b5bd316ed Fix up a bunch of places where the iax2 pvt structure can disappear and the
18 years ago
Jason Parker 0b7607ad55 Fix for skinny keepalives.
18 years ago
Jason Parker 6b150d7b9c Fixes for dtmf/dialing with mgcp (similar to the recent fix for chan_skinny)
18 years ago
Russell Bryant 885d846739 Add comments for two functions that get called with the appropriate call locked,
18 years ago
Steve Murphy 7609f70e20 This typo has been here since 1.4 forked. It has been the source of heartburn to many a dialplan/CDR programmer.
18 years ago
Russell Bryant 9074935852 Add a missing \n. (pointed out by jcmoore on IRC)
18 years ago
Joshua Colp 01456184f9 Better handle SIP devices that say they have SDP content... but really don't. (issue #9398 reported by mthomasslo)
18 years ago
Joshua Colp 1317920054 Initialize cidname variable to nothing since it may be used without having been touched. (issue #9661 reported by dimas)
18 years ago
Joshua Colp 26038a4b77 Returning a value that indicates the parking of a call was a success when it really wasn't (because the parking slot selected was in use) is the wrong thing to do. (issue #9723 reported by mdu113)
18 years ago
Tilghman Lesher 85779f9c3a Merged revisions 67060 via svnmerge from
18 years ago
Russell Bryant 28d8f9ee6e Change the configure script to build a test program against libcurl to make
18 years ago
Tilghman Lesher c314f35ac2 Issue 9739 - Malformed jid causes a crash
18 years ago
Russell Bryant 0b7719e9a1 Resolve a deadlock in chan_iax2. When handling an implicit ACK to a frame that
18 years ago
Russell Bryant 35e7f6e86e Fix some compiler warnings in C++ modules.
18 years ago
Tilghman Lesher 70b882702c On some drivers, deallocating the statement handle isn't enough. We also have to clear the cursor (nice, Oracle)
18 years ago
Mark Michelson a90cf2d802 Removing extraneous debugging lines from revision 66897. Sorry :)
18 years ago
Mark Michelson c71ead7c52 Submitting a fix for voicemail with IMAP storage. Attachments with format specified as gsm were duplicated (i.e. two attachments) were left.
18 years ago
Russell Bryant 0ecb2ecf42 Changes to the way DTMF is handled in the core broke dialing in chan_skinny.
18 years ago
Russell Bryant 3db95c55d0 List app_meetme as a module that app_page depends on.
18 years ago
Tilghman Lesher 3ea9ee2f07 Issue 9850 - update preferred command line syntax
18 years ago
Russell Bryant 19a2be29f3 Change a couple of header files to not use "new", which is a reserved keyword
18 years ago
Tilghman Lesher 17329054c8 Merged revisions 66744 via svnmerge from
18 years ago
Joshua Colp c7112015ba Merged revisions 66764 via svnmerge from
18 years ago
Mark Michelson 48b438a0c3 Fixed seg-faults when recording greetings in voicemail with IMAP enabled. (Issue No. 9735, reported by xmarksthespot, patched by me)
18 years ago
Joshua Colp 612f61a9b2 Silly me for having out of date source! Oh well... I'm still leaving my comment.
18 years ago
Joshua Colp 3d8d697e34 When calling some peer/host that may not exist/reply back... don't keep the dialog in memory for all of eternity.
18 years ago
Joshua Colp 7905fca326 Change how channel names are generated a bit. (issue #9825 reported by eldadran)
18 years ago
Tilghman Lesher e21412d53d Merged revisions 66537 via svnmerge from
18 years ago
Olle Johansson 332eabcc07 Properly handle 408 request timeout - according to the RFC, the dialog dies if a request in a dialog gets this response.
18 years ago
Olle Johansson 8d06f379fe Don't issue hangup on hangup on hangup on hangup (for jcmoore)
18 years ago
Joshua Colp 13afc81f91 Handle cases where a frame may have no data. (issue #9519 reported by dmb)
18 years ago
Olle Johansson 9f15005143 Don't reset hangupcause if we already have one
18 years ago
Olle Johansson ff9e2751c6 Tracking down hanging channels, killing them one by one. Issue #9235 and related
18 years ago
Joshua Colp 732418a95a Update datastores documentation. (issue #9801 reported by mnicholson)
18 years ago
Olle Johansson bab6473879 Merged revisions 66349 via svnmerge from
18 years ago
Joshua Colp 3a5a649415 Make the usedistinctiveringdetection option work again. (issue #9823 reported by premeau)
18 years ago
Jason Parker a8ab3e5738 I don't know what this was trying to do, but it's clearly incorrect.
18 years ago
Kevin P. Fleming 12662b47ab have to check for OSP toolkit _after_ checking for OpenSSL
18 years ago
Tilghman Lesher 8f6ec33fef Merged revisions 66127 via svnmerge from
18 years ago
Kevin P. Fleming 5f9897ba56 handle the GNUTLS library properly in the configure script and build system
18 years ago
Russell Bryant a4c142d73d if the string field init fails, clean up the stuff that was allocated already
18 years ago
Joshua Colp dec3b2e618 Fix slinfactory logic when dealing with frames coming in that may already be in the signed linear format.
18 years ago
Russell Bryant 11d6381ec0 Check the result of ast_string_field_init() in ast_channel_alloc()
18 years ago
Russell Bryant a2a73cde51 Make 1.4 build on my machine, too..
18 years ago
Jason Parker 27cb61f3e7 Rebuild configure script for previous ar fix.
18 years ago
Jason Parker 513ed47dac Following moving strip to AC_PATH_TOOL, we need to do something similar for ar.
18 years ago
Russell Bryant c061b86966 Checking for the strip application needs to be done with AC_PATH_TOOL
18 years ago
Russell Bryant d5d3acb67f Clear CFLAGS before running make for menuselect.
18 years ago