Commit Graph

3796 Commits (0a02e9bcc1600a8c4ef67ab3bb47523548696d8d)

Author SHA1 Message Date
Tilghman Lesher 8ee06c6c3b Don't crash if no arguments are passed.
16 years ago
Matthew Nicholson 317435a932 Added the 'a' option to app dial and modified app_dial to set the answertime when the called channel answers.
16 years ago
Matthew Nicholson ed2ed2717a Merged revisions 227827 via svnmerge from
16 years ago
Tilghman Lesher d8e0c58437 Expand codec bitfield from 32 bits to 64 bits.
16 years ago
Tilghman Lesher 206d2cbc16 Don't crash when state_interface is NULL.
16 years ago
Matthew Nicholson 7ed425ec80 This patch adds a sequence field to CDRs that can be combined with the linkedid or uniqueid field to uniquely identify a CDR.
16 years ago
Joshua Colp 2263ced9dd Add support for using a hint when configuring a state interface using the format hint:<extension>@<context>.
16 years ago
Leif Madsen f457dfecd1 Change warning message to debug message.
16 years ago
Joshua Colp 7a17d87740 Merged revisions 226889 via svnmerge from
16 years ago
David Vossel 776a14386a SIP TCP/TLS: move client connection setup/write into tcp helper thread, various related locking/memory fixes.
16 years ago
Tilghman Lesher d9f72c1893 Permit storage of voicemail secrets in a separate file, located within the spool directory.
16 years ago
Tilghman Lesher 496282194c Merged revisions 225105 via svnmerge from
16 years ago
Kevin P. Fleming cdd1f9e296 Finish implementaton of astobj2 OBJ_MULTIPLE, and convert ast_channel_iterator to use it.
16 years ago
Tilghman Lesher 0776bcff64 Apparently, I don't need to specify the ".so" suffix to get a match
16 years ago
Tilghman Lesher a2f809c127 Turn on DENOISE filter for all conference participants.
16 years ago
Joshua Colp b7a50aeddc Merged revisions 224565 via svnmerge from
16 years ago
Tilghman Lesher 8f9edddc27 Allow ODBC storage to be queried with multiple mailboxes, and remove multiple goto's.
16 years ago
Jeff Peeler a39f3a7521 Readd removed ability to allow listening to one side of the call in app_chanspy
16 years ago
Terry Wilson 1f9f1562ba Revert inadvertant code commit to app_originate
16 years ago
Terry Wilson a8034cd770 Fix handling of notification calls w/ the dialing api
16 years ago
Jeff Peeler 832be82dfb Merged revisions 223804 via svnmerge from
16 years ago
Kevin P. Fleming e197f85b8c Remove automatic switching from T.38 to voice mode in chan_sip.
16 years ago
Kevin P. Fleming 7c71e98879 Initiate T.38 switchover when acting as called party, regardless of FAX direction.
16 years ago
Mark Michelson 66e993de95 Fix potential memory leaks.
16 years ago
Kevin P. Fleming 1c9fe00920 Recorded merge of revisions 222152 via svnmerge from
16 years ago
Matthias Nick 00bb578898 Prevents from division by zero
16 years ago
Sean Bright 0e805a51ec Modify VoiceMailMain()'s a() argument to allow mailboxes to be specified by name.
16 years ago
Sean Bright 3ac28f1e0f Clarify documentation for VoiceMailMain()'s a() option.
16 years ago
Matthew Nicholson 4b4432b67e Fix options 'm' and 's'. They were swapped in the code. Also document the fact that app_confbridge does not automatically answer the channel.
16 years ago
Jeff Peeler a9154a905a Make deletion of temporary greetings work properly with IMAP_STORAGE
16 years ago
Jeff Peeler f150b48bc0 Add bridge related dial flags to the bridge app
16 years ago
Tilghman Lesher 1cf5422dc8 Merged revisions 220288 via svnmerge from
16 years ago
Tilghman Lesher 9298b2602a Fix two possible crashes, one only in 1.6.1 and one in 1.6.1 forward.
16 years ago
Tilghman Lesher 6c3a3dabe0 Merged revisions 219816 via svnmerge from
16 years ago
Tilghman Lesher 340d4b1a93 Missing value setting line for maxsecs/maxmessage
16 years ago
Sean Bright a48d489568 Get this compiling under dev-mode.
16 years ago
Tilghman Lesher cd88adfc6a Add the 'E' option to exit ChanSpy, once the single channel it spied upon hangs up.
16 years ago
Tilghman Lesher e876206693 Merged revisions 218730 via svnmerge from
16 years ago
Tilghman Lesher 95da50292e Merged revisions 218577 via svnmerge from
16 years ago
Tilghman Lesher a873ad7a9b Recorded merge of revisions 218331 via svnmerge from
16 years ago
Matthew Nicholson 3b2023290f Merged revisions 218223 via svnmerge from
16 years ago
Tilghman Lesher 85f18fcb8f Merged revisions 217989 via svnmerge from
16 years ago
Sean Bright 245b163755 Fix compilation of app_meetme.
16 years ago
Tilghman Lesher 555ed0464f Merged revisions 217156 via svnmerge from
16 years ago
Sean Bright 40d83cf748 Use ast_free() instead of free().
16 years ago
Olle Johansson 98f18d56b8 Merged revisions 216430 via svnmerge from
16 years ago
Dwayne M. Hubbard b5c89b7d0c Merged revisions 215270 via svnmerge from
16 years ago
Jeff Peeler 72365bdede Fix storage of greetings when using IMAP_STORAGE
16 years ago
Kevin P. Fleming 89e87e32d2 Ensure that realtime mailboxes properly report status on subscription.
16 years ago
Tilghman Lesher 1b08c27c1a Add original position, when logging a caller entering a queue.
16 years ago
Jeff Peeler b8e571fb44 Fix greeting retrieval from IMAP
16 years ago
Jeff Peeler f6a10614a4 Merged revisions 213283 via svnmerge from
16 years ago
David Vossel 3d0314d5c0 Merged revisions 213103 via svnmerge from
16 years ago
Olle Johansson 80cdd9b61d Small doxygen changes
16 years ago
Tilghman Lesher c2612973d0 Check the return value of opendir(3), or we may crash.
16 years ago
Matthew Nicholson 160eb55c47 Merged revisions 211953 via svnmerge from
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Tilghman Lesher e05992889b Check for NULL frame, before dereferencing pointer.
16 years ago
Tilghman Lesher 20102765bf Merged revisions 211038 via svnmerge from
16 years ago
Tilghman Lesher a737df8603 Allow Gosub to recognize quote delimiters without consuming them.
16 years ago
Kevin P. Fleming eb449d514e Minor improvements to app_fax.
16 years ago
Russell Bryant 104974cdb4 Merged revisions 209838 via svnmerge from
16 years ago
David Brooks 48363c16e1 Fixes numerous spelling errors. Patch submitted by alecdavis.
16 years ago
Kevin P. Fleming 7c5f20e46b Cleanup T.38 negotiation changes.
16 years ago
Kevin P. Fleming b6b3fed0c7 Make T.38 switchover in ReceiveFAX synchronous.
16 years ago
David Brooks d81d6d3415 Fixing typos. Replaces "recieved" with "received" and "initilize" with "initialize"
16 years ago
Russell Bryant 0b2b01a1fa Merged revisions 208592 via svnmerge from
16 years ago
Kevin P. Fleming 0a6e06c7ff Rework of T.38 negotiation and UDPTL API to address interoperability problems
16 years ago
Jason Parker d009896670 Restore an int declaration on PPC platforms.
16 years ago
Mark Michelson 33852cfaf6 Fix the crash in directed pickups. For real this time.
16 years ago
Mark Michelson d040266a17 Okay, that didn't fix the crash. It didn't really do anything useful.
16 years ago
Mark Michelson b276189912 Initialize connected line instance when doing a directed pickup.
16 years ago
Tilghman Lesher 98e4ab5716 Flag field in wrong position.
16 years ago
Tilghman Lesher b13740d1b1 Document all meetme realtime fields, and in the process, make some field lengths more consistent.
16 years ago
Mark Michelson 5e51a6bb1e I AM A TERRIBLE PERSON
16 years ago
Mark Michelson b25242a819 Reset the sentringing indication when redirects occur.
16 years ago
Tilghman Lesher 76b48c5dae Remove reference to non-existent help file
16 years ago
Kevin P. Fleming 44af00a28f Eliminate extraneous LOG_DEBUG messages generated by app_fax.
16 years ago
Kevin P. Fleming c75a129323 Fix some remaining T.38 negotiation problems in app_fax.
16 years ago
Kevin P. Fleming 67d1957e60 Repair ability of SendFAX/ReceiveFAX to respond to T.38 switchover.
16 years ago
Mark Michelson fd52c5834e Merged revisions 205349 via svnmerge from
16 years ago
Sean Bright d2c67ee8e5 A bunch of CODING_GUIDELINES related fixes. Not even close to done.
16 years ago
Sean Bright fa1f156dba Remove an unnecessary #ifdef
16 years ago
Tilghman Lesher 34d0143955 Recorded merge of revisions 204469 via svnmerge from
16 years ago
Sean Bright 62d3f1dfd9 A few const changes in app_meetme.c that I noticed while browsing the source.
16 years ago
Sean Bright 97f9b68cd7 Get app_rpt compiling again. I doubt seriously that it actually works.
16 years ago
Russell Bryant bb1fc3e12f Add 's' option to ChanSpy, which makes the app exit when no channels are left to spy on.
16 years ago
David Brooks 9c6f164227 Fixing voicemail's error in checking max silence vs min message length
16 years ago
Joshua Colp 59c1998d67 Improve T.38 negotiation by exchanging session parameters between application and channel.
16 years ago
Russell Bryant 0264eef115 Merge the new Channel Event Logging (CEL) subsystem.
16 years ago
Sean Bright 2fc4832e85 Fix version detection for API changes in spandsp.
16 years ago
Tilghman Lesher f341418988 One of the changes in 1.6.1 was to allow app_directory to use functionality
16 years ago
David Vossel dcfe69ec64 fixes some memory leaks and redundant conditions
16 years ago
Tilghman Lesher 7b37a60418 Initialize additional variables, to prevent a possible crash.
16 years ago
David Vossel de8fae17d4 Merged revisions 201423 via svnmerge from
16 years ago
Kevin P. Fleming f1dc620467 Enable applications to enable/disable digit and tone detection.
16 years ago
Kevin P. Fleming 4c0265664e Merged revisions 200991 via svnmerge from
16 years ago
Michiel van Baak 4271603247 add FILE_STORAGE to Voicemail Build Options
16 years ago
Kevin P. Fleming aaeec3b40f Last batch of 'static' qualifiers for module-level global variables.
16 years ago
Kevin P. Fleming 6c5987811c Redesigned 'optional API' support.
16 years ago
Mark Michelson e1c03cbf1a Fix some bad locking stemming from trying to forward a call to a non-existent
16 years ago
Mark Michelson d222361a29 Fix a potential crash from trying to access a NULL channel pointer.
16 years ago
Eliel C. Sardanons 17fd9651fb Move OSP* applications static documentation to XML.
16 years ago
Eliel C. Sardanons e18eae86c9 Move application ExternalIVR static documentation to XML.
16 years ago
Russell Bryant 12ff77f975 Global var cleanup - constification and removing unused vars.
16 years ago
Eliel C. Sardanons d03fbf2ec5 Move AGI command 'gosub' static documentation to XML.
16 years ago
Eliel C. Sardanons d8e2ef0f30 Move function MEETME_INFO documentation to XML.
16 years ago
Eliel C. Sardanons 7cced65370 Move function MINIVMACCOUNT and MINIVMCOUNTER static documentation to XML.
16 years ago
Russell Bryant a05f90e709 minor tweak
16 years ago
Russell Bryant 338e22b866 Constify a string and strip trailing whitespace.
16 years ago
David Vossel c42344b319 ast_call_forward() todo notes and originate flag copy.
16 years ago
Mark Michelson 298d745fb4 Add the ability to execute connected line interception macros.
16 years ago
Mark Michelson 4c7c13d574 Remove extra lock from app_queue.
16 years ago
Sean Bright 9241877c10 Merged revisions 198251 via svnmerge from
16 years ago
Leif Madsen 1d00714496 Update documentation in MixMonitor.
16 years ago
Tilghman Lesher 98ce0e5b6c Eliminate several needless checks and fix a few memory leaks
16 years ago
Mark Michelson a7fd763ecc Merged revisions 197537 via svnmerge from
16 years ago
Mark Michelson 83500e9b06 Remove some redundant or unnecessary connected line-related function calls.
16 years ago
Sean Bright 7ee6e9f4ce Add a missing unref for queues in handle_statechange.
16 years ago
Eliel C. Sardanons d6759e0117 Unregister every registered application by MiniVM.
16 years ago
Eliel C. Sardanons 2c882626a0 Implement a new element in AstXML for AMI actions documentation.
16 years ago
Richard Mudgett 0510be3564 Fix constify the world compile problem.
16 years ago
Kevin P. Fleming e6b2e9a750 Const-ify the world (or at least a good part of it)
16 years ago
Tilghman Lesher 873a46ded5 If a variable had a blank value upon the initial setting, then it would do nothing.
16 years ago
Mark Michelson 8139c8ed4e Plug a memory leak in app_dial.
16 years ago
Joshua Colp 4da3a150f3 Merged revisions 195635 via svnmerge from
16 years ago
Tilghman Lesher c1cb7b078e Merged revisions 195520 via svnmerge from
16 years ago
Tilghman Lesher bdcafc1ab4 Recorded merge of revisions 195366 via svnmerge from
16 years ago
Mark Michelson 1413e48fca Fix externalivr's setvariable command so that it properly sets multiple variables.
16 years ago
Eliel C. Sardanons d24179825f Warn about the use of the application WaitExten() within a Macro().
16 years ago
Joshua Colp 5ff58c1ff9 Fix a bug where the 'T' option to Meetme did not work.
16 years ago
Matthew Nicholson 69976640f5 Merged revisions 194028 via svnmerge from
16 years ago
Tilghman Lesher 84a4d2484d Merged revisions 193955 via svnmerge from
16 years ago
Tilghman Lesher 39ed871d95 Convert a THREADSTORAGE object into a simple malloc'd object (as suggested by Russell on -dev)
16 years ago
Kevin P. Fleming 1c988d8996 add 'const' qualifiers in various places where they should have been
16 years ago
Tilghman Lesher 59e8829e36 Found and fixed a memory leak
16 years ago
Tilghman Lesher 52541f5aeb Don't nullify an ast_str pointer.
16 years ago
Mark Michelson 7a2a6a073f Reset the members' call counts when resetting queue statistics.
16 years ago
Richard Mudgett 7019ff68db Fixed crashes from issue8824 review board channel locking changes.
16 years ago
Joshua Colp 1ed5422fa9 Merged revisions 192429 via svnmerge from
16 years ago
Leif Madsen 17dad4e5b0 Commit documentation changes related to issue #14801.
16 years ago
Kevin P. Fleming a3af213506 Remove rarely-used event_log/LOG_EVENT support
16 years ago
TransNexus OSP Development 8612c7ac8a Made security features optional.
16 years ago
TransNexus OSP Development 38720ccd3b Added routing number support.
16 years ago
TransNexus OSP Development 236920485d Fixed not report source network ID and not export destination network ID issues.
16 years ago
Tilghman Lesher a866a75900 Merge str_substitution branch.
16 years ago
Russell Bryant 1e016da893 Fix app_queue XML documentation.
16 years ago
TransNexus OSP Development 2e0f8bcbc8 Updated for OSP Toolkit 3.5.
16 years ago
Mark Michelson 1d941ad821 Allow for a position to be specified when entering a queue.
16 years ago
Mark Michelson 09cde5a40c Update warning message to not have pipes and contain all options.
16 years ago
Russell Bryant cba19c8a67 Convert the ast_channel data structure over to the astobj2 framework.
16 years ago
Mark Michelson 8f81deab25 Fix reversed behavior of leavewhenempty option in queues.conf.
16 years ago
Joshua Colp ada8ae56e1 Fix a double free issue with the Pickup dialplan application.
16 years ago
Terry Wilson 7164958d9d Merged revisions 189465 via svnmerge from
16 years ago
Terry Wilson f505cb43bf Merged revisions 189463 via svnmerge from
16 years ago
Tilghman Lesher 0adb04fbbb Merged revisions 188773 via svnmerge from
16 years ago
Mark Michelson fd833f14ed Make the cancellation of the dial timeout on a call forward optional.
16 years ago
Mark Michelson f26878feb2 Fix a couple of queue member reference leaks.
16 years ago
Olle Johansson bb03eef676 Making sure we have references to external libraries.
16 years ago
Mark Michelson b6a2f40793 Set all queue variables on both the caller and member channels.
16 years ago
Mark Michelson df28954a84 Make sure tc is unlocked before calling ast_call since calling a Local
16 years ago
David Vossel bd23adbc8a Even more changes concerning r187426. Revised where locks are placed yet once again. ast_call() should not be called with a channel locked. could cause deadlock issues with local channels.
16 years ago
Kevin P. Fleming 2f048030bd revert addition of LOG_SECURITY log channel; after further discussion, a much better solution will be used
16 years ago
David Vossel e6052e79d0 More changes concerning r187426. Revised where locks are placed.
16 years ago
Jeff Peeler de4af72f9f Add ability for dialplan execution to continue when caller hangs up.
16 years ago
David Vossel 19f381b484 Fixes deadlock caused by calling get_cid_name with chan locked.
16 years ago
Tilghman Lesher 3a220874cc Merged revisions 187362 via svnmerge from
16 years ago
Kevin P. Fleming b5f8c632df add a dedicated log channel for modules to be able report security-related events, so that they can be fed into external processes for analysis and possible mitigation efforts
16 years ago
Tilghman Lesher e36b632b4a Merged revisions 186775 via svnmerge from
16 years ago
Mark Michelson 6f53ed4c67 This commit introduces COLP/CONP and Redirecting party information into Asterisk.
16 years ago
Tilghman Lesher a3c84f9575 Merged revisions 186445 via svnmerge from
16 years ago
Tilghman Lesher 06061491ba Merged revisions 186415 via svnmerge from
16 years ago
Mark Michelson 5c53b2226d Fix the ability to retrieve voicemail messages from IMAP.
16 years ago
Joshua Colp 63de834395 Merge in the RTP engine API.
16 years ago
Mark Michelson f43159ba31 Fix trunk's compilation.
16 years ago
Mark Michelson 5c0d934e6b Merged revisions 185599 via svnmerge from
16 years ago
Mark Michelson de8a0946c8 Merged revisions 185468 via svnmerge from
16 years ago
Russell Bryant c9c8758d6d Don't free() an astobj2 object.
16 years ago
Mark Michelson c4e3bfb74c Merged revisions 185031 via svnmerge from
16 years ago
Russell Bryant 47c3799c99 Merged revisions 184842 via svnmerge from
16 years ago
Leif Madsen 383d4fa05b Fix a typo in app_ices.
16 years ago
Russell Bryant f745326750 Use ast_random() instead of rand() to ensure we use the best RNG available.
16 years ago
Russell Bryant 2a4f9f7181 Change global_app_buf to ast_str_thread_global_buf.
16 years ago
David Vossel ba0ce88b1e Merged revisions 184388 via svnmerge from
16 years ago
Russell Bryant ee77b475f2 Improve performance of the ast_event cache functionality.
16 years ago
Mark Michelson a7028f2bc6 Merged revisions 184078 via svnmerge from
16 years ago
David Vossel 9d3527bddf Merged revisions 183386 via svnmerge from
16 years ago
Mark Michelson b52d2dae2e Fix a memory leak associated with queues.
16 years ago
David Vossel 2764c2821f Merged revisions 183126 via svnmerge from
16 years ago
Russell Bryant 0bdd99ad64 Merged revisions 182810 via svnmerge from
16 years ago
David Vossel e559cae4ec Option to send DTMF when receiving PROGRESS status
16 years ago
Mark Michelson b4fcc4a098 Change faulty comparison used when announcing average hold minutes and seconds
16 years ago
Mark Michelson a1a9006163 Run the macro on the queue member's channel when he answers, not the caller's channel.
16 years ago
Joshua Colp 499ca8de65 Fix crash when sleep and retries argument was not given to RetryDial application.
16 years ago
Mark Michelson d7d817d687 Fix segfault when dialing a typo'd queue
16 years ago
Joshua Colp 3a92673356 Don't play the "you are about to be placed into the conference" and "the leader has left the conference" sounds if the quiet
16 years ago
Mark Michelson 09df92d485 Merged revisions 180567 via svnmerge from
16 years ago
Mark Michelson 96405af1a8 Merged revisions 180464 via svnmerge from
16 years ago
Mark Michelson e69803a2be Merged revisions 180380 via svnmerge from
16 years ago
Joshua Colp 4c9ab0df8c Merge phase 1 support for the new bridging architecture.
16 years ago
Joshua Colp 15090ba1df Remove duplicate 'k' and 'K' Dial options.
16 years ago
David Vossel 979eb709ae app_read does not break from prompt loop with user terminated empty string
16 years ago
Mark Michelson 8970f8caaa Merged revisions 180006 via svnmerge from
16 years ago
David Vossel ae786501f1 app_meetme not setting filename and fileformat correctly for realtime
16 years ago
Brian Degenhardt a7092f0acc fix a leaked channel lock (and future deadlock) when we try to pick up our own channel
16 years ago
Russell Bryant 8f6a933e30 Merged revisions 179532 via svnmerge from
16 years ago
Mark Michelson 932cef55fd Swap reversed timevals.
16 years ago
Steve Murphy 22ea970494 These small fixes prevent compiler warnings with ubuntu 8.10's gcc-4.3.2, which tend to break my dev-mode build. Not a problem in 1.6.x.
16 years ago
Tilghman Lesher 345a6fd1cb Permit emailsubject and emailbody to be set per mailbox.
16 years ago
Dwayne M. Hubbard 83bbf83f49 Make app_fax compatible with spandsp-0.0.6pre4
17 years ago
Tilghman Lesher 3af1c558df Allow semicolons to be escaped, when passing arguments to the System command.
17 years ago
Tilghman Lesher fefa97001a Oops, merge broke trunk
17 years ago
Tilghman Lesher 306f229d64 Merged revisions 177536 via svnmerge from
17 years ago
Joshua Colp 2e2494591e Merged revisions 177383 via svnmerge from
17 years ago
Russell Bryant 8065dc57af Re-add 'o' option to MeetMe, reverting rev 62297.
17 years ago
Russell Bryant d13cdd43a4 Remove a dependency that no longer exists.
17 years ago
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
17 years ago
Russell Bryant 184872fdfd Fix a race condition that caused device states to become incorrect for hints.
17 years ago
Mark Michelson 20c5bad34b Merged revisions 176249,176252 via svnmerge from
17 years ago
Mark Michelson 3c9667ae12 Merge queue-reset branch to Asterisk
17 years ago
Mark Michelson b5bde28d9f Add manager events for chanspy starting or stopping
17 years ago
Mark Michelson 10281bf183 Merged revisions 175590 via svnmerge from
17 years ago
Joshua Colp 0cfdaa2dc0 Add an option to keep the recorded file upon hangup.
17 years ago
Mark Michelson 0d5da5f436 Fix a bit of odd logic for announcing position. Sync with 1.6.0's logic
17 years ago
Mark Michelson 34161542e9 Fix odd "thank you" sound playing behavior in app_queue.c
17 years ago
Mark Michelson 47ebea6a8d Fix 'd' option for app_dial and add new option to Answer application
17 years ago
Mark Michelson c9670b24a4 Fix potential for stack overflows in app_chanspy.c
17 years ago
Tilghman Lesher d4df1c6a78 Fix0ring build
17 years ago
Tilghman Lesher 51c80f5b40 Remove the usage of the KeepAlive app, as it no longer exists.
17 years ago
Steve Murphy 3084e9ce93 This patch removes the use of AST_PBX_KEEPALIVE
17 years ago
Steve Murphy 43462557c0 More intptr_t work.
17 years ago
Steve Murphy dbe56b6647 Merged revisions 174369 via svnmerge from
17 years ago
David Vossel 829b14fc3e Fixes issue with hangups not being sent and external process never terminating.
17 years ago
Joshua Colp b2484d7db9 Always detach and destroy the whisper and barge audiohooks. Additionally also allow an audiohook to be detached if it has not been attached.
17 years ago
Mark Michelson 8f9c8f8b40 Properly set "seen" and "unseen" flags when moving messages from the new to the old folder when using IMAP for voicemail storage
17 years ago
Jeff Peeler 4ac807845d Merged revisions 173696 via svnmerge from
17 years ago
Mark Michelson 2e1d9f9a21 Merged revisions 173692 via svnmerge from
17 years ago
Mark Michelson 5d3fc1ee3a Merged revisions 173592 via svnmerge from
17 years ago
Mark Michelson 5f83636af4 Merged revisions 173559 via svnmerge from
17 years ago
Mark Michelson 172777bd02 Fix some areas where the incorrect interface was passed to ast_device_state
17 years ago
Mark Michelson e04e940a71 Merged revisions 173396 via svnmerge from
17 years ago
Mark Michelson 668f9f4e31 Merged revisions 173392 via svnmerge from
17 years ago
Tilghman Lesher e179e613f7 1. Make OS X compile cleanly with app_stack.
17 years ago
Steve Murphy 53d9b77898 This reverts the changes I made for 11583; will
17 years ago
Steve Murphy c61e8a7865 This change allows the disconnect feature (as in "one-touch" in features.c)
17 years ago
Tilghman Lesher 317e4e7313 Blank argument crashes Asterisk
17 years ago
Terry Wilson 8d782f96b8 Merged revisions 172517 via svnmerge from
17 years ago
Tilghman Lesher 80f91f6ab7 Merged revisions 172438 via svnmerge from
17 years ago
Olle Johansson 7ecda45482 Fix "cancel answered elsewhere" through app_queue with members in chan_local.
17 years ago
Steve Murphy 268ac221a2 Merged revisions 172030 via svnmerge from
17 years ago