Commit Graph

2987 Commits (ce8453f57c79342f9c40365e5d628d93d6a8a3f6)

Author SHA1 Message Date
Tilghman Lesher ce8453f57c Enhance ExternalIVR with new options and commands.
18 years ago
Mark Michelson b0e637791c Add a new manager event, AgentRingNoAnswer to
18 years ago
Mark Michelson 06a7b4ea43 Optimize the update_realtime_member_field function by not having
18 years ago
Tilghman Lesher ffc9f89189 On socket-based connections, there is no error FD, so don't try waiting on one.
18 years ago
Jim Dixon 76707a409c Bring all app_rpt and chan_usbradio stuff up to date
18 years ago
Mark Michelson 028016b401 When counting urgent messages when using IMAP storage, take into account that
18 years ago
Mark Michelson a92223a240 Modify externnotify to take the number of urgent voicemails as a final argument instead
18 years ago
Mark Michelson f10440a35f Prevent crashes from occurring due to a strcmp of a NULL pointer.
18 years ago
Luigi Rizzo 18065a175d Use casts or intermediate variables to remove a number
18 years ago
Mark Michelson 193d16cbde Adding a new option to Chanspy(). The 'd' option allows for the spy to
18 years ago
Jason Parker 8340b21c1d Voicemail "* exit" should not require an exitcontext to be specified.
18 years ago
Tilghman Lesher c15ed0f3f6 Merged revisions 116296 via svnmerge from
18 years ago
Russell Bryant ea3fb96b29 Re-introduce proper error handling that was removed in recent commits.
18 years ago
Jason Parker e785520eb9 Correctly document state interface for AddQueueMember. Discovered while looking at issue #12626.
18 years ago
Claude Patry dfe475cc59 ameliorate load and unload to dont use DECLINED or FAILED, when theres no .conf involved.
18 years ago
Mark Michelson 93e84a7d76 Remove a debug line
18 years ago
Mark Michelson 7daebcd610 Adding support for "urgent" voicemail messages. Messages which are
18 years ago
Tilghman Lesher 8b1d52c9a5 Allow a password change to be validated by an external script.
18 years ago
Mark Michelson c854ba85a5 Merged revisions 115320 via svnmerge from
18 years ago
Joshua Colp aa2e9d2fdc Document the 'B' option of app_chanspy.
18 years ago
Dwayne M. Hubbard 817e1ed55f app_voicemail uses a taskprocessor for mwi notification subscriptions
18 years ago
Dwayne M. Hubbard 8fdea12f33 app_queue uses a taskprocessor for device state changes
18 years ago
Tilghman Lesher b11854445b Add attributes to various API calls, to help track down bugs (and remove a deprecated function)
18 years ago
Tilghman Lesher b5a127daac Modify TIMEOUT() to be accurate down to the millisecond.
18 years ago
Mark Michelson e37dafdd3a Adding new configuration options to app_queue. This adds two new values
18 years ago
Tilghman Lesher 527c601d0c Lock around variables retrieved, and copy the values, if they stay persistent,
18 years ago
Mark Michelson 1bff41eb44 Patching app_chanspy to jibe better with what is documented. This allows for
18 years ago
Mark Michelson 6447280c2f Merged revisions 114848 via svnmerge from
18 years ago
Mark Michelson 8b1cb3ce53 Make app_directory dependent on app_voicemail. This is because the function
18 years ago
Mark Michelson 6e45d3c223 Since there is now a globally available function for saying someone's name, a LOT of
18 years ago
Mark Michelson 1016811538 Fix a crash happening in app_directory. This crash would occur if a users.conf existed.
18 years ago
Mark Michelson 3aad03e5f0 Adding a new option 'n' to app_chanspy. This option allows for the name of the spied-on
18 years ago
Tilghman Lesher 6a81da594d Add incomplete matching to PBX code and app_dial
18 years ago
Tilghman Lesher ff2ca49cd0 Fix breakage caused by #12028. (Closes issue #12535)
18 years ago
Mark Michelson d0f35e6355 Adding a new option, 'B' to app_chanspy. This option allows the spy to
18 years ago
Tilghman Lesher 463a5dbd0a Whitespace changes only
18 years ago
Mark Michelson 9e1a67cfeb Merged revisions 114662 via svnmerge from
18 years ago
Jason Parker 80f8fc9ffd Merge app_pickupchan with app_directed_pickup, for AST-27.
18 years ago
Mark Michelson 8ce5a0a500 This patch allows for forwarding a message with a "comment" attachment
18 years ago
Mark Michelson 2b2571d011 Fix a memory leak and protect against potential dereferences of a NULL
18 years ago
Michiel van Baak 08e674bce0 Pass the hangup cause all the way to the calling app/channel.
18 years ago
Mark Michelson 14fc93e721 Merged revisions 114628 via svnmerge from
18 years ago
Tilghman Lesher 330909bf6e Fix DST calculation, and fix bug in calculation of whether conf has started yet or not
18 years ago
Russell Bryant 24d6eab5f6 Merged revisions 114597 via svnmerge from
18 years ago
Mark Michelson 797adf6bf8 Round 2 of IMAP_STORAGE app_voicemail.c fixes:
18 years ago
Mark Michelson edf0313215 Round 1 of IMAP_STORAGE-related app_voicemail changes
18 years ago
Jason Parker 6f549bc324 Allow setqueuevar=yes (et al) to work, after changes to pbx_builtin_setvar()
18 years ago
Russell Bryant 01f3a08f8a Add a c() option for the Jack() application and JACK_HOOK() funciton for supplying
18 years ago
Jeff Peeler 41fd7a6a21 (closes issue #6113)
18 years ago
Jeff Peeler b7a25e15d1 This removes an invalid warning message for an incorrectly entered pin, but more importantly removes an inapplicable check. If the first argument passed to app_authenticate does not contain a '/', the argument should be treated as the sole fixed "password" to match against and that is all. (Previous behavior was attempting to open a file based on the pin.)
18 years ago