Commit Graph

8705 Commits (124b54ca5fc65c2bf39df2795023f4e11b4ea371)
 

Author SHA1 Message Date
Russell Bryant 124b54ca5f fix the build with astmm enabled
19 years ago
Russell Bryant 89cfbf4673 fix an incorrect usage of scanf, where it should be using sscanf, instead,
19 years ago
Kevin P. Fleming e2383fba8e put the proper filename into the ignore property
19 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 739385e761 remove the WITH_SMDI define
19 years ago
Russell Bryant 66dca5e378 Merged revisions 32818 via svnmerge from
19 years ago
Russell Bryant 39bcaa0773 add an updated patch that adds dnsmgr support for outgoing iax2 registrations
19 years ago
Russell Bryant 503f99e2e8 remove the need to have to re-run make after a default menuselect.makeopts
19 years ago
Christian Richter 7924c21e33 changed the clean_up_bc function to work proper again. fixed the print with the conference nr. when bridged
19 years ago
Russell Bryant efd1fd9829 revert my changes to convert fields of zt_pvt to use stringfields. When I did
19 years ago
Matthew Fredrickson f809fde426 Add q.921 state information. (#7260)
19 years ago
Russell Bryant db7ee8b54b oops.
19 years ago
Russell Bryant 004848236a move a variable declaration to the beginning of a block
19 years ago
Russell Bryant 6947fdbf62 use sizeof to determine the size of a buffer
19 years ago
Russell Bryant 1bd42310a2 use sizeof to get the size of a buffer
19 years ago
BJ Weschke 6dc79b1447 More updates.
19 years ago
Russell Bryant 66a782e8ce make a global list head static
19 years ago
BJ Weschke 61cfff7b82 More cleanup.
19 years ago
Russell Bryant 204ba36938 move a declaration to the beginning of a block
19 years ago
BJ Weschke 3c30abc476 Don't leak memory.
19 years ago
Russell Bryant aee460f50b allocate an int on the stack instead of with ast_calloc
19 years ago
BJ Weschke 66e0ff5202 All better now!
19 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
19 years ago
Matt O'Gorman 835c77ccfa fix a potential segfault
19 years ago
Russell Bryant 1f7db8df6a add missing include
19 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
19 years ago
Matt O'Gorman c7dbc3c166 fixed autoregister bug.
19 years ago
BJ Weschke 63a271eb55 If the recorded file is found, don't actually start to play it.
19 years ago
Tilghman Lesher 95871f201d Merged revisions 32605 via svnmerge from
19 years ago
Kevin P. Fleming e855040110 fix some compiler warnings about variables used before initialization
19 years ago
Olle Johansson 479181951a Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
19 years ago
Tilghman Lesher 016034115e Merged revisions 32582 via svnmerge from
19 years ago
Kevin P. Fleming 22b45aa4d3 Merged revisions 32566 via svnmerge from
19 years ago
Russell Bryant fa595a8d82 don't return -1 if zapata.conf is not present (part of the patch from
19 years ago
Christian Richter 24818d53b1 added select before write to avoid deadlock on full buffer. added some defines for deadlock debugging. added code snippet for generating silence if we don't have data to write.
19 years ago
BJ Weschke 3d973a0686 Introducing app_followme into /trunk!
19 years ago
Russell Bryant 1eac38db1d fix a channel deadlock in ast_answer
19 years ago
Russell Bryant 80a153af79 - use stringfields in a bunch of the fields of the zt_pvt structure in chan_zap
19 years ago
Russell Bryant bbc584e3d7 fix some typos in the stringfields documentation
19 years ago
Russell Bryant 06b381a54d add the ability to do the same thing as "make dont-optimize" by enabling the
19 years ago
Kevin P. Fleming e856010714 use module names, not file names, in menuselect
19 years ago
Kevin P. Fleming 8a95a1ddc1 Merged revisions 32373 via svnmerge from
19 years ago
Kevin P. Fleming b34e3d09ab begin adding support for new sound packages
19 years ago
Kevin P. Fleming 427df3f6c3 yet another massive performance and memory savings improvement
19 years ago
Russell Bryant b0260c1039 revert the changes to allow chan_iax2 to use dnsmgr for registrations.
19 years ago
Russell Bryant de0c61807d use the standard Asterisk copyright header
19 years ago
Russell Bryant db528623ad clean up various formatting issues
19 years ago
Joshua Colp 2a71835d41 Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can change their resolved IP (aka dynamic dns setups) (issue #6305 reported and fixed by ivanfm)
19 years ago
Olle Johansson 723e900bf3 Doxygen updates
19 years ago