Commit Graph

3306 Commits (a7829044ecd75baa70b19d536f72ec4342f8485b)

Author SHA1 Message Date
Mark Michelson a7829044ec Merged revisions 165255 via svnmerge from
17 years ago
Mark Michelson 93a51114cb And actually assign the function to a pointer...
17 years ago
Mark Michelson d0671d8d30 Use the create_vm_state_from_user function in a place where
17 years ago
Jeff Peeler 91b4a30be8 (closes issue #13669)
17 years ago
Russell Bryant cf502aa246 Merged revisions 164876 via svnmerge from
17 years ago
Russell Bryant c76bd59354 Set MINIVM_ACCMESS_STATUS in all cases. Also, remove a variable that was not needed.
17 years ago
Mark Michelson 763d4dcabb Add an 'i' option to app_page. This option works the same as
17 years ago
Mark Michelson 00c40264b7 Fix a compile warning and a logic error that could have been bad
17 years ago
Mark Michelson 8a2cf30830 Fix up a few issues with regards to queues
17 years ago
Joshua Colp 8be6bc5f67 Make app_fax compatible with newer versions of spandsp. This remains backwards compatible with earlier versions though so do not fret.
17 years ago
Russell Bryant bca058070e Fix build WRT ast_str_opaque
17 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Joshua Colp d6b70deee5 Only detach and destroy the whisper audiohooks if they are actually in use.
17 years ago
Terry Wilson 74de8fdaa7 When using realtime queues, app_queue wasn't updating the strategy if it was changed in the realtime backend. This patch resolves the issue for almost all situations. It is currently not supported to switch to the linear strategy via realtime since the ao2_container for members will have been set to have multiple buckets and therefore the members would be unordered.
17 years ago
Mark Michelson 81b642c8c3 Add an option to voicemail.conf to allow urgent messages to be
17 years ago
Mark Michelson 1772fc56f0 Merged revisions 163084 via svnmerge from
17 years ago
Mark Michelson cda010c3b7 Merged revisions 163080 via svnmerge from
17 years ago
Joshua Colp 135bb29ba6 Finish conversion to using ARRAY_LEN and remove it as a janitor project.
17 years ago
Tilghman Lesher fd484690ce Merged revisions 162463 via svnmerge from
17 years ago
Tilghman Lesher 73b6cbf66c Merged revisions 162348 via svnmerge from
17 years ago
Joshua Colp f56edec570 Merged revisions 162341 via svnmerge from
17 years ago
Russell Bryant 92f7bae3df Merged revisions 162286 via svnmerge from
17 years ago
Joshua Colp 4c1bb21fa1 Merged revisions 162273 via svnmerge from
17 years ago
Russell Bryant e1ff75c37c Merged revisions 162014 via svnmerge from
17 years ago
Eliel C. Sardanons 5e9dc5e1f3 Add voicemail related applications and functions XML documentation:
17 years ago
Eliel C. Sardanons e9ab875265 Introduce SMS() application XML documentation.
17 years ago
Eliel C. Sardanons 206fe71680 Move Speech* applications and functions documentation to XML.
17 years ago
Mark Michelson 07311720f2 If the autoloop flag is set on a channel, then we need to
17 years ago
Sean Bright 3eee1dbb9b Use ast_free() instead of free(), pointed out by eliel on IRC.
17 years ago
Sean Bright 9d2a8810e6 When using IMAP_STORAGE, it's important to convert bare newlines (\n) in
17 years ago
Russell Bryant 7d0c1f40fb Resolve a compiler warning from buildbot about a NULL format string.
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Sean Bright 2afd7a09a7 Check the return value of fread/fwrite so the compiler doesn't complain. Only a
17 years ago
Tilghman Lesher c42aef2ebb Merged revisions 160770 via svnmerge from
17 years ago
Mark Michelson a53877b469 Add some safety measures when using gosub, especially when using the options
17 years ago
Eliel C. Sardanons d635ee0f43 - Add <variable /> tags when naming a channel variable.
17 years ago
Mark Michelson ac1b520de6 When investigating issue #13548, I found that gosub
17 years ago
Eliel C. Sardanons bfe0c6c714 - Avoid setting .synopsis and .syntax if we are using XML documentation (or the
17 years ago
Tilghman Lesher 29502d3bac Add LOCAL_PEEK function, as requested by lmadsen.
17 years ago
Tilghman Lesher 3d4c0cd421 Merged revisions 160207 via svnmerge from
17 years ago
Tilghman Lesher b323c972b6 Allow the '#' sign to exist within an extension (inspired by issue #13330)
17 years ago
Kevin P. Fleming e14dfcbedc improve handling of API calls provided by loaded modules through use of some GCC features; this makes app_stack's usage of AGI APIs even cleaner, and will allow it to work 'as expected' either with or without res_agi being loaded
17 years ago
Mark Michelson 5cf09591b0 Add some necessary hangup commands in the case that forwarding
17 years ago
Mark Michelson 2d20ab2b07 Make the options for the general and profiles more consistent
17 years ago
Terry Wilson 4ea49e697e Add missing variable declaration for PPC code
17 years ago
Tilghman Lesher 807566899a Copyright clarification; also, have variable set to "t" or "i" on timeout or
17 years ago
Tilghman Lesher ac296a4ad3 Merged revisions 159025 via svnmerge from
17 years ago
Sean Bright fd8caa1778 This is basically a complete rollback of r155401, as it was determined that
17 years ago
Matthew Nicholson 17ed84ff07 Make the Join event from app_queue use CallerIDNum insead of CallerID for
17 years ago
Terry Wilson 85bbf3ff33 This patch adds a new application for sending MWI to phones via Asterisk's event subsystem. Also, the minivm documentation is all converted to use xmldocs.
17 years ago