Commit Graph

914 Commits (1ea4af21cac1d68070ed80aae17f95feeffd8c8c)

Author SHA1 Message Date
Matthew Nicholson 4fa5fa014f Fix a crash by checking the proper pointer for validity before deferencing it.
17 years ago
Tilghman Lesher 63cc189747 AST-2009-005
17 years ago
Michiel van Baak 0f05b9b9de backport rev 205532 from trunk:
17 years ago
Kevin P. Fleming 75f1eaf2a1 Ensure that user-provided CFLAGS and LDFLAGS are honored.
17 years ago
Russell Bryant 33f54353ba Make OpenSSL usage thread-safe.
17 years ago
Russell Bryant 090c2f1e4e Fix a case where CDR answer time could be before the start time involving parking.
17 years ago
Tilghman Lesher 5757b115b3 If the "h" extension fails, give it another chance in main/pbx.c.
17 years ago
Russell Bryant fce4a98f7c Fix memory corruption and leakage related reloads of non files mode MoH classes.
17 years ago
Eliel C. Sardanons a42ff13c97 Show the interface name on error, if it is not found.
17 years ago
David Vossel ddb4e3f2e7 Generic call forward api, ast_call_forward()
17 years ago
Tilghman Lesher af31809bcf If using the old deprecated format, a reload would cause the class to disappear.
17 years ago
Sean Bright 8fc78eae7a Properly terminate AMI JabberSend response messages.
17 years ago
Russell Bryant e86b26f1a8 Fix a crash that occurred when MWI SMDI messages expired.
17 years ago
Matthew Nicholson aa2fd9a4c2 Use AST_CDR_NOANSWER instead of AST_CDR_NULL as the default CDR disposition.
17 years ago
Russell Bryant 245950ad00 Resolve a file handle leak.
17 years ago
Matthew Nicholson df4812c96e This commit prevents cdr records with AST_CDR_FLAG_ANSLOCKED and AST_CDR_FLAG_LOCKED from being updated in certain cases.
17 years ago
Joshua Colp 91843c8c58 Fix some code that wrongly assumed a pointer would always be non-NULL when dealing with CDRs after a bridge.
17 years ago
Tilghman Lesher efb22ba096 Add a similar dependency on SMDI for voicemail as already exists for ADSI.
17 years ago
Jeff Peeler 84f708474a Make ParkedCall application stop execution of the dialplan after hang up
17 years ago
Joshua Colp 385e28f532 Fix an incorrect assumption that certain values on the channel will always exist when they may not.
17 years ago
Russell Bryant 1c1d4a80e0 Fix a typo from 190661.
17 years ago
Russell Bryant 8798a0f9dd Resolve a crash in res_smdi when used with chan_dahdi.
17 years ago
Tilghman Lesher 9eaaa987fc If fileconfig limit exceeds our maximum, then set the limit to the maximum.
17 years ago
Mark Michelson 89d04eef98 Fix a small logical error when loading moh classes.
17 years ago
Mark Michelson 3e474b3b75 Fix a memory leak in res_monitor.c
17 years ago
David Vossel f42e9eb6bf Cleaning up a few things in detect disconnect patch
17 years ago
David Vossel dd17912d68 Allow disconnect feature before a call is bridged
17 years ago
Russell Bryant 6efa254bea Fix cases where the internal poll() was not being used when it needed to be.
17 years ago
Kevin P. Fleming 7e1ee720ba Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
17 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
17 years ago
Mark Michelson 52752df83c Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.
17 years ago
Joshua Colp 1813d4a281 Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.
17 years ago
Joshua Colp 01b90d9092 Fix logic flaw in previous commit.
17 years ago
Joshua Colp 2e825bd259 Fix another scenario where depending on configuration the stream would not get read.
17 years ago
Joshua Colp 293900d3f2 Fix issue with streaming MOH failing if nobody is listening.
17 years ago
Jeff Peeler 21ca773c28 Fix malloc debug macros to work properly with h323.
17 years ago
Joshua Colp 3ef0938c76 Do not assume that the bridge_cdr is still attached to the channel when the 'h' exten is finished executing.
17 years ago
Steve Murphy 5996b58192 This change moves the default feature digit timeout to 1000 ms from the previous default of 500.
17 years ago
Steve Murphy 6fb39726c5 This patch prevents the feature detection timeout from being cut in half.
17 years ago
Terry Wilson cdf5240895 Change include order to make compile on Centos 5 with DAHDI
17 years ago
Jeff Peeler de8f6bab86 Modify bridging to properly evaluate DTMF after first warning is played
17 years ago
Jeff Peeler 46963bc8b5 Fix ParkedCall event information for From field in the case of a blind transfer
17 years ago
Jeff Peeler 3e396d458a Fix crash in event of failed attempt to transfer to parking
17 years ago
Joshua Colp e2fd8852db Don't overwrite our pointer to the music class when music on hold stops. We will use this if it starts again to see if we can resume the music where it left off.
17 years ago
Russell Bryant c347a43c9f Fix a race condition that could cause a crash.
17 years ago
Jeff Peeler 87c921a68e Parking attempts made to one end of a bridge no longer will hang up due to a
17 years ago
Terry Wilson 1a9018e799 Fix a feature inheritance bug I added after code review
17 years ago
Terry Wilson 2b340eab54 Rename new parkedcallparking option to parkedcallreparking
17 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
17 years ago