Commit Graph

13261 Commits (1a00cbbf1de298d7102ebe6a125cf6d8461e51ec)
 

Author SHA1 Message Date
David Vossel 1a00cbbf1d Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridge
18 years ago
Kevin P. Fleming 1b5b3efcae fix a flaw in the ast_string_field_build() family of API calls; these functions made no attempt to reuse the space already allocated to a field, so every time the field was written it would allocate new space, leading to what appeared to be a memory leak.
18 years ago
Joshua Colp 22734e39dc Don't have the Via header stored as a stringfield as it can change often during the lifetime of a dialog.
18 years ago
Michiel van Baak db4dc67740 fix mis-spelling of the word registered.
18 years ago
Olle Johansson 4c3b9ccf3b format_ilbc does not depend on codec libraries and can therefore always be made. My mistake. Ursäkta!
18 years ago
Olle Johansson beaf6760c4 Disable format_ilbc.so by default, like codec_ilbc.so
18 years ago
Olle Johansson ada21a8039 Make sure that the debug line is not printed on debug level 0
18 years ago
Jason Parker 3cc3863d28 Zaptel is not DAHDI. Rather, Zaptel is actually Zaptel. (in case you're confused, DAHDI is still DAHDI)
18 years ago
Mark Michelson 3e0b36d9d0 Fix a potential crash situation when using IMAP voicemail
18 years ago
Mark Michelson 7accd1ec46 Fix a place where filestreams were not refcounted properly
18 years ago
Tilghman Lesher a13deff994 Fix crashes when receiving certain T.38 packets. Also, increase the maximum
18 years ago
Jeff Peeler 46963bc8b5 Fix ParkedCall event information for From field in the case of a blind transfer
18 years ago
Jeff Peeler 3e396d458a Fix crash in event of failed attempt to transfer to parking
18 years ago
Russell Bryant bfaa341f58 Don't send DTMF for infinite time if we do not receive an END event.
18 years ago
Philippe Sultan d045d36561 Set the initiator attribute to lowercase in our replies when receiving calls.
18 years ago
Joshua Colp 70f7c7e9cb Revert RTP changes for continuation of DTMF. Proxy commit by russell via SMS.
18 years ago
Russell Bryant 1d4e4ff3d1 Clear out the current event after forcing the end of a digit
18 years ago
Russell Bryant 9dff8995b4 Fixify infinite DTMF in the case that no RFC2833 END event is ever received
18 years ago
Tilghman Lesher 9e38dd5427 Restore a behavior that was recently changed, when we fixed issue #13962 and
18 years ago
Joshua Colp 9fa3324845 Go off hold when we get an empty reinvite telling us to.
18 years ago
Matthew Nicholson b60ec2baa1 Improve behavior of jitterbuffer when maxjitterbuffer is set.
18 years ago
Steve Murphy 680cc35607 This patch solves some compiler complaints
18 years ago
Mark Michelson 7f20e5ffab Don't do an SRV lookup if a port is specified
18 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.
18 years ago
Russell Bryant c347a43c9f Fix a race condition that could cause a crash.
18 years ago
Dwayne M. Hubbard d29a99cb89 check ast_strlen_zero() before calling ast_strdupa() in sip_uri_headers_cmp()
18 years ago
Joshua Colp c80b2b93b5 Remove a debug message I put in by accident.
18 years ago
Joshua Colp 6cda579f17 Some clients do not put the call-id for replaces at the beginning, so support it being anywhere in the string.
18 years ago
Matthew Nicholson 5edf9d8a59 Limit the addition of the Contact header in SIP responses according to various
18 years ago
Tilghman Lesher 76af76c5f4 Backport OS X fix from trunk
18 years ago
Mark Michelson f70845aa24 Fix logic regarding when to perform an SRV lookup for outgoing REGISTER requests
18 years ago
Jeff Peeler 0b026ce04f Add new configuration option to make shared IMAP mailboxes function as expected.
18 years ago
Mark Michelson e7478c7b15 Fix situations where queue members could be autopaused unexpectedly
18 years ago
Mark Michelson d914df762a Add some missing cleanup to app_mixmonitor
18 years ago
Mark Michelson 8e764c583d Fix a problem where a channel pointer becomes invalid due to masquerading or hanging up.
18 years ago
Mark Michelson 82937be553 Revert my previous change because it was stupid
18 years ago
Mark Michelson fed7d2308b Add a missing unlock. Extremely unlikely to ever matter, but it's needed.
18 years ago
David Vossel 28056ffc94 Fixes issue with IAX2 transfer not handing off calls.
18 years ago
Jeff Peeler 87c921a68e Parking attempts made to one end of a bridge no longer will hang up due to a
18 years ago
Tilghman Lesher 13138151e1 Add warning to standard config, that globals may be overridden by other
18 years ago
Terry Wilson 1a9018e799 Fix a feature inheritance bug I added after code review
18 years ago
Richard Mudgett cefe4f025d channels/chan_dahdi.c
18 years ago
Terry Wilson 2b340eab54 Rename new parkedcallparking option to parkedcallreparking
18 years ago
Terry Wilson 4e069885ce Fix feature inheritance with builtin features
18 years ago
Tilghman Lesher c257ffeed0 Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if
18 years ago
Olle Johansson 3209942b7e Make sure that we always add the hangupcause headers. In some cases, the owner was disconnected before we checked for the cause.
18 years ago
Steve Murphy 13a60eba0c This patch fixes h-exten running misbehavior in manager-redirected
18 years ago
Tilghman Lesher 16f378c559 Clarify log message (suggested by manxpower on #asterisk-dev)
18 years ago
Olle Johansson 566429c300 Add a better explanation of the difference between the device namespace and the dialplan for newbies.
18 years ago
Mark Michelson cade7e1559 Fix devicestate problems for "always-on" agent channels
18 years ago