Commit Graph

2763 Commits (9ff28fd6e8829e87629aeceb51b14c73c54f3b41)

Author SHA1 Message Date
Alec L Davis 3d3116e656 revert ability to exit echo app
15 years ago
Alec L Davis 63e614d896 fixes ability to exit echo app
15 years ago
Sean Bright daf062ece8 Fix crash in app_voicemail related to message counting.
15 years ago
Jeff Peeler e896cc88cf Make deletion of temporary greetings work properly with IMAP_STORAGE
15 years ago
Olle Johansson ef93e3343e Don't log to debug unless debug is turned on
15 years ago
Mark Michelson a01809c2c2 Make sure that when autofill is disabled that callers not in the front of the queue cannot place calls.
15 years ago
David Vossel 47de4d5211 fixes random deadlock in app_queue with use_weight during reload
15 years ago
Tilghman Lesher 277db8b69d Backup and restore original textfile, for prosthesis (gerund of prepend).
15 years ago
Jeff Peeler e0704019cc Revert 243570, I should have looked at this closer. Will reopen the issue, but
15 years ago
Jeff Peeler d889f4c191 Extend announcement URL used with Queue from 80 chars to PATH_MAX.
15 years ago
Tilghman Lesher fab5527451 Disallow leaving more than maxmsg voicemails.
16 years ago
David Vossel 6c6a857e1c add silence gen to wait apps
16 years ago
Russell Bryant d8cf7e6003 Resolve a crash due to an ast_frame not being fully initialized.
16 years ago
Sean Bright 3d20d25e4c Avoid a crash with large numbers of MeetMe conferences.
16 years ago
Jeff Peeler d97debdbf5 Fix talking detection status after conference user is muted.
16 years ago
Leif Madsen bee22ddbec Update chan_spy documentation.
16 years ago
David Vossel 6efb416d91 document and rename strip_control() in app_voicemail
16 years ago
Tilghman Lesher ca5867f707 Deprecate "cz" in favor of "cs".
16 years ago
David Vossel 9482a6da39 fixes app_queue ao2 error
16 years ago
Joshua Colp 32365fe106 Fix a bug where if you hung up very quickly after calling AMD it would overwrite the AMDSTATUS of HANGUP with TOOLONG.
16 years ago
Matthew Nicholson 6a680d9b28 Remove duplicate entries from voicemail format lists. This prevents app_voicemail from entering an infinite loop when the same format is specified twice in the format list.
16 years ago
David Vossel 264a1a78a9 app_queue crashes randomly, often during call-transfers
16 years ago
David Vossel c79e242ada fixes solaris segfault on dial with verbosity >= 3
16 years ago
David Vossel 182c57ce17 fixes MixMonitor thread not exiting when StopMixMonitor is used
16 years ago
Joshua Colp 2ef94c5196 Document a limitation in the AVAILSTATUS variable from ChanIsAvail and provide
16 years ago
Matthew Nicholson 3c256882d6 This patch modifies the Dial application to monitor the calling channel for hangups while playing back announcements.
16 years ago
Joshua Colp ed413ec76c Fix a bug where the recorded privacy introduction file would not get removed if the caller hung up
16 years ago
Tilghman Lesher 6e8a455534 Fix documentation for ast_softhangup() and correct the misuse thereof.
16 years ago
Tilghman Lesher 8699a5f158 Suffix is not needed for a match
16 years ago
Joshua Colp 926a033bf9 Do not attempt early media bridging (ie: direct RTP setup) if options are enabled that should prevent it.
16 years ago
Jeff Peeler e3464ac40a Ensure ringing continues for branched calls after progress is received
16 years ago
Russell Bryant 6429db49ba Remove a duplicate ao2_iterator_destroy().
16 years ago
Mark Michelson a9317f6cbe Fix potential memory leak in app_dial.c
16 years ago
Kevin P. Fleming 2ad7cb7e87 Fix ao2_iterator API to hold references to containers being iterated.
16 years ago
Matthew Nicholson 5d982dda69 Avoid a deadlock in chanspy, just in case the spyee is masqueraded and chanspy_ds_chan_fixup() is called with the channel locked.
16 years ago
Tilghman Lesher 5cf26dcdac Implicitly sending a progress signal breaks some applications.
16 years ago
Tilghman Lesher f4837ecbef When IMAP variables were changed during a reload, Voicemail did not use the new values.
16 years ago
Tilghman Lesher cefd4b7b03 If the user enters the same password as before, don't signal an error when the change does nothing.
16 years ago
Tilghman Lesher 3913dcbc40 Ensure FollowMe sets language in channels it creates.
16 years ago
Tilghman Lesher 12f92cf9c6 Don't say "Please try again" if we don't give the user another chance to try again.
16 years ago
Matthew Nicholson 903460b848 Ensure we don't pickup ourselves when doing pickup by exten.
16 years ago
Tilghman Lesher 269854a47d Don't ring another channel, if there's not enough time for a queue member to answer.
16 years ago
Tilghman Lesher b10343fd19 When MOH is playing on the channel, announcements sent through the conference are not heard.
16 years ago
Olle Johansson 05899c19a1 Make apps send PROGRESS control frame for early media and fix too early media issue in SIP
16 years ago
Dwayne M. Hubbard fad010ebe7 Use strrchr() so SoftHangup will correctly truncate multi-hyphen channel names
16 years ago
Jeff Peeler d581b4216a Make all the symbols for the C-client callbacks global
16 years ago
David Vossel 941ed1b2fe Fixes memory leak caused by incorrectly freeing mixmonitor
16 years ago
Matthew Nicholson b35312b15b This patch adds additional checking when generating queue log TRANSFER events.
16 years ago
Tilghman Lesher 63cc189747 AST-2009-005
16 years ago
Russell Bryant a56006702e Resolve a deadlock involving app_chanspy and masquerades.
16 years ago