aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Don't have the Via header stored as a stringfield as it can change often duri...file1-3/+3
2009-02-15fix mis-spelling of the word registered.mvanbaak4-8/+8
2009-02-15format_ilbc does not depend on codec libraries and can therefore always be ma...oej1-4/+0
2009-02-15Disable format_ilbc.so by default, like codec_ilbc.sooej1-1/+5
2009-02-15Make sure that the debug line is not printed on debug level 0oej1-1/+2
2009-02-13Zaptel is not DAHDI. Rather, Zaptel is actually Zaptel. (in case you're con...qwell1-1/+1
2009-02-13Fix a potential crash situation when using IMAP voicemailmmichelson1-1/+2
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-12Fix ParkedCall event information for From field in the case of a blind transferjpeeler1-2/+9
2009-02-12Fix crash in event of failed attempt to transfer to parkingjpeeler1-1/+2
2009-02-12Don't send DTMF for infinite time if we do not receive an END event.russell1-0/+15
2009-02-12Set the initiator attribute to lowercase in our replies when receiving calls.phsultan1-5/+47
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 andtilghman2-1/+27
2009-02-10Go off hold when we get an empty reinvite telling us to.file1-1/+5
2009-02-10Improve behavior of jitterbuffer when maxjitterbuffer is set.mnicholson1-13/+19
2009-02-10This patch solves some compiler complaintsmurf1-4/+7
2009-02-09Don't do an SRV lookup if a port is specifiedmmichelson1-3/+8
2009-02-09Don't overwrite our pointer to the music class when music on hold stops. We w...file1-9/+3
2009-02-07Fix a race condition that could cause a crash.russell1-1/+1
2009-02-06check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()dhubbard1-7/+32
2009-02-06Remove a debug message I put in by accident.file1-1/+0
2009-02-06Some clients do not put the call-id for replaces at the beginning, so support...file1-44/+42
2009-02-06Limit the addition of the Contact header in SIP responses according to variousmnicholson1-1/+62
2009-02-06Backport OS X fix from trunktilghman1-0/+2
2009-02-05Fix logic regarding when to perform an SRV lookup for outgoing REGISTER requestsmmichelson1-24/+52
2009-02-05Add new configuration option to make shared IMAP mailboxes function as expected.jpeeler1-2/+11
2009-02-05Fix situations where queue members could be autopaused unexpectedlymmichelson1-6/+6
2009-02-05Add some missing cleanup to app_mixmonitormmichelson1-0/+2
2009-02-05Fix a problem where a channel pointer becomes invalid due to masquerading or ...mmichelson1-6/+89
2009-02-04Revert my previous change because it was stupidmmichelson1-3/+1
2009-02-04Add a missing unlock. Extremely unlikely to ever matter, but it's needed.mmichelson1-1/+3
2009-02-03Fixes issue with IAX2 transfer not handing off calls. dvossel1-26/+93
2009-02-03Parking attempts made to one end of a bridge no longer will hang up due to ajpeeler1-37/+68
2009-02-03Add warning to standard config, that globals may be overridden by othertilghman1-1/+7
2009-02-02Fix a feature inheritance bug I added after code reviewtwilson1-0/+4
2009-02-02channels/chan_dahdi.crmudgett2-37/+363
2009-01-31Rename new parkedcallparking option to parkedcallreparkingtwilson2-10/+10
2009-01-30Fix feature inheritance with builtin featurestwilson7-148/+284
2009-01-29Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, iftilghman12-21/+179
2009-01-29Make sure that we always add the hangupcause headers. In some cases, the owne...oej1-5/+10
2009-01-28This patch fixes h-exten running misbehavior in manager-redirected murf5-14/+54
2009-01-28Clarify log message (suggested by manxpower on #asterisk-dev)tilghman1-1/+1
2009-01-28Add a better explanation of the difference between the device namespace and t...oej1-0/+19
2009-01-27Fix devicestate problems for "always-on" agent channelsmmichelson1-2/+5
2009-01-27Prevent a crash from occurring when a jitter buffer interpolated frame ismmichelson1-0/+10
2009-01-27Use the same branch tag in CANCEL as in INVITEoej1-1/+1