Commit Graph

14154 Commits (1c72a8ab495aa9eb658b0afc0041dcb9babd56e7)
 

Author SHA1 Message Date
Russell Bryant 1c72a8ab49 Reset visible indication after answer.
15 years ago
Jeff Peeler 5be00864ee Prevent loss of Caller ID information set on local channel after masquerade.
15 years ago
David Vossel 4f90553a45 chan_sip: fixes provisional keepalive scheduled item crash
15 years ago
Tilghman Lesher b7cb184823 Change context lock back to a mutex, because functionality depends upon the lock being recursive.
15 years ago
Russell Bryant 5ec4ea248c Copy astcli back to 1.4 so it's available for automated testing purposes.
15 years ago
Tilghman Lesher 996a394a7d Prevent DAHDI channels from overriding the callerid, once it's been set by the user.
15 years ago
David Vossel 27c86f1e9a fixes issue with translator frame not getting freed
15 years ago
Jean Galarneau cf0d36226d Fix a dsp structure leak occuring when a local channel is put into a meetme
15 years ago
Leif Madsen d41395c6bf Update help text to be less confusing.
15 years ago
David Vossel 0ebd53bba8 remove empty audiohook write list on channel
15 years ago
Bradley Latus 13e5091b72 Minor update to man page
15 years ago
Jeff Peeler 20454a45d2 Provide a default value for DAHDI_TRANSCODE so when DAHDI is not installed
15 years ago
Richard Mudgett 08883af231 SIP promiscuous redirect could fail to dial the redirect.
15 years ago
Mark Michelson 7bc66e1d77 Backport fixes for sip_uri_params_cmp() from trunk.
15 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.
15 years ago
Tilghman Lesher 307d1b7888 Avoid race with consolethread on shutdown (on parallel processors).
15 years ago
Richard Mudgett 8f60bcf42f DNID does not get cleard on a new call when using immediate=yes with ISDN signaling.
15 years ago
Mark Michelson f4f7637e62 Allow PLC to function properly when channels use SLIN for audio.
15 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.
15 years ago
Tilghman Lesher 8618bacfd8 Do not queue up DTMF frames while a call is on hold.
15 years ago
Tilghman Lesher b765278efe Off-by-one error
15 years ago
Paul Belanger b48d6c3dbe Regression with T.38 negotiation
15 years ago
Jean Galarneau 20c9dd4aef Avoid trying to pickup a parked extension before the park operation is completed.
15 years ago
Tilghman Lesher 891555ad4a Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's only uclinux that does not.
15 years ago
Tim Ringenbach 99202cbc03 Save and restore AST_FLAG_BRIDGE_HANGUP_DONT on attended transfer.
15 years ago
Tilghman Lesher d38b8e2674 Since we split values at the semicolon, we should store values with a semicolon as an encoded value.
15 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.
15 years ago
Richard Mudgett 308d812403 priexclusive in chan_dahdi.conf ignored when reloading dahdi module
15 years ago
Matthew Nicholson 9f51a79d88 Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE.
15 years ago
Tilghman Lesher 7ac1e8e9c7 If variable gotten is not set, will segfault on Solaris.
15 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.
15 years ago
Paul Belanger d9e34da4ae Total analysis time error with SIP and silence suppression
15 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.
15 years ago
Leif Madsen 65cad38b6b Update documentation for voicemail.conf externpass option.
15 years ago
Russell Bryant 26706f51b4 Only reset a CDR that exists.
15 years ago
Russell Bryant dca56377a4 Use chan->cdr instead of chan_cdr (just like peer->cdr instead of peer_cdr in the last commit).
15 years ago
Russell Bryant 2a19af50e8 Access peer->cdr directly instead of through a saved off reference.
15 years ago
Tilghman Lesher 6dc0a3b80e Move SQL scripts into their own database-specific directories.
15 years ago
Jeff Peeler c66d95c8e5 Make user removals and traversals thread safe in meetme.
15 years ago
Jeff Peeler cd054ab3b4 Change ast_write to not stop generator when called from ast_prod.
15 years ago
Paul Belanger ea332c39bf fix tab-completion for unload command.
15 years ago
Paul Belanger dca914c43b Fix logging message for stale nonce.
15 years ago
Matthew Nicholson de1dd975e6 give a better error message when attempting to unload a module that is not loaded
15 years ago
Matthew Nicholson 4654483d6b don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loaded
15 years ago
Matthew Nicholson fa79e11a91 Clear the AST_CDR_FLAG_DIALED flag for channels going into the pbx via the G option in app_dial
15 years ago
Russell Bryant 938b6264ff Document that a leading and trailing slash is expected for test categories.
15 years ago
Richard Mudgett 8c1f4940eb Close the DAHDI FD on error when processing chan_dahdi toneduration config parameter.
15 years ago
Tilghman Lesher 5a80e36794 Correct how 100, 200, 300, etc. is said. Also add the crazy British numbers.
15 years ago
Jeff Peeler c9818a396f Ensure file.o is built correctly.
15 years ago
Jeff Peeler c833141336 Correct sip.conf.sample comments for prematuremedia option.
15 years ago