aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-02-19This patch fixes a problem with 8-bit input to the ast_expr2 scanner.murf3-1018/+198
2009-02-18Merged revisions 177035 manually from dbailey1-1/+1
2009-02-18Need to take into account the \0 terminator of the old string to determine th...dbailey1-1/+1
2009-02-17Modify bridging to properly evaluate DTMF after first warning is playedjpeeler1-14/+22
2009-02-16correct a logic error in the last stringfields commit... don't mark additiona...kpfleming1-3/+5
2009-02-16fix a flaw in the ast_string_field_build() family of API calls; these functio...kpfleming1-11/+36
2009-02-15fix mis-spelling of the word registered.mvanbaak2-3/+3
2009-02-12Fix a place where filestreams were not refcounted properlymmichelson1-1/+10
2009-02-12Fix crashes when receiving certain T.38 packets. Also, increase the maximumtilghman1-23/+51
2009-02-12Don't send DTMF for infinite time if we do not receive an END event.russell1-0/+15
2009-02-12Revert RTP changes for continuation of DTMF. Proxy commit by russell via SMS.file1-15/+0
2009-02-12Clear out the current event after forcing the end of a digitrussell1-1/+4
2009-02-11Fixify infinite DTMF in the case that no RFC2833 END event is ever receivedrussell1-0/+12
2009-02-11Restore a behavior that was recently changed, when we fixed issue #13962 andtilghman1-1/+10
2009-02-10Improve behavior of jitterbuffer when maxjitterbuffer is set.mnicholson1-13/+19
2009-01-30Fix feature inheritance with builtin featurestwilson1-27/+0
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman1-2/+11
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf2-2/+16
2009-01-27Prevent a crash from occurring when a jitter buffer interpolated frame ismmichelson1-0/+10
2009-01-23When a channel is answered make sure any indications currently playing stop. ...file1-0/+1
2009-01-23Fix broken call pickupmmichelson1-1/+1
2009-01-22Don't crash if RTCP is not enabled on an RTP structure but statistics are out...file1-6/+6
2009-01-22Do a string comparison instead of pointer comparison since some people specif...file1-1/+1
2009-01-21Read lock the contexts to maintain the locking order when we are notified tha...file1-0/+2
2009-01-21Adding revision 169794 to 1.4 since 1.4 is also affected by the issuemmichelson1-8/+0
2009-01-21Extra NULLs in the output cause some terminal types to abort in the middle oftilghman1-0/+1
2009-01-19Truncate userevents at the end of a line, when the command exceeds the buffer.tilghman1-2/+6
2009-01-16Fix the conjugation of Russian and Ukrainian languages.tilghman1-0/+109
2009-01-14Don't read into a buffer without first checking if a value is beyond the end.tilghman1-5/+3
2009-01-13Revert unnecessary indications API change from rev 122314russell3-41/+41
2009-01-07Fix the last couple of places where free() was improperly used directly.russell1-7/+8
2009-01-07Don't fclose() the file early, the filestream destructor will handle it.russell1-1/+0
2009-01-07Only try to close the file if one was actually openedrussell1-1/+2
2009-01-07Don't use free() directly. This caused a crash since ast_filestream is now a...russell1-1/+1
2009-01-07Treat an empty string the same way as a NULL country argument.russell1-7/+4
2009-01-06Use the correct variable when creating the format stringmmichelson1-1/+1
2008-12-23Compile, even if both DAHDI and Zaptel are not installed.tilghman1-0/+2
2008-12-23Fix a crash resulting from a datastore with inheritance but no duplicate call...mmichelson1-1/+1
2008-12-23Use the integer form of condition for integer comparisons.tilghman1-1/+4
2008-12-22Fix up timeout handling in ast_carefulwrite().russell1-1/+18
2008-12-19Backport of AUDIOHOOK_INHERIT for Asterisk 1.4mmichelson2-2/+57
2008-12-19(closes issue #13480)jpeeler2-42/+18
2008-12-18Make ast_carefulwrite() be more careful.russell1-13/+38
2008-12-18Only care about a compatible codec for early bridging if we are actually brid...file1-3/+2
2008-12-16Fix an issue where DEBUG_THREADS may erroneously report that a thread russell1-0/+6
2008-12-16Add "restart gracefully" to the AMI blacklist of CLI commands. russell1-0/+1
2008-12-16Fix memory leak and invalid reporting issues with DEBUG_THREADLOCALS.russell1-11/+27
2008-12-16I added a sentence to clarify why - and ' ' are ignored in patternsmurf1-1/+2
2008-12-15Handle a case where a call can be bridged to a channel that is still ringing.russell1-50/+119
2008-12-12Simple fix for Ctrl-C not immediately exiting Asterisk, but also add atilghman2-0/+5