Commit Graph

14166 Commits (a0e2fe78a879edebf31366bc3b24a2783e758c05)
 

Author SHA1 Message Date
Terry Wilson a0e2fe78a8 Use ast_free since ast_variable_new uses ast_calloc
16 years ago
David Vossel c26e47f289 Fixed how Asterisk destroys a dialog on channel hangup before invite receives a response.
16 years ago
David Vossel 3550593f30 This fix makes sure the ast_channel hangs up correctly when the dialog's PENDING_BYE flag is set.
16 years ago
Richard Mudgett 498cbf96bf Merged revision 278274 from
16 years ago
Richard Mudgett 34806f56f5 Q931 - Sending PROGRESS after sending ALERTING is a protocol error
16 years ago
David Vossel d04e866925 tos_sip option was not being set correctly
16 years ago
Terry Wilson 1c0a484763 Add some documentation about codec negotiation to sip.conf
16 years ago
Terry Wilson c5278fc111 Send a SRCCHANGE indication when we masquerade
16 years ago
Jason Parker e30457f021 Register CLI commands before parsing config, in case there is a config error.
16 years ago
Jeff Peeler e90fb11e61 Ensure SSRC is changed when media source is changed to resolve audio delay.
16 years ago
Leif Madsen e002fc6cf1 Add Danish support to say.conf.sample
16 years ago
Leif Madsen eb704b0fe3 Allow say.conf to handle large numbers ending with multiple zeros.
16 years ago
Russell Bryant 1c72a8ab49 Reset visible indication after answer.
16 years ago
Jeff Peeler 5be00864ee Prevent loss of Caller ID information set on local channel after masquerade.
16 years ago
David Vossel 4f90553a45 chan_sip: fixes provisional keepalive scheduled item crash
16 years ago
Tilghman Lesher b7cb184823 Change context lock back to a mutex, because functionality depends upon the lock being recursive.
16 years ago
Russell Bryant 5ec4ea248c Copy astcli back to 1.4 so it's available for automated testing purposes.
16 years ago
Tilghman Lesher 996a394a7d Prevent DAHDI channels from overriding the callerid, once it's been set by the user.
16 years ago
David Vossel 27c86f1e9a fixes issue with translator frame not getting freed
16 years ago
Jean Galarneau cf0d36226d Fix a dsp structure leak occuring when a local channel is put into a meetme
16 years ago
Leif Madsen d41395c6bf Update help text to be less confusing.
16 years ago
David Vossel 0ebd53bba8 remove empty audiohook write list on channel
16 years ago
Bradley Latus 13e5091b72 Minor update to man page
16 years ago
Jeff Peeler 20454a45d2 Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installed
16 years ago
Richard Mudgett 08883af231 SIP promiscuous redirect could fail to dial the redirect.
16 years ago
Mark Michelson 7bc66e1d77 Backport fixes for sip_uri_params_cmp() from trunk.
16 years ago
Tilghman Lesher 6a367c5674 Establish a maximum version for openh323 (i.e. not opal), because chan_h323 will fail to load, even if it links.
16 years ago
Tilghman Lesher 307d1b7888 Avoid race with consolethread on shutdown (on parallel processors).
16 years ago
Richard Mudgett 8f60bcf42f DNID does not get cleard on a new call when using immediate=yes with ISDN signaling.
16 years ago
Mark Michelson f4f7637e62 Allow PLC to function properly when channels use SLIN for audio.
16 years ago
Tilghman Lesher 7df9bcf5e7 Delete IMAP messages in reverse order, to ensure reordering after each expunge does not cause deletion of the wrong message.
16 years ago
Tilghman Lesher 8618bacfd8 Do not queue up DTMF frames while a call is on hold.
16 years ago
Tilghman Lesher b765278efe Off-by-one error
16 years ago
Paul Belanger b48d6c3dbe Regression with T.38 negotiation
16 years ago
Jean Galarneau 20c9dd4aef Avoid trying to pickup a parked extension before the park operation is completed.
16 years ago
Tilghman Lesher 891555ad4a Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's only uclinux that does not.
16 years ago
Tim Ringenbach 99202cbc03 Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer.
16 years ago
Tilghman Lesher d38b8e2674 Since we split values at the semicolon, we should store values with a semicolon as an encoded value.
16 years ago
Matthew Nicholson 1c8d76145b Default to no udptl error correction so that error correction will be disabled in the event that the remote end indicates that they do not support the error correction mode we requested.
16 years ago
Richard Mudgett 308d812403 priexclusive in chan_dahdi.conf ignored when reloading dahdi module
16 years ago
Matthew Nicholson 9f51a79d88 Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE.
16 years ago
Tilghman Lesher 7ac1e8e9c7 If variable gotten is not set, will segfault on Solaris.
16 years ago
Matthew Nicholson cc8a3986cf For pass through DTMF tones, measure the actual duration between the begin and end packets on the wire. If it is detected to be less than AST_MIN_DTMF_DURATION, trigger dtmf emulation.
16 years ago
Paul Belanger d9e34da4ae Total analysis time error with SIP and silence suppression
16 years ago
Jeff Peeler 4fbc487659 In a perfect world, the frame source would never be NULL. In the meantime, don't crash when it is.
16 years ago
Leif Madsen 65cad38b6b Update documentation for voicemail.conf externpass option.
16 years ago
Russell Bryant 26706f51b4 Only reset a CDR that exists.
16 years ago
Russell Bryant dca56377a4 Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the last commit).
16 years ago
Russell Bryant 2a19af50e8 Access peer->cdr directly instead of through a saved off reference.
16 years ago
Tilghman Lesher 6dc0a3b80e Move SQL scripts into their own database-specific directories.
16 years ago