aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Fix handling of backreferences for ENUM lookupsdvossel1-34/+53
2009-03-05Fix problems when RTP packet frame size is changedkpfleming2-37/+103
2009-03-04Look for the number in a callerid string starting from the end. This way a va...file1-1/+1
2009-03-03These changes allow AEL to better check ${} constructs within $[...], that ar...murf5-142/+194
2009-03-03Ensure chan->fdno always gets reset to -1 after handling a channel fd event.russell1-1/+4
2009-03-03Move where fdno is set to the default value to *after* the read callback of t...file1-6/+6
2009-03-03Make it easier to detect an improper call to ast_read().russell1-0/+12
2009-03-02Fix bridging regression from commit 176701jpeeler1-1/+1
2009-03-02When ending a recording with silence detection, remember to reduce the duration.tilghman1-1/+9
2009-03-02Ensure that only one thread is calling ast_settimeout() on a channel at a time.russell1-0/+2
2009-03-02Remove several silly warnings in editline. One about a broken preprocessor d...qwell4-5/+129
2009-02-25This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions...murf2-75/+80
2009-02-25Update the copyright year for the main page of the doxygen documentation.russell1-1/+1
2009-02-24Only set dtmfcount on BEGIN, and ensure it gets reset to 0 properly.russell1-3/+3
2009-02-23Fix infinite DTMF when a BEGIN is received without an END.russell1-10/+3
2009-02-20Don't print the CR-NL combination when we aren't outputting to the manager.tilghman1-1/+1
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