aboutsummaryrefslogtreecommitdiffstats
path: root/main
AgeCommit message (Expand)AuthorFilesLines
2008-09-05A small change to prevent double-posting of CDR's; thanks to Daniel Ferrer fo...murf1-1/+1
2008-09-03Don't freak out if the poll emulation receives NULL for the pollfds arrayrussell1-5/+5
2008-09-02I am turning the warnings generated in ast_cdr_free and post_cdr into verbose...murf1-10/+10
2008-09-02After reconsidering, with respect to 13409, ast_cdr_detach should be OK, bett...murf1-1/+1
2008-09-02(closes issue #13409)murf2-0/+7
2008-08-29After working on the ao2_containers branch, I noticedmmichelson1-1/+1
2008-08-25Fix a typo I made. Lesson learned, apply the patch if one exists.jpeeler1-1/+1
2008-08-25Fix the logic in config_text_file_save so that if anmmichelson1-3/+5
2008-08-25This patch reverts the changes made via 139347, and 139635, as usersmurf1-4/+0
2008-08-22(closes issue #13359)jpeeler1-1/+1
2008-08-22Remove show_frame_stats_deprecated since it is notmmichelson1-17/+0
2008-08-21(closes issue #13251)murf1-0/+4
2008-08-20(closes issue #13263)murf1-4/+7
2008-08-15Ensure that when a hangup occurs in autoservice, that a hangup frame getsrussell1-9/+5
2008-08-06Since adding the AST_CONTROL_SRCUPDATE frame type,mmichelson1-1/+3
2008-08-06Fix a longstanding bug in channel walking logic, and fix the explanation totilghman1-10/+13
2008-08-06Since powerof() can return an error condition, it's foolhardy not to detect andtilghman1-1/+14
2008-08-06Merging the issue11259 branch.mmichelson3-9/+55
2008-08-05(closes issue #12982)murf2-1/+11
2008-08-05Use PATH_MAX for filenamesseanbright1-2/+2
2008-07-31accomodate users who seem to lack a sense of humor :-)kpfleming1-3/+3
2008-07-31Specify codecs in callfiles and manager, to allow video calls to be set uptilghman1-4/+12
2008-07-30Oops, wrong definetilghman1-2/+2
2008-07-30Fix a spot where a function could return without bringingmmichelson1-1/+5
2008-07-26Add the licensing section to the docs in 1.4, as well, so that we can work onrussell1-8/+1
2008-07-25Fix some errant device states by making the devicestate API more strict intilghman2-28/+14
2008-07-23revert an optimization that broke ABI... thanks russell!kpfleming1-26/+0
2008-07-23make some more changes to the dahdi/zap channel name support stuff to ensure ...kpfleming1-10/+12
2008-07-23As suggested by seanbright, the PSEUDO_CHAN_LEN in mmichelson1-0/+6
2008-07-23minor optimization for stringfields: when a field is being set to a larger va...kpfleming1-2/+28
2008-07-22fix up namespace pollution for dahdi_chan_mode enumkpfleming1-4/+4
2008-07-18Fix for Taiwanese number syntaxtilghman1-17/+73
2008-07-18Textual clarificationtilghman1-1/+1
2008-07-18Oopstilghman1-0/+4
2008-07-18Preserve ABI compatibility with last changetilghman1-0/+4
2008-07-18Make the ast_assert call within ast_sched_del report something useful.tilghman1-2/+2
2008-07-18remove the dlfcn compatibility stuff, because no platforms that Asterisk curr...kpfleming3-1322/+0
2008-07-15remove 4 lines of redundant code.mvanbaak1-4/+0
2008-07-15astman_send_error does not need a newline appended -- the API takes care oftilghman1-6/+6
2008-07-14notify the user that dnsmgr refresh wont work when dnsmgr is not enabled.mvanbaak1-2/+6
2008-07-14Bump up the debug level for a message.russell1-2/+2
2008-07-13fix memory leak when originate from manager cannot create a threadmvanbaak1-0/+1
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming3-10/+23
2008-07-11Remove redundant logicmmichelson1-2/+2
2008-07-11Fix a typo in audiohook_read_frame_both.mmichelson1-1/+1
2008-07-11simplify calculationkpfleming1-3/+3
2008-07-11fix a flaw found while experimenting with structure alignment and padding; lo...kpfleming1-1/+19
2008-07-09Fix a problem where inbound rfc2833 audio would be sent to the mmichelson1-4/+5
2008-07-09Look for the system installed awk instead of assuming it's at /usr/bin/awk.seanbright4-61/+101
2008-07-04Fix the 'dialplan remove extension' logic, so that it a) works with cidmatch,tilghman1-46/+46