Commit Graph

14144 Commits (13e5091b723e830e74c3f7b2658f571e1c31eb8c)
 

Author SHA1 Message Date
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
Terry Wilson 79d795c383 Add option to not do a call forward on 482 Loop Detected
15 years ago
Mark Michelson 5724d8f905 Fix problem with RFC 2833 DTMF not being accepted.
15 years ago
Matthew Nicholson 989ecebcb0 Make get_member_status return QUEUE_NO_MEMBERS instead of QUEUE_NO_REACHABLE_MEMBERS to make joinempty=no work again. This regression was introduced in 273639. Also fixed whitespace.
15 years ago
Tilghman Lesher b0202ce6d1 Command 'stop gracefully' doesn't.
15 years ago
Paul Belanger 9fc9b42295 Remove extra line breaks from 'core show config mappings'
15 years ago
Tilghman Lesher 14550f93d0 Have the DEADLOCK_AVOIDANCE macro warn when an unlock fails, to help catch potentially large software bugs.
15 years ago
Tilghman Lesher 01af082769 Autoservice loop optimization causes a busy loop, when channels are serviced while in hangup.
15 years ago
Tzafrir Cohen 97f61244f9 Fix various typos, reported by Lintian
15 years ago
Tilghman Lesher 358159c2b0 If all members are paused, the wrong status is indicated.
15 years ago
Russell Bryant 2a18c6627d Don't return a partially initialized datastore.
15 years ago