Commit Graph

1241 Commits (ea332c39bf6464d0776bc1be05c406ff98534302)

Author SHA1 Message Date
Paul Belanger ea332c39bf fix tab-completion for unload command.
16 years ago
Matthew Nicholson de1dd975e6 give a better error message when attempting to unload a module that is not loaded
16 years ago
Matthew Nicholson 4654483d6b don't unload modules that returned AST_MODULE_LOAD_DECLINE when they were loaded
16 years ago
Russell Bryant 938b6264ff Document that a leading and trailing slash is expected for test categories.
16 years ago
Jeff Peeler c9818a396f Ensure file.o is built correctly.
16 years ago
Mark Michelson 5724d8f905 Fix problem with RFC 2833 DTMF not being accepted.
16 years ago
Paul Belanger 9fc9b42295 Remove extra line breaks from 'core show config mappings'
16 years ago
Tilghman Lesher 01af082769 Autoservice loop optimization causes a busy loop, when channels are serviced while in hangup.
16 years ago
Russell Bryant 2a18c6627d Don't return a partially initialized datastore.
16 years ago
Tilghman Lesher 96e6915e83 _Really_ skip the channel... don't just retry for another 200 cycles.
16 years ago
Tilghman Lesher 7258f41a2b Don't change ownership/group/permissions on run directory, if it already exists.
16 years ago
Tilghman Lesher 8f2e2863be Also trim trailing blanks on #includes
16 years ago
Tilghman Lesher c0abc6a359 Change the way that we read include files, to accommodate for changes in GCC 4.4.
16 years ago
Russell Bryant 0dbe3c9921 Backport unit test API to 1.4.
16 years ago
Matthew Nicholson e3ee8deffd Set sin_family in ast_get_ip_or_srv() and removed the 'last' member of the ast_dnsmgr_entry struct.
16 years ago
Tilghman Lesher 0800ce3602 Variables have always been case-sensitive, so we should not be removing case-insensitive matches.
16 years ago
Tilghman Lesher ba3f2b0d20 For SpeeX, 0 bits remaining is valid and does not need an emitted warning.
16 years ago
Mark Michelson 7a7326f8e9 Fix potential crash when writing raw SLIN audio on a PLC-enabled channel.
16 years ago
Tilghman Lesher 458abdf68c Ensure restartable system calls can restart (BSD signal semantics)
16 years ago
Paul Belanger 2b04df5697 Fix Debian init script to not use -c.
16 years ago
Russell Bryant 0d37564b31 Fix summary for "core waitfullybooted" CLI command. Thanks, mnicholson.
16 years ago
Russell Bryant 9d65386480 Get rid of a warning that gets printed out when the console is configured without any logger levels
16 years ago
Mark Michelson bc766d5b69 1.4 version of the dead PLC code fix.
16 years ago
Russell Bryant d4af1fbc81 Add CLI command that blocks until Asterisk has fully booted.
16 years ago
Paul Belanger 6585975951 Cleanup error/warning messages in AEL2 parser
16 years ago
Tilghman Lesher f703a2d7fa Prevent CLI prompt from distorting output of lines shorter than the prompt.
16 years ago
Tilghman Lesher a9b91b8435 Use sigaction for signals which should persist past the initial trigger, not signal.
16 years ago
Terry Wilson 7e9a71f5d8 Merged revisions 265320,265467 via svnmerge from
16 years ago
David Vossel 6105e07933 fixes segfault when using generic plc
16 years ago
Mark Michelson b91ff0498e Allow ast_safe_sleep to defer specific frames until after the sleep has concluded.
16 years ago
Richard Mudgett 20f140f1c7 ast_callerid_parse() had a path that left name uninitialized.
16 years ago
Mark Michelson 610c1dc6bf 1.4 version of PLC fix.
17 years ago
Tilghman Lesher e7ef5288c9 Because progress is called multiple times, across several frames, we must persist states when detecting multitone sequences.
17 years ago
Mark Michelson 760f0a8a8b Fix logic error when checking for a devstate provider.
17 years ago
Mark Michelson 109a363733 Remove arbitrary size limitation for hints.
17 years ago
Leif Madsen 6b3e946479 Manager cookies are not compatible with RFC2109.
17 years ago
Jeff Peeler 93a73ba6a7 Fix internal timing not working with Zaptel
17 years ago
Tilghman Lesher c842507c3e Add a tiny corner case to the previous commit
17 years ago
Tilghman Lesher 6acbf688e6 Protect against overflow, when calculating how long to wait for a frame.
17 years ago
David Vossel 49c20ee9c5 Fixes crash in audiohook_write_list
17 years ago
David Vossel 2077fcfc6d resolves deadlocks in chan_local
17 years ago
Jason Parker fa3c085c7b Add gar to the check for AR for those silly OSes (Solaris) that don't have ar.
17 years ago
Mark Michelson d4637b864c Let compilation succeed warning-free when DONT_OPTIMIZE is turned off.
17 years ago
Mark Michelson a06794cf7a Prevent Newchannel manager events for dummy channels.
17 years ago
Matthew Nicholson 5375985fa9 Fix broken CDR behavior.
17 years ago
Tilghman Lesher 2b74f9be7b Allow application options with arguments to contain parentheses, through a variety of escaping techniques.
17 years ago
Matthew Nicholson 49695230d3 Add an option to restore past broken behavor of the Events manager action
17 years ago
Russell Bryant cd40a4681f Remove extremely verbose debug message.
17 years ago
Jason Parker c94931c9a4 Fix DEBUG_THREADS issue with out-of-tree modules.
17 years ago
Mark Michelson 3601cd50fc Several fixes regarding RFC2833 DTMF detection.
17 years ago